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

/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.h162 bool shouldScopeMatches(const WTF::String& searchText);
H A DTextFinder.cpp227 if (!shouldScopeMatches(searchText)) {
228 // Note that we want to defer the final update when resetting even if shouldScopeMatches returns false.
651 bool TextFinder::shouldScopeMatches(const String& searchText) function in class:blink::TextFinder

Completed in 48 milliseconds