Searched refs:Backwards (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp1152 FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0);
1187 bool forward = !(options & Backwards);
1223 bool forward = !(options & Backwards);
H A DFindOptions.h37 Backwards = 1 << 3, enumerator in enum:blink::FindOptionFlag
H A DTextIterator.cpp2366 if (!(options & Backwards))
2390 return collapsedToBoundary(range, !(options & Backwards));
2417 const Position& collapseTo = options & Backwards ? inputStart : inputEnd;
/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp120 const FindOptions findOptions = (options.forward ? 0 : Backwards)

Completed in 314 milliseconds