HomeSort by relevance Sort by last modified time
    Searched refs:shouldScopeMatches (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 160 bool shouldScopeMatches(const WTF::String& searchText);
TextFinder.cpp 226 if (!shouldScopeMatches(searchText)) {
227 // Note that we want to defer the final update when resetting even if shouldScopeMatches returns false.
650 bool TextFinder::shouldScopeMatches(const String& searchText)

Completed in 1134 milliseconds