Searched refs:shouldHighlight (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | Page.h | 212 unsigned markAllMatchesForText(const String&, FindOptions, bool shouldHighlight, unsigned); 214 …unsigned markAllMatchesForText(const String&, TextCaseSensitivity, bool shouldHighlight, unsigned);
|
D | Page.cpp | 531 …Text(const String& target, TextCaseSensitivity caseSensitivity, bool shouldHighlight, unsigned lim… in markAllMatchesForText() argument 533 …Text(target, caseSensitivity == TextCaseInsensitive ? CaseInsensitive : 0, shouldHighlight, limit); in markAllMatchesForText() 536 …arkAllMatchesForText(const String& target, FindOptions options, bool shouldHighlight, unsigned lim… in markAllMatchesForText() argument 545 frame->editor()->setMarkedTextMatchesAreHighlighted(shouldHighlight); in markAllMatchesForText()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 4091 void webkit_web_view_set_highlight_text_matches(WebKitWebView* webView, gboolean shouldHighlight) in webkit_web_view_set_highlight_text_matches() argument 4097 frame->editor()->setMarkedTextMatchesAreHighlighted(shouldHighlight); in webkit_web_view_set_highlight_text_matches()
|