OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matches_url
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc
125
bool
matches_url
= false;
local
133
matches_url
= url_iter != url.end() &&
135
url_match_index =
matches_url
?
139
if (matches_name ||
matches_url
) {
/external/chromium_org/tools/telemetry/telemetry/page/
test_expectations.py
75
matches_url
= fnmatch.fnmatch(page.url, e.url_pattern)
77
if
matches_url
or matches_name:
/external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc
60
bool
matches_url
= url_iter != url.end() &&
local
62
if (matches_name ||
matches_url
) {
Completed in 176 milliseconds