HomeSort by relevance Sort by last modified time
    Searched refs:kLocaleFolder (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker_unittest.cc 115 GetInstallPath().Append(kLocaleFolder);
123 GetInstallPath().Append(kLocaleFolder);
  /external/chromium_org/extensions/common/
constants.cc 14 const base::FilePath::CharType kLocaleFolder[] =
constants.h 24 extern const base::FilePath::CharType kLocaleFolder[];
extension_l10n_util_unittest.cc 35 base::FilePath src_path = temp.path().Append(kLocaleFolder);
57 base::FilePath src_path = temp.path().Append(kLocaleFolder);
72 base::FilePath src_path = temp.path().Append(kLocaleFolder);
88 base::FilePath src_path = temp.path().Append(kLocaleFolder);
112 install_dir.AppendASCII("extension_with_locales").Append(kLocaleFolder);
128 install_dir.AppendASCII("extension_with_locales").Append(kLocaleFolder);
147 base::FilePath src_path = temp.path().Append(kLocaleFolder);
163 base::FilePath src_path = temp.path().Append(kLocaleFolder);
190 base::FilePath src_path = temp.path().Append(kLocaleFolder);
file_util.cc 263 kLocaleFolder, kPlatformSpecificFolder, FILE_PATH_LITERAL("__MACOSX"), };
398 base::FilePath locale_path = extension_path.Append(kLocaleFolder);
extension_resource_unittest.cc 130 temp.path().Append(kLocaleFolder);
file_util_unittest.cc 160 extensions::kLocaleFolder, extensions::kPlatformSpecificFolder};
175 base::FilePath src_path = temp.path().Append(extensions::kLocaleFolder);
extension_l10n_util.cc 403 base::FilePath locale_path = extension_path.Append(extensions::kLocaleFolder);
  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.cc 56 const base::FilePath path = extension->path().Append(kLocaleFolder);
  /external/chromium_org/extensions/browser/
content_verifier.cc 236 base::FilePath locales_dir = extension_root.Append(kLocaleFolder);
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 141 temp_install_dir_.Append(kLocaleFolder);

Completed in 136 milliseconds