Home
last modified time | relevance | path

Searched refs:match_found (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dextension_app_provider.cc123 bool match_found = iter != match_string.end(); in HighlightMatch() local
124 if (!match_found || pos > 0) { in HighlightMatch()
128 if (match_found) { in HighlightMatch()
/external/v8/src/
Dobjects.cc5454 bool match_found = false; in IsMatch() local
5457 match_found = true; in IsMatch()
5461 if (!match_found) return false; in IsMatch()