Searched defs:DefaultLocaleHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/i18n/
H A Ddefault_locale_handler.h24 class DefaultLocaleHandler : public ManifestHandler { class in namespace:extensions
26 DefaultLocaleHandler();
27 virtual ~DefaultLocaleHandler();
41 DISALLOW_COPY_AND_ASSIGN(DefaultLocaleHandler);
H A Ddefault_locale_handler.cc33 DefaultLocaleHandler::DefaultLocaleHandler() { function in class:extensions::DefaultLocaleHandler
36 DefaultLocaleHandler::~DefaultLocaleHandler() {
39 bool DefaultLocaleHandler::Parse(Extension* extension, base::string16* error) {
51 bool DefaultLocaleHandler::Validate(
110 bool DefaultLocaleHandler::AlwaysValidateForType(Manifest::Type type) const {
115 const std::vector<std::string> DefaultLocaleHandler::Keys() const {

Completed in 1260 milliseconds