DefaultLocaleHandler   33 chrome/common/extensions/api/i18n/default_locale_handler.cc DefaultLocaleHandler::DefaultLocaleHandler() {
DefaultLocaleHandler   36 chrome/common/extensions/api/i18n/default_locale_handler.cc DefaultLocaleHandler::~DefaultLocaleHandler() {
DefaultLocaleHandler   39 chrome/common/extensions/api/i18n/default_locale_handler.cc bool DefaultLocaleHandler::Parse(Extension* extension, base::string16* error) {
DefaultLocaleHandler   51 chrome/common/extensions/api/i18n/default_locale_handler.cc bool DefaultLocaleHandler::Validate(
DefaultLocaleHandler  110 chrome/common/extensions/api/i18n/default_locale_handler.cc bool DefaultLocaleHandler::AlwaysValidateForType(Manifest::Type type) const {
DefaultLocaleHandler  115 chrome/common/extensions/api/i18n/default_locale_handler.cc const std::vector<std::string> DefaultLocaleHandler::Keys() const {
DefaultLocaleHandler   24 chrome/common/extensions/api/i18n/default_locale_handler.h class DefaultLocaleHandler : public ManifestHandler {
DefaultLocaleHandler   26 chrome/common/extensions/api/i18n/default_locale_handler.h   DefaultLocaleHandler();
DefaultLocaleHandler   27 chrome/common/extensions/api/i18n/default_locale_handler.h   virtual ~DefaultLocaleHandler();
DefaultLocaleHandler   41 chrome/common/extensions/api/i18n/default_locale_handler.h   DISALLOW_COPY_AND_ASSIGN(DefaultLocaleHandler);
DefaultLocaleHandler   53 chrome/common/extensions/chrome_manifest_handlers.cc   (new DefaultLocaleHandler)->Register();