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

  /external/chromium/chrome/common/extensions/
url_pattern_unittest.cc 92 EXPECT_FALSE(pattern.match_all_urls());
109 EXPECT_FALSE(pattern.match_all_urls());
126 EXPECT_FALSE(pattern.match_all_urls());
143 EXPECT_FALSE(pattern.match_all_urls());
157 EXPECT_FALSE(pattern.match_all_urls());
171 EXPECT_FALSE(pattern.match_all_urls());
188 EXPECT_FALSE(pattern.match_all_urls());
204 EXPECT_FALSE(pattern.match_all_urls());
222 EXPECT_FALSE(pattern.match_all_urls());
239 EXPECT_TRUE(pattern.match_all_urls());
    [all...]
url_pattern.h 155 bool match_all_urls() const { return match_all_urls_; } function in class:URLPattern
extension.cc     [all...]
  /external/chromium_org/extensions/common/
url_pattern_unittest.cc 93 EXPECT_FALSE(pattern.match_all_urls());
109 EXPECT_FALSE(pattern.match_all_urls());
127 EXPECT_FALSE(pattern.match_all_urls());
147 EXPECT_FALSE(pattern.match_all_urls());
160 EXPECT_FALSE(pattern.match_all_urls());
173 EXPECT_FALSE(pattern.match_all_urls());
189 EXPECT_FALSE(pattern.match_all_urls());
204 EXPECT_FALSE(pattern.match_all_urls());
221 EXPECT_FALSE(pattern.match_all_urls());
240 EXPECT_TRUE(pattern.match_all_urls());
    [all...]
url_pattern.h 118 bool match_all_urls() const { return match_all_urls_; } function in class:URLPattern
url_pattern.cc 448 if (match_all_urls() || other.match_all_urls())
459 if (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/chrome/common/extensions/permissions/
permissions_data.cc 80 if (!pattern.match_all_urls() &&
215 // TODO(aboxhall): make a warning (see pattern.match_all_urls() block
225 if (pattern.match_all_urls())
permission_set.cc 337 if (host->match_all_urls() ||
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 260 return ((!refocus_pattern.match_all_urls() &&
  /external/chromium_org/chrome/common/extensions/
extension.cc 703 if (pattern.match_all_urls()) {

Completed in 348 milliseconds