Home
last modified time | relevance | path

Searched refs:caseFlag (Results 1 – 2 of 2) sorted by relevance

/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()