Searched refs:WrapAround (Results 1 – 9 of 9) sorted by relevance
38 WrapAround = 1 << 4, enumerator
2706 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()
49 COMPILE_ASSERT_MATCHING_ENUM(WebKit::WebFindOptionsWrapAround, WrapAround);
499 …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()
52 | (options & FindOptionsWrapAround ? WrapAround : 0); in core()
518 options |= WebCore::WrapAround; in findString()
696 else if (JSStringIsEqualToUTF8CString(optionName.get(), "WrapAround"))
4293 | WebCore::StartInSelection | WebCore::WrapAround; in findNextOnPage()
567 | (options & WebFindOptionsWrapAround ? WrapAround : 0)