Home
last modified time | relevance | path

Searched defs:shouldWrap (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DPage.cpp497 …onst String& target, TextCaseSensitivity caseSensitivity, FindDirection direction, bool shouldWrap) in findString()
507 bool shouldWrap = options & WrapAround; in findString() local
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp3597 const bool shouldWrap = options & FindWrapsAroundDocument; in findText() local
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp4052 …bView* webView, const gchar* string, gboolean caseSensitive, gboolean forward, gboolean shouldWrap) in webkit_web_view_search_text()