Searched refs:startInSelection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h205 bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
H A DEditor.cpp1150 bool Editor::findString(const String& target, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection) argument
1152 FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0);
1219 // backward, and whether startInSelection is set.

Completed in 897 milliseconds