OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
86
EXPECT_TRUE(manifest->allowed_origins().
MatchesSecurityOrigin
(
88
EXPECT_FALSE(manifest->allowed_origins().
MatchesSecurityOrigin
(
native_process_launcher.cc
155
if (!manifest->allowed_origins().
MatchesSecurityOrigin
(origin)) {
/external/chromium_org/extensions/common/
url_pattern_set.h
88
bool
MatchesSecurityOrigin
(const GURL& origin) const;
url_pattern.h
143
bool
MatchesSecurityOrigin
(const GURL& test) const;
url_pattern_set.cc
195
bool URLPatternSet::
MatchesSecurityOrigin
(const GURL& origin) const {
198
if (pattern->
MatchesSecurityOrigin
(origin))
url_pattern.cc
369
bool URLPattern::
MatchesSecurityOrigin
(const GURL& test) const {
/external/chromium_org/extensions/browser/
info_map.cc
152
if ((*i)->web_extent().
MatchesSecurityOrigin
(origin) &&
/external/chromium_org/extensions/common/permissions/
permissions_data.cc
328
tab_permissions->explicit_hosts().
MatchesSecurityOrigin
(url)) {
Completed in 92 milliseconds