Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DPage.cpp490 static Frame* incrementFrame(Frame* curr, bool forward, bool wrapFlag) in incrementFrame()
/external/webkit/Source/WebKit/win/
DWebView.cpp3287 static Frame *incrementFrame(Frame *curr, bool forward, bool wrapFlag) in incrementFrame()
3298 /* [in] */ BOOL wrapFlag, in searchFor()
/external/webkit/Source/WebCore/editing/
DEditor.cpp2953 bool Editor::findString(const String& target, bool forward, bool caseFlag, bool wrapFlag, bool star… in findString()