Searched refs:CSPHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/manifest_handlers/
H A Dcsp_info.h36 class CSPHandler : public ManifestHandler { class in namespace:extensions
38 explicit CSPHandler(bool is_platform_app);
39 virtual ~CSPHandler();
49 DISALLOW_COPY_AND_ASSIGN(CSPHandler);
H A Dcsp_info.cc73 CSPHandler::CSPHandler(bool is_platform_app) function in class:extensions::CSPHandler
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 {
/external/chromium_org/extensions/common/
H A Dcommon_manifest_handlers.cc30 (new CSPHandler(false))->Register();
31 (new CSPHandler(true))->Register();

Completed in 90 milliseconds