OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLocaleKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_tts_api_util.h
15
extern const char
kLocaleKey
[];
extension_tts_api_util.cc
10
const char
kLocaleKey
[] = "locale";
extension_tts_api.cc
76
if (options->HasKey(util::
kLocaleKey
))
77
options->GetString(util::
kLocaleKey
, &locale_);
Completed in 552 milliseconds