OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locales_path
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome_frame/test/
simple_resource_loader_test.cc
14
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/
simple_resource_loader.cc
103
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
->Append(kLocalesDirName)
[
all
...]
simple_resource_loader.h
45
// 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/
extension_l10n_util.h
94
// |
locales_path
| is extension_id/_locales
97
bool ShouldSkipValidation(const FilePath&
locales_path
,
extension_unpacker.cc
120
FilePath
locales_path
=
local
124
file_util::FileEnumerator locales(
locales_path
,
132
if (extension_l10n_util::ShouldSkipValidation(
locales_path
, locale_path,
extension_l10n_util.cc
291
bool ShouldSkipValidation(const FilePath&
locales_path
,
298
if (!
locales_path
.AppendRelativePath(locale_path, &relative_path)) {
/external/chromium_org/chrome/common/extensions/docs/server2/
samples_data_source.py
83
locales_path
= path + '/_locales/'
84
locales_dir = file_system.ReadSingle(
locales_path
)
87
[
locales_path
+ f + 'messages.json' for f in locales_dir]).Get()
96
l10n_data['locales'][path[len(
locales_path
):].split('/')[0]] = json_
/external/chromium_org/chrome/common/extensions/
extension_l10n_util.h
102
// |
locales_path
| is extension_id/_locales
105
bool ShouldSkipValidation(const base::FilePath&
locales_path
,
extension_l10n_util.cc
340
bool ShouldSkipValidation(const base::FilePath&
locales_path
,
347
if (!
locales_path
.AppendRelativePath(locale_path, &relative_path)) {
/external/chromium_org/chrome/utility/extensions/
unpacker.cc
133
base::FilePath
locales_path
=
local
137
base::FileEnumerator locales(
locales_path
,
145
if (extension_l10n_util::ShouldSkipValidation(
locales_path
, locale_path,
Completed in 603 milliseconds