OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locales_path
(Results
1 - 3
of
3
) sorted by null
/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)) {
Completed in 736 milliseconds