Searched refs:customHighlightRect (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.h | 132 virtual WebCore::FloatRect customHighlightRect(WebCore::Node*, const WTF::AtomicString& type,
|
D | WebChromeClient.mm | 743 FloatRect WebChromeClient::customHighlightRect(Node* node, const AtomicString& type, const FloatRec… function
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.h | 152 …virtual WebCore::FloatRect customHighlightRect(WebCore::Node*, const WTF::AtomicString& type, cons…
|
D | WebChromeClient.cpp | 533 FloatRect WebChromeClient::customHighlightRect(Node*, const AtomicString& type, const FloatRect& li… in customHighlightRect() function in WebKit::WebChromeClient
|
/external/webkit/Source/WebCore/page/ |
D | ChromeClient.h | 204 … virtual FloatRect customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect);
|
D | Chrome.cpp | 500 FloatRect ChromeClient::customHighlightRect(Node*, const AtomicString&, const FloatRect&) in customHighlightRect() function in WebCore::ChromeClient
|
/external/webkit/Source/WebCore/rendering/ |
D | RootInlineBox.cpp | 156 …IntRect inflatedRect = enclosingIntRect(page->chrome()->client()->customHighlightRect(renderer()->… in addHighlightOverflow() 174 …FloatRect inflatedRect = page->chrome()->client()->customHighlightRect(renderer()->node(), highlig… in paintCustomHighlight()
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 6157 (-[WebFrameBridge customHighlightRect:forLine:representedNode:WebCore::]): 19458 (-[WebFrameBridge customHighlightRect:forLine:]):
|
D | ChangeLog | 4510 (WebChromeClient::customHighlightRect): Call -highlightRectForLine:representedNode:
|
D | ChangeLog-2010-01-29 | 19869 (WebChromeClient::customHighlightRect): Moved code here from bridge.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 43210 (WebCore::ChromeClient::customHighlightRect): Added.
|