Searched refs:paintCustomHighlight (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DChromeClient.h205 virtual void paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
H A DChrome.cpp505 void ChromeClient::paintCustomHighlight(Node*, const AtomicString&, const FloatRect&, const FloatRect&, bool, bool) function in class:WebCore::ChromeClient
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.h164 void paintCustomHighlight(int tx, int ty, const AtomicString& type);
H A DRootInlineBox.h95 void paintCustomHighlight(PaintInfo&, int tx, int ty, const AtomicString& highlightType);
H A DRenderWidget.cpp274 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true);
H A DRootInlineBox.cpp160 void RootInlineBox::paintCustomHighlight(PaintInfo& paintInfo, int tx, int ty, const AtomicString& highlightType) function in class:WebCore::RootInlineBox
176 page->chrome()->client()->paintCustomHighlight(renderer()->node(), highlightType, rootRect, rootRect, false, true);
188 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight());
H A DInlineTextBox.cpp549 paintCustomHighlight(tx, ty, styleToUse->highlight());
860 void InlineTextBox::paintCustomHighlight(int tx, int ty, const AtomicString& type) function in class:WebCore::InlineTextBox
873 page->chrome()->client()->paintCustomHighlight(renderer()->node(), type, textRect, rootRect, true, false);
H A DRenderBox.h421 void paintCustomHighlight(int tx, int ty, const AtomicString& type, bool behindText);
H A DRenderImage.cpp320 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true);
H A DRenderListMarker.cpp1131 paintCustomHighlight(tx, ty, style()->highlight(), true);
1145 paintCustomHighlight(tx, ty, style()->highlight(), true);
H A DRenderBox.cpp1059 void RenderBox::paintCustomHighlight(int tx, int ty, const AtomicString& type, bool behindText) function in class:WebCore::RenderBox
1073 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, false);
1076 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, imageRect, behindText, false);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h134 virtual void paintCustomHighlight(WebCore::Node*, const WTF::AtomicString& type,
H A DWebChromeClient.mm760 void WebChromeClient::paintCustomHighlight(Node* node, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h153 virtual void paintCustomHighlight(WebCore::Node*, const WTF::AtomicString& type, const WebCore::FloatRect& boxRect, const WebCore::FloatRect& lineRect,
H A DWebChromeClient.cpp539 void WebChromeClient::paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect, function in class:WebKit::WebChromeClient

Completed in 287 milliseconds