Searched refs:drawHighlightForText (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | EllipsisBox.cpp | 160 …context->drawHighlightForText(font, RenderBlockFlow::constructTextRun(renderer(), font, m_str, sty… in paintSelection()
|
D | InlineTextBox.cpp | 863 context->drawHighlightForText(font, textRun, localOrigin, selHeight, c, sPos, ePos); in paintSelection() 884 …context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, c, sPos… in paintCompositionBackground() 1282 …pt->drawHighlightForText(font, run, FloatPoint(boxOrigin.x(), boxOrigin.y() - deltaY), selHeight, … in paintTextMatchMarker()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 296 …void drawHighlightForText(const Font&, const TextRun&, const FloatPoint&, int h, const Color& back…
|
D | GraphicsContext.cpp | 1057 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& … in drawHighlightForText() function in WebCore::GraphicsContext
|