| 86 | | virtual void addFocusRingRects(QPainter *painter, int _tx, int _ty); |
| 87 | | void paintFocusRing(QPainter *p, int tx, int ty); |
| 88 | | void paintOutlineForLine(QPainter *p, int tx, int ty, const IntRect &prevLine, const IntRect &thisLine, const IntRect &nextLine); |
| 89 | | void paintOutlines(QPainter *p, int tx, int ty); |
| | 86 | virtual void addFocusRingRects(GraphicsContext*, int _tx, int _ty); |
| | 87 | void paintFocusRing(GraphicsContext*, int tx, int ty); |
| | 88 | void paintOutlineForLine(GraphicsContext*, int tx, int ty, const IntRect &prevLine, const IntRect &thisLine, const IntRect &nextLine); |
| | 89 | void paintOutlines(GraphicsContext*, int tx, int ty); |