OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSPHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/manifest_handlers/
csp_info.h
36
class
CSPHandler
: public ManifestHandler {
38
explicit
CSPHandler
(bool is_platform_app);
39
virtual ~
CSPHandler
();
49
DISALLOW_COPY_AND_ASSIGN(
CSPHandler
);
csp_info.cc
73
CSPHandler
::
CSPHandler
(bool is_platform_app)
77
CSPHandler
::~
CSPHandler
() {
80
bool
CSPHandler
::Parse(Extension* extension, base::string16* error) {
119
bool
CSPHandler
::AlwaysParseForType(Manifest::Type type) const {
127
const std::vector<std::string>
CSPHandler
::Keys() const {
Completed in 31 milliseconds