Home
last modified time | relevance | path

Searched defs:AlwaysParseForType (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dsynthesize_browser_action_handler.cc37 bool SynthesizeBrowserActionHandler::AlwaysParseForType( in AlwaysParseForType() function in extensions::SynthesizeBrowserActionHandler
Dapp_isolation_info.cc90 bool AppIsolationHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::AppIsolationHandler
Dapp_launch_info.cc304 bool AppLaunchManifestHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::AppLaunchManifestHandler
/external/chromium_org/extensions/common/manifest_handlers/
Dincognito_info.cc68 bool IncognitoHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::IncognitoHandler
Doffline_enabled_info.cc68 bool OfflineEnabledHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::OfflineEnabledHandler
Dcsp_info.cc119 bool CSPHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::CSPHandler
Drequirements_info.cc59 bool RequirementsHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::RequirementsHandler
Dbackground_info.cc306 bool BackgroundManifestHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::BackgroundManifestHandler
/external/chromium_org/chrome/common/extensions/api/commands/
Dcommands_handler.cc130 bool CommandsHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::CommandsHandler
/external/chromium_org/extensions/common/
Dmanifest_handler.cc43 bool ManifestHandler::AlwaysParseForType(Manifest::Type type) const { in AlwaysParseForType() function in extensions::ManifestHandler
Dmanifest_handler_unittest.cc129 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE { in AlwaysParseForType() function in extensions::ManifestHandlerTest::AlwaysParseTestManifestHandler