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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp444 enum BoundarySearchContextAvailability { DontHaveMoreContext, MayHaveMoreContext }; enumerator in enum:WebCore::BoundarySearchContextAvailability
510 next = searchFunction(string.data(), string.size(), string.size() - suffixLength, DontHaveMoreContext, needMoreContext);
586 next = searchFunction(string.data(), string.size(), prefixLength, DontHaveMoreContext, needMoreContext);

Completed in 46 milliseconds