Searched defs:wrapFlag (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DPage.cpp490 static Frame* incrementFrame(Frame* curr, bool forward, bool wrapFlag) argument
493 ? curr->tree()->traverseNextWithWrap(wrapFlag)
494 : curr->tree()->traversePreviousWithWrap(wrapFlag);
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp2953 bool Editor::findString(const String& target, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection) argument
2955 FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0);

Completed in 68 milliseconds