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

  /external/chromium_org/tools/telemetry/telemetry/page/
test_expectations.py 76 matches_name = page.name and fnmatch.fnmatch(page.name, e.name_pattern)
77 if matches_url or matches_name:
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc 59 bool matches_name = name_iter != name.end(); local
62 if (matches_name || matches_url) {
77 matches_name ?
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc 121 bool matches_name = name_iter != name.end(); local
122 size_t name_match_index = matches_name ?
139 if (matches_name || matches_url) {

Completed in 609 milliseconds