Home
last modified time | relevance | path

Searched refs:shouldHighlight (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DPage.h212 unsigned markAllMatchesForText(const String&, FindOptions, bool shouldHighlight, unsigned);
214 …unsigned markAllMatchesForText(const String&, TextCaseSensitivity, bool shouldHighlight, unsigned);
DPage.cpp531 …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/
Dwebkitwebview.cpp4091 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()