Home
last modified time | relevance | path

Searched refs:StartInSelection (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFindOptions.h39 StartInSelection = 1 << 5 enumerator
DEditor.cpp1152 …g ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0); in findString()
1224 bool startInReferenceRange = referenceRange && (options & StartInSelection); in rangeOfString()
/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.cpp125 | (options.findNext ? 0 : StartInSelection); in find()