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

  /external/chromium_org/extensions/common/
url_pattern_unittest.cc 102 EXPECT_FALSE(pattern.match_all_urls());
118 EXPECT_FALSE(pattern.match_all_urls());
136 EXPECT_FALSE(pattern.match_all_urls());
156 EXPECT_FALSE(pattern.match_all_urls());
169 EXPECT_FALSE(pattern.match_all_urls());
182 EXPECT_FALSE(pattern.match_all_urls());
198 EXPECT_FALSE(pattern.match_all_urls());
213 EXPECT_FALSE(pattern.match_all_urls());
230 EXPECT_FALSE(pattern.match_all_urls());
249 EXPECT_TRUE(pattern.match_all_urls());
    [all...]
url_pattern.h 123 bool match_all_urls() const { return match_all_urls_; } function in class:URLPattern
url_pattern.cc 468 if (match_all_urls() || other.match_all_urls())
479 if (match_all_urls())
extension.cc 650 if (pattern.match_all_urls()) {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.cc 126 if (pattern.match_all_urls() || pattern.match_subdomains()) {
  /external/chromium_org/extensions/common/manifest_handlers/
permissions_parser.cc 74 if (!pattern.match_all_urls() &&
215 // TODO(aboxhall): make a warning (see pattern.match_all_urls() block
228 if (pattern.match_all_urls()) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 306 return ((!refocus_pattern.match_all_urls() &&
  /external/chromium_org/extensions/common/permissions/
permission_set.cc 221 if (host->match_all_urls() ||

Completed in 1238 milliseconds