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

  /external/webkit/Source/WebCore/page/
Page.cpp 497 bool Page::findString(const String& target, TextCaseSensitivity caseSensitivity, FindDirection direction, bool shouldWrap)
499 return findString(target, (caseSensitivity == TextCaseInsensitive ? CaseInsensitive : 0) | (direction == FindDirectionBackward ? Backwards : 0) | (shouldWrap ? WrapAround : 0));
507 bool shouldWrap = options & WrapAround;
517 frame = incrementFrame(frame, !(options & Backwards), shouldWrap);
522 if (shouldWrap && !startFrame->selection()->isNone()) {
Page.h 211 bool findString(const String&, TextCaseSensitivity, FindDirection, bool shouldWrap);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 8972 milliseconds