Searched refs:locales_path (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome_frame/test/
H A Dsimple_resource_loader_test.cc14 base::FilePath locales_path; local
18 SimpleResourceLoader::DetermineLocalesDirectory(&locales_path);
29 SimpleResourceLoader::LoadLocalePack(language_tags, locales_path,
48 SimpleResourceLoader::LoadLocalePack(language_tags, locales_path,
67 SimpleResourceLoader::LoadLocalePack(language_tags, locales_path,
/external/chromium_org/chrome_frame/
H A Dsimple_resource_loader.cc103 base::FilePath locales_path; local
105 DetermineLocalesDirectory(&locales_path);
106 if (!LoadLocalePack(language_tags, locales_path, &locale_dll_handle_,
141 base::FilePath* locales_path) {
142 DCHECK(locales_path);
146 *locales_path = module_path.Append(kLocalesDirName);
151 if (!base::DirectoryExists(*locales_path)) {
152 *locales_path = module_path.DirName();
153 *locales_path = locales_path
140 DetermineLocalesDirectory( base::FilePath* locales_path) argument
173 LoadLocalePack( const std::vector<std::wstring>& language_tags, const base::FilePath& locales_path, HMODULE* dll_handle, ui::DataPack** data_pack, std::wstring* language) argument
[all...]
H A Dsimple_resource_loader.h45 // Populates |locales_path| with the path to the "Locales" directory.
46 static void DetermineLocalesDirectory(base::FilePath* locales_path);
57 // in |locales_path|.
63 const base::FilePath& locales_path,
/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util.h94 // |locales_path| is extension_id/_locales
97 bool ShouldSkipValidation(const FilePath& locales_path,
H A Dextension_unpacker.cc120 FilePath locales_path = local
124 file_util::FileEnumerator locales(locales_path,
132 if (extension_l10n_util::ShouldSkipValidation(locales_path, locale_path,
H A Dextension_l10n_util.cc291 bool ShouldSkipValidation(const FilePath& locales_path, argument
298 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) {
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsamples_data_source.py91 locales_path = path + '/_locales/'
92 locales_dir = file_system.ReadSingle(locales_path).Get()
98 locales_json = [load_locale_json(locales_path + f + 'messages.json')
104 l10n_data['locales'][path[len(locales_path):].split('/')[0]] = json_
/external/chromium_org/chrome/common/extensions/
H A Dextension_l10n_util.h107 // |locales_path| is extension_id/_locales
110 bool ShouldSkipValidation(const base::FilePath& locales_path,
H A Dextension_l10n_util.cc434 bool ShouldSkipValidation(const base::FilePath& locales_path, argument
441 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) {
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc141 base::FilePath locales_path = local
145 base::FileEnumerator locales(locales_path,
153 if (extension_l10n_util::ShouldSkipValidation(locales_path, locale_path,

Completed in 329 milliseconds