HomeSort by relevance Sort by last modified time
    Searched refs:AlwaysParseForType (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
synthesize_browser_action_handler.h 23 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
app_isolation_info.h 34 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
synthesize_browser_action_handler.cc 37 bool SynthesizeBrowserActionHandler::AlwaysParseForType(
app_isolation_info.cc 90 bool AppIsolationHandler::AlwaysParseForType(Manifest::Type type) const {
app_launch_info.h 73 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
app_launch_info.cc 304 bool AppLaunchManifestHandler::AlwaysParseForType(Manifest::Type type) const {
  /external/chromium_org/extensions/common/manifest_handlers/
incognito_info.h 33 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
offline_enabled_info.h 35 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
csp_info.h 42 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
requirements_info.h 37 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
incognito_info.cc 68 bool IncognitoHandler::AlwaysParseForType(Manifest::Type type) const {
offline_enabled_info.cc 68 bool OfflineEnabledHandler::AlwaysParseForType(Manifest::Type type) const {
background_info.h 90 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
csp_info.cc 119 bool CSPHandler::AlwaysParseForType(Manifest::Type type) const {
requirements_info.cc 59 bool RequirementsHandler::AlwaysParseForType(Manifest::Type type) const {
background_info.cc 306 bool BackgroundManifestHandler::AlwaysParseForType(Manifest::Type type) const {
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.h 42 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
commands_handler.cc 130 bool CommandsHandler::AlwaysParseForType(Manifest::Type type) const {
  /external/chromium_org/extensions/common/
manifest_handler.h 51 virtual bool AlwaysParseForType(Manifest::Type type) const;
53 // Same as AlwaysParseForType, but for Validate instead of Parse.
manifest_handler.cc 43 bool ManifestHandler::AlwaysParseForType(Manifest::Type type) const {
137 handler->AlwaysParseForType(extension->GetType())) {
manifest_handler_unittest.cc 129 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE {

Completed in 378 milliseconds