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

  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewPrivate.h 47 - (NSRect)highlightRectForLine:(NSRect)lineRect representedNode:(DOMNode *)node;
48 - (void)paintHighlightForBox:(NSRect)boxRect onLine:(NSRect)lineRect behindText:(BOOL)text entireLine:(BOOL)line representedNode:(DOMNode *)node;
  /external/webkit/Source/WebCore/page/
ChromeClient.h 204 virtual FloatRect customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect);
205 virtual void paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 133 const WebCore::FloatRect& lineRect);
135 const WebCore::FloatRect& boxRect, const WebCore::FloatRect& lineRect,
WebChromeClient.mm 743 FloatRect WebChromeClient::customHighlightRect(Node* node, const AtomicString& type, const FloatRect& lineRect)
753 return [highlighter highlightRectForLine:lineRect representedNode:kit(node)];
760 void WebChromeClient::paintCustomHighlight(Node* node, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
771 [highlighter paintHighlightForBox:boxRect onLine:lineRect behindText:behindText entireLine:entireLine representedNode:kit(node)];
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 152 virtual WebCore::FloatRect customHighlightRect(WebCore::Node*, const WTF::AtomicString& type, const WebCore::FloatRect& lineRect);
153 virtual void paintCustomHighlight(WebCore::Node*, const WTF::AtomicString& type, const WebCore::FloatRect& boxRect, const WebCore::FloatRect& lineRect,
WebChromeClient.cpp 533 FloatRect WebChromeClient::customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect)
539 void WebChromeClient::paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 682 IntRect lineRect(trPoint1, trPoint2 - trPoint1);
683 lineRect.setHeight(lineRect.height() + strokeThickness());
684 TransparentLayerDC transparentDC(m_data, lineRect, 0, strokeColor().alpha());
    [all...]

Completed in 169 milliseconds