Home
last modified time | relevance | path

Searched refs:startInSelection (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 …findString(const String& target, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection) in findString() argument
1175 …| (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSele… in findString()