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

  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.h 36 virtual bool AlwaysValidateForType(Manifest::Type type) const OVERRIDE;
default_locale_handler.cc 110 bool DefaultLocaleHandler::AlwaysValidateForType(Manifest::Type type) const {
  /external/chromium_org/chrome/common/extensions/
manifest_handler.h 52 virtual bool AlwaysValidateForType(Manifest::Type type) const;
manifest_handler.cc 45 bool ManifestHandler::AlwaysValidateForType(Manifest::Type type) const {
135 handler->AlwaysValidateForType(extension->GetType())) {
manifest_handler_unittest.cc 155 virtual bool AlwaysValidateForType(Manifest::Type type) const OVERRIDE {

Completed in 31 milliseconds