OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentSecurityPolicyIsLegal
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/extensions/common/
csp_validator.h
19
bool
ContentSecurityPolicyIsLegal
(const std::string& policy);
csp_validator_unittest.cc
8
using extensions::csp_validator::
ContentSecurityPolicyIsLegal
;
14
EXPECT_TRUE(
ContentSecurityPolicyIsLegal
("foo"));
15
EXPECT_TRUE(
ContentSecurityPolicyIsLegal
(
17
EXPECT_FALSE(
ContentSecurityPolicyIsLegal
(
19
EXPECT_FALSE(
ContentSecurityPolicyIsLegal
(
21
EXPECT_FALSE(
ContentSecurityPolicyIsLegal
(
csp_validator.cc
157
bool
ContentSecurityPolicyIsLegal
(const std::string& policy) {
/external/chromium_org/extensions/common/manifest_handlers/
csp_info.cc
20
using csp_validator::
ContentSecurityPolicyIsLegal
;
103
if (!
ContentSecurityPolicyIsLegal
(content_security_policy)) {
sandboxed_page_info.cc
100
if (!csp_validator::
ContentSecurityPolicyIsLegal
(
Completed in 97 milliseconds