OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_locales
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/common/extensions/
extension_l10n_util.cc
156
bool AddLocale(const std::set<std::string>&
chrome_locales
,
165
if (
chrome_locales
.find(locale_name) ==
chrome_locales
.end()) {
208
static std::set<std::string>
chrome_locales
;
local
209
GetAllLocales(&
chrome_locales
);
222
if (!AddLocale(
chrome_locales
,
extension_l10n_util.h
51
// Adds locale_name to the extension if it's in
chrome_locales
, and
53
// Returns false if locale_name was not found in
chrome_locales
, and sets
56
bool AddLocale(const std::set<std::string>&
chrome_locales
,
/external/chromium_org/chrome/common/extensions/
extension_l10n_util.cc
282
bool AddLocale(const std::set<std::string>&
chrome_locales
,
291
if (
chrome_locales
.find(locale_name) ==
chrome_locales
.end()) {
343
std::set<std::string>
chrome_locales
;
local
344
GetAllLocales(&
chrome_locales
);
357
if (!AddLocale(
chrome_locales
,
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 48 milliseconds