Searched refs:wrapFlag (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | Page.cpp | 298 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/ |
D | Editor.h | 206 … bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
|
D | Editor.cpp | 1173 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()
|