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

  /external/chromium/chrome/common/extensions/
extension_message_bundle_unittest.cc 130 handler->GetL10nMessage(ExtensionMessageBundle::kUILocaleKey));
261 CreateMessageTree(ExtensionMessageBundle::kUILocaleKey, "x", false, dict);
267 errors::kReservedMessageFound, ExtensionMessageBundle::kUILocaleKey);
279 handler_->GetL10nMessage(ExtensionMessageBundle::kUILocaleKey));
298 handler_->GetL10nMessage(ExtensionMessageBundle::kUILocaleKey));
extension_message_bundle.h 37 static const char* kUILocaleKey;
extension_message_bundle.cc 36 const char* ExtensionMessageBundle::kUILocaleKey = "@@ui_locale";
100 append_messages[kUILocaleKey] = app_locale;
  /external/chromium_org/chrome/common/extensions/
message_bundle_unittest.cc 132 handler->GetL10nMessage(MessageBundle::kUILocaleKey));
268 CreateMessageTree(MessageBundle::kUILocaleKey, "x", false, dict);
274 errors::kReservedMessageFound, MessageBundle::kUILocaleKey);
286 handler_->GetL10nMessage(MessageBundle::kUILocaleKey));
305 handler_->GetL10nMessage(MessageBundle::kUILocaleKey));
message_bundle.h 41 static const char* kUILocaleKey;
message_bundle.cc 38 const char* MessageBundle::kUILocaleKey = "@@ui_locale";
100 append_messages[kUILocaleKey] = app_locale;

Completed in 64 milliseconds