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

  /external/webkit/WebKit/mac/WebView/
WebHTMLViewPrivate.h 42 - (void)paintHighlightForBox:(NSRect)boxRect onLine:(NSRect)lineRect behindText:(BOOL)text entireLine:(BOOL)line representedNode:(DOMNode *)node;
46 - (void)paintHighlightForBox:(NSRect)boxRect onLine:(NSRect)lineRect behindText:(BOOL)text entireLine:(BOOL)line;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 602 bool behindText, bool entireLine)
612 if ([(NSObject *)highlighter respondsToSelector:@selector(paintHighlightForBox:onLine:behindText:entireLine:representedNode:)])
613 [highlighter paintHighlightForBox:boxRect onLine:lineRect behindText:behindText entireLine:entireLine representedNode:kit(node)];
615 [highlighter paintHighlightForBox:boxRect onLine:lineRect behindText:behindText entireLine:entireLine];
WebChromeClient.h 130 bool behindText, bool entireLine);
  /external/webkit/WebCore/page/
ChromeClient.h 177 bool behindText, bool entireLine);
  /external/webkit/WebCore/rendering/
RenderBox.h 314 void paintCustomHighlight(int tx, int ty, const AtomicString& type, bool behindText);
RenderBox.cpp 826 void RenderBox::paintCustomHighlight(int tx, int ty, const AtomicString& type, bool behindText)
840 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, false);
843 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, imageRect, behindText, false);
    [all...]

Completed in 153 milliseconds