OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_locales
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/
extension_l10n_util.cc
279
bool AddLocale(const std::set<std::string>&
chrome_locales
,
288
if (
chrome_locales
.find(locale_name) ==
chrome_locales
.end()) {
339
std::set<std::string>
chrome_locales
;
local
340
GetAllLocales(&
chrome_locales
);
353
chrome_locales
, locale_folder, locale_name, valid_locales, error)) {
extension_l10n_util.h
52
// Adds locale_name to the extension if it's in
chrome_locales
, and
54
// Returns false if locale_name was not found in
chrome_locales
, and sets
57
bool AddLocale(const std::set<std::string>&
chrome_locales
,
Completed in 482 milliseconds