Home
last modified time | relevance | path

Searched refs:paintCustomHighlight (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.h95 void paintCustomHighlight(PaintInfo&, int tx, int ty, const AtomicString& highlightType);
DInlineTextBox.h164 void paintCustomHighlight(int tx, int ty, const AtomicString& type);
DRootInlineBox.cpp160 void RootInlineBox::paintCustomHighlight(PaintInfo& paintInfo, int tx, int ty, const AtomicString& … in paintCustomHighlight() function in WebCore::RootInlineBox
176 …page->chrome()->client()->paintCustomHighlight(renderer()->node(), highlightType, rootRect, rootRe… in paintCustomHighlight()
188 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight()); in paint()
DRenderWidget.cpp274 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true); in paint()
DInlineTextBox.cpp549 paintCustomHighlight(tx, ty, styleToUse->highlight()); in paint()
860 void InlineTextBox::paintCustomHighlight(int tx, int ty, const AtomicString& type) in paintCustomHighlight() function in WebCore::InlineTextBox
873 …page->chrome()->client()->paintCustomHighlight(renderer()->node(), type, textRect, rootRect, true,… in paintCustomHighlight()
DRenderListMarker.cpp1131 paintCustomHighlight(tx, ty, style()->highlight(), true); in paint()
1145 paintCustomHighlight(tx, ty, style()->highlight(), true); in paint()
DRenderImage.cpp320 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true); in paintReplaced()
DRenderBox.h421 void paintCustomHighlight(int tx, int ty, const AtomicString& type, bool behindText);
DRenderBox.cpp1059 void RenderBox::paintCustomHighlight(int tx, int ty, const AtomicString& type, bool behindText) in paintCustomHighlight() function in WebCore::RenderBox
1073 …page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, fals… in paintCustomHighlight()
1076 …page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, imageRect, behindText, fal… in paintCustomHighlight()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebChromeClient.h134 virtual void paintCustomHighlight(WebCore::Node*, const WTF::AtomicString& type,
DWebChromeClient.mm760 void WebChromeClient::paintCustomHighlight(Node* node, const AtomicString& type, const FloatRect& b… function
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.h153 …virtual void paintCustomHighlight(WebCore::Node*, const WTF::AtomicString& type, const WebCore::Fl…
DWebChromeClient.cpp539 void WebChromeClient::paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRec… in paintCustomHighlight() function in WebKit::WebChromeClient
/external/webkit/Source/WebCore/page/
DChromeClient.h205 …virtual void paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const…
DChrome.cpp505 void ChromeClient::paintCustomHighlight(Node*, const AtomicString&, const FloatRect&, const FloatRe… in paintCustomHighlight() function in WebCore::ChromeClient
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1450477 Pass the RenderObject's node to customHighlightLineRect and paintCustomHighlight.
50482 (WebCore::Frame::paintCustomHighlight):
50485 (WebCore::InlineTextBox::paintCustomHighlight):
50487 (WebCore::RenderBox::paintCustomHighlight):
50490 (WebCore::RootInlineBox::paintCustomHighlight):
54959 (WebCore::Frame::paintCustomHighlight):
55008 (WebCore::InlineTextBox::paintCustomHighlight):
55010 (WebCore::RenderBox::paintCustomHighlight):
55013 (WebCore::RootInlineBox::paintCustomHighlight):
60937 (WebCore::InlineTextBox::paintCustomHighlight):
DChangeLog-2006-12-3115242 (WebCore::RootInlineBox::paintCustomHighlight):
20082 (WebCore::FrameMac::paintCustomHighlight):
43610 (WebCore::RenderBox::paintCustomHighlight):
46241 (WebCore::FrameMac::paintCustomHighlight):
46244 (WebCore::InlineTextBox::paintCustomHighlight):
46246 (WebCore::RootInlineBox::paintCustomHighlight):
50007 (WebCore::FrameMac::paintCustomHighlight):
50012 (WebCore::InlineTextBox::paintCustomHighlight):
DChangeLog-2009-06-1639418 (WebCore::InlineTextBox::paintCustomHighlight):
39443 (WebCore::RenderBox::paintCustomHighlight):
39486 (WebCore::RootInlineBox::paintCustomHighlight):
50188 (WebCore::RenderBox::paintCustomHighlight):
50893 (WebCore::RenderBox::paintCustomHighlight):
DChangeLog-2008-08-1043211 (WebCore::ChromeClient::paintCustomHighlight): Added.
43217 (WebCore::InlineTextBox::paintCustomHighlight): Changed code to use
43220 (WebCore::RenderBox::paintCustomHighlight): Ditto.
43223 (WebCore::RootInlineBox::paintCustomHighlight): Ditto.
DChangeLog-2010-12-0648368 (WebCore::InlineTextBox::paintCustomHighlight):
48385 (WebCore::RenderBox::paintCustomHighlight):
48415 (WebCore::RootInlineBox::paintCustomHighlight):
111215 (WebCore::RootInlineBox::paintCustomHighlight):
127694 (WebCore::InlineTextBox::paintCustomHighlight):
127699 (WebCore::RenderBox::paintCustomHighlight):
DChangeLog1107 (WebCore::InlineTextBox::paintCustomHighlight):
1110 (WebCore::RenderBox::paintCustomHighlight):
1132 (WebCore::RootInlineBox::paintCustomHighlight):
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-146158 …(-[WebFrameBridge paintCustomHighlight:forBox:onLine:behindText:entireLine:representedNode:WebCore…
19459 (-[WebFrameBridge paintCustomHighlight:forBox:onLine:behindText:entireLine:]):
20444 (-[WebFrameBridge paintCustomHighlight:forBox:onLine:behindText:]):
DChangeLog4512 (WebChromeClient::paintCustomHighlight): Call
DChangeLog-2010-01-2919870 (WebChromeClient::paintCustomHighlight): Ditto.