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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest_unittest.cc 88 EXPECT_TRUE(manifest->allowed_origins().MatchesSecurityOrigin(
90 EXPECT_FALSE(manifest->allowed_origins().MatchesSecurityOrigin(
native_process_launcher.cc 169 if (!manifest->allowed_origins().MatchesSecurityOrigin(origin)) {
  /external/chromium_org/extensions/common/
url_pattern_set.h 81 bool MatchesSecurityOrigin(const GURL& origin) const;
url_pattern.h 137 bool MatchesSecurityOrigin(const GURL& test) const;
url_pattern_set.cc 161 bool URLPatternSet::MatchesSecurityOrigin(const GURL& origin) const {
164 if (pattern->MatchesSecurityOrigin(origin))
url_pattern.cc 336 bool URLPattern::MatchesSecurityOrigin(const GURL& test) const {
  /external/chromium_org/chrome/browser/extensions/
extension_info_map.cc 146 if ((*i)->web_extent().MatchesSecurityOrigin(origin) &&
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data.cc 514 tab_permissions->explicit_hosts().MatchesSecurityOrigin(document_url)) {
565 tab_permissions->explicit_hosts().MatchesSecurityOrigin(page_url)) {

Completed in 106 milliseconds