Searched refs:shouldWrap (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/page/
H A DPage.cpp436 bool Page::findString(const String& target, TextCaseSensitivity caseSensitivity, FindDirection direction, bool shouldWrap) argument
450 frame = incrementFrame(frame, direction == FindDirectionForward, shouldWrap);
455 if (shouldWrap && !startFrame->selection()->isNone()) {
H A DPage.h164 bool findString(const String&, TextCaseSensitivity, FindDirection, bool shouldWrap);
/external/webkit/WebKit/qt/Api/
H A Dqwebpage.cpp3000 const bool shouldWrap = options & FindWrapsAroundDocument; local
3002 return d->page->findString(subString, caseSensitivity, direction, shouldWrap);
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp3237 gboolean webkit_web_view_search_text(WebKitWebView* webView, const gchar* string, gboolean caseSensitive, gboolean forward, gboolean shouldWrap) argument
3245 return core(webView)->findString(String::fromUTF8(string), caseSensitivity, direction, shouldWrap);

Completed in 41 milliseconds