Home
last modified time | relevance | path

Searched refs:WrapAround (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
DFindOptions.h38 WrapAround = 1 << 4, enumerator
DEditor.cpp2706 if (!(options & WrapAround)) in nextVisibleRange()
2955 …ward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInS… in findString()
3031 if (resultRange->collapsed(exception) && options & WrapAround) { in findString()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DAssertMatchingEnums.cpp49 COMPILE_ASSERT_MATCHING_ENUM(WebKit::WebFindOptionsWrapAround, WrapAround);
/external/webkit/Source/WebCore/page/
DPage.cpp499 …itive : 0) | (direction == FindDirectionBackward ? Backwards : 0) | (shouldWrap ? WrapAround : 0)); in findString()
507 bool shouldWrap = options & WrapAround; in findString()
511 if (frame->editor()->findString(target, (options & ~WrapAround) | StartInSelection)) { in findString()
523 … bool found = startFrame->editor()->findString(target, options | WrapAround | StartInSelection); in findString()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp52 | (options & FindOptionsWrapAround ? WrapAround : 0); in core()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp518 options |= WebCore::WrapAround; in findString()
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm696 else if (JSStringIsEqualToUTF8CString(optionName.get(), "WrapAround"))
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4293 | WebCore::StartInSelection | WebCore::WrapAround; in findNextOnPage()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm567 | (options & WebFindOptionsWrapAround ? WrapAround : 0)