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

  /external/webkit/WebCore/rendering/
InlineTextBox.h 130 void paintCustomHighlight(int tx, int ty, const AtomicString& type);
RootInlineBox.h 101 void paintCustomHighlight(RenderObject::PaintInfo&, int tx, int ty, const AtomicString& highlightType);
RootInlineBox.cpp 143 void RootInlineBox::paintCustomHighlight(RenderObject::PaintInfo& paintInfo, int tx, int ty, const AtomicString& highlightType)
159 page->chrome()->client()->paintCustomHighlight(renderer()->node(), highlightType, rootRect, rootRect, false, true);
171 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight());
RenderListMarker.cpp     [all...]
RenderWidget.cpp 236 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true);
InlineTextBox.cpp 387 paintCustomHighlight(tx, ty, styleToUse->highlight());
629 void InlineTextBox::paintCustomHighlight(int tx, int ty, const AtomicString& type)
642 page->chrome()->client()->paintCustomHighlight(renderer()->node(), type, textRect, rootRect, true, false);
    [all...]
RenderBox.h 314 void paintCustomHighlight(int tx, int ty, const AtomicString& type, bool behindText);
RenderImage.cpp 434 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true);
SVGInlineTextBox.cpp 387 paintCustomHighlight(tx, ty, styleToUse->highlight());
RenderBox.cpp 826 void RenderBox::paintCustomHighlight(int tx, int ty, const AtomicString& type, bool behindText)
840 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, false);
843 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, imageRect, behindText, false);
    [all...]
  /external/webkit/WebCore/page/
ChromeClient.h 176 virtual void paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
Chrome.cpp 459 void ChromeClient::paintCustomHighlight(Node*, const AtomicString&, const FloatRect&, const FloatRect&, bool, bool)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.h 128 virtual void paintCustomHighlight(WebCore::Node*, const WebCore::AtomicString& type,
WebChromeClient.mm 601 void WebChromeClient::paintCustomHighlight(Node* node, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,

Completed in 838 milliseconds