WrapAround       1109 Source/core/editing/Editor.cpp     FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0);
WrapAround       1199 Source/core/editing/Editor.cpp     if (resultRange->collapsed(ASSERT_NO_EXCEPTION) && options & WrapAround) {
WrapAround        123 Source/web/TextFinder.cpp         | (wrapWithinFrame ? WrapAround : 0)