Home
last modified time | relevance | path

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

/external/v8/tools/
Dtest.py1170 prefix_match = PREFIX_PATTERN.match(line)
1171 if prefix_match:
1172 prefix = SplitPath(prefix_match.group(1).strip())
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.cc282 bool prefix_match = in CheckBrowseUrl() local
289 if (!prefix_match) in CheckBrowseUrl()