Home
last modified time | relevance | path

Searched refs:wrapFlag (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.cpp298 static Frame* incrementFrame(Frame* curr, bool forward, bool wrapFlag) in incrementFrame() argument
301 ? curr->tree().traverseNextWithWrap(wrapFlag) in incrementFrame()
302 : curr->tree().traversePreviousWithWrap(wrapFlag); in incrementFrame()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h206 … bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
DEditor.cpp1173 bool Editor::findString(const String& target, bool forward, bool caseFlag, bool wrapFlag, bool star… in findString() argument
1175 …FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? W… in findString()