HomeSort by relevance Sort by last modified time
    Searched defs:paintCustomHighlight (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/
Chrome.cpp 505 void ChromeClient::paintCustomHighlight(Node*, const AtomicString&, const FloatRect&, const FloatRect&, bool, bool)
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 160 void RootInlineBox::paintCustomHighlight(PaintInfo& paintInfo, int tx, int ty, const AtomicString& highlightType)
176 page->chrome()->client()->paintCustomHighlight(renderer()->node(), highlightType, rootRect, rootRect, false, true);
188 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight());
    [all...]
InlineTextBox.cpp 549 paintCustomHighlight(tx, ty, styleToUse->highlight());
    [all...]
RenderBox.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 539 void WebChromeClient::paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,

Completed in 68 milliseconds