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

  /external/webkit/Source/WebCore/editing/
FindOptions.h 38 WrapAround = 1 << 4,
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
AssertMatchingEnums.cpp 49 COMPILE_ASSERT_MATCHING_ENUM(WebKit::WebFindOptionsWrapAround, WrapAround);
  /external/webkit/Source/WebCore/page/
Page.cpp 499 return findString(target, (caseSensitivity == TextCaseInsensitive ? CaseInsensitive : 0) | (direction == FindDirectionBackward ? Backwards : 0) | (shouldWrap ? WrapAround : 0));
507 bool shouldWrap = options & WrapAround;
511 if (frame->editor()->findString(target, (options & ~WrapAround) | StartInSelection)) {
523 bool found = startFrame->editor()->findString(target, options | WrapAround | StartInSelection);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 52 | (options & FindOptionsWrapAround ? WrapAround : 0);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 517 else if (option == QLatin1String("WrapAround"))
518 options |= WebCore::WrapAround;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 567 | (options & WebFindOptionsWrapAround ? WrapAround : 0)
    [all...]

Completed in 212 milliseconds