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

  /external/chromium_org/tools/telemetry/telemetry/page/
page_filter.py 67 matches_name = page.name and cls._page_exclude_regex.search(page.name)
68 if matches_url or matches_name:
77 matches_name = page.name and cls._page_regex.search(page.name)
78 filter_result = filter_result and (matches_url or matches_name)
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_org/chrome/browser/autocomplete/
extension_app_provider.cc 125 bool matches_name = name_iter != name.end(); local
126 size_t name_match_index = matches_name ?
143 if (matches_name || matches_url) {

Completed in 555 milliseconds