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

  /external/webkit/WebCore/page/
Page.cpp 445 bool Page::findString(const String& target, TextCaseSensitivity caseSensitivity, FindDirection direction, bool shouldWrap)
459 frame = incrementFrame(frame, direction == FindDirectionForward, shouldWrap);
464 if (shouldWrap && !startFrame->selection()->isNone()) {
Page.h 164 bool findString(const String&, TextCaseSensitivity, FindDirection, bool shouldWrap);
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]

Completed in 86 milliseconds