OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supported_locales
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc
70
const char ExternalProviderImpl::kSupportedLocales[] = "
supported_locales
";
170
const base::ListValue*
supported_locales
= NULL;
local
171
if (extension->GetList(kSupportedLocales, &
supported_locales
)) {
176
size_t num_locales =
supported_locales
->GetSize();
180
if (
supported_locales
->GetString(j, ¤t_locale) &&
extension_service_unittest.cc
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
external_extensions.html
185
the external extensions will be uninstalled. If "
supported_locales
" list
191
"
supported_locales
": [ "en", "fr", "de" ]
/external/chromium_org/chrome/common/extensions/docs/templates/json/
whats_new.json
154
"description": "You can now limit the supported locales for an external extension by adding the <code>
supported_locales
</code> attribute to the <code>external_extensions.json</code>.",
Completed in 304 milliseconds