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

  /external/webkit/Source/WebCore/page/
ChromeClient.h 204 virtual FloatRect customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect);
Chrome.cpp 500 FloatRect ChromeClient::customHighlightRect(Node*, const AtomicString&, const FloatRect&)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 132 virtual WebCore::FloatRect customHighlightRect(WebCore::Node*, const WTF::AtomicString& type,
WebChromeClient.mm 743 FloatRect WebChromeClient::customHighlightRect(Node* node, const AtomicString& type, const FloatRect& lineRect)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 152 virtual WebCore::FloatRect customHighlightRect(WebCore::Node*, const WTF::AtomicString& type, const WebCore::FloatRect& lineRect);
WebChromeClient.cpp 533 FloatRect WebChromeClient::customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect)
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 156 IntRect inflatedRect = enclosingIntRect(page->chrome()->client()->customHighlightRect(renderer()->node(), renderer()->style()->highlight(), rootRect));
174 FloatRect inflatedRect = page->chrome()->client()->customHighlightRect(renderer()->node(), highlightType, rootRect);
    [all...]

Completed in 205 milliseconds