Home
last modified time | relevance | path

Searched refs:StartInSelection (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
DFindOptions.h39 StartInSelection = 1 << 5 enumerator
DEditor.cpp2955 …g ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0); in findString()
2973 bool startInSelection = options & StartInSelection; in findString()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DAssertMatchingEnums.cpp50 COMPILE_ASSERT_MATCHING_ENUM(WebKit::WebFindOptionsStartInSelection, StartInSelection);
/external/webkit/Source/WebCore/page/
DPage.cpp511 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/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp520 options |= WebCore::StartInSelection; in findString()
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm698 else if (JSStringIsEqualToUTF8CString(optionName.get(), "StartInSelection"))
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4293 | WebCore::StartInSelection | WebCore::WrapAround; in findNextOnPage()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm568 | (options & WebFindOptionsStartInSelection ? StartInSelection : 0);