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

  /external/chromium/chrome/common/extensions/
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.h 41 static const char* kUILocaleKey;
message_bundle.cc 38 const char* MessageBundle::kUILocaleKey = "@@ui_locale";
100 append_messages[kUILocaleKey] = app_locale;

Completed in 66 milliseconds