HomeSort by relevance Sort by last modified time
    Searched refs:shouldWrap (Results 1 - 5 of 5) 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 510 milliseconds