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/api/extension_action/
script_badge_handler.h 24 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
script_badge_handler.cc 86 bool ScriptBadgeHandler::AlwaysParseForType(Manifest::Type type) const {
  /external/chromium_org/chrome/common/extensions/
incognito_handler.h 33 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
csp_handler.h 42 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
background_info.h 86 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
incognito_handler.cc 65 bool IncognitoHandler::AlwaysParseForType(Manifest::Type type) const {
manifest_handler.h 49 virtual bool AlwaysParseForType(Manifest::Type type) const;
51 // Same as AlwaysParseForType, but for Validate instead of Parse.
csp_handler.cc 119 bool CSPHandler::AlwaysParseForType(Manifest::Type type) const {
manifest_handler.cc 41 bool ManifestHandler::AlwaysParseForType(Manifest::Type type) const {
113 handler->AlwaysParseForType(extension->GetType())) {
background_info.cc 295 bool BackgroundManifestHandler::AlwaysParseForType(Manifest::Type type) const {
manifest_handler_unittest.cc 129 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE {
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
app_isolation_info.h 34 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
offline_enabled_info.h 35 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
requirements_handler.h 37 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
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;
offline_enabled_info.cc 61 bool OfflineEnabledHandler::AlwaysParseForType(Manifest::Type type) const {
requirements_handler.cc 59 bool RequirementsHandler::AlwaysParseForType(Manifest::Type type) const {
app_launch_info.cc 310 bool AppLaunchManifestHandler::AlwaysParseForType(Manifest::Type type) const {
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.h 44 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
commands_handler.cc 130 bool CommandsHandler::AlwaysParseForType(Manifest::Type type) const {

Completed in 9091 milliseconds