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

  /external/chromium_org/chrome/browser/themes/
theme_service.cc 426 void ThemeService::SavePackName(const base::FilePath& pack_path) {
428 prefs::kCurrentThemePackFilename, pack_path);
451 base::FilePath pack_path =
455 base::Bind(&WritePackToDiskCallback, pack, pack_path));
457 SavePackName(pack_path);
theme_service.h 202 void SavePackName(const base::FilePath& pack_path);
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 519 base::FilePath pack_path = path; local
521 pack_path = delegate_->GetPathForResourcePack(pack_path, scale_factor);
524 if (pack_path.empty() || !pack_path.IsAbsolute())
529 if (data_pack->LoadFromPath(pack_path)) {
532 LOG(ERROR) << "Failed to load " << pack_path.value()
resource_bundle_unittest.cc 62 const base::FilePath& pack_path, ui::ScaleFactor scale_factor));
64 const base::FilePath& pack_path, const std::string& locale));
178 base::FilePath pack_path(FILE_PATH_LITERAL("/path/to/test_path.pak"));
183 Property(&base::FilePath::value, pack_path.value()),
186 .WillOnce(Return(pack_path));
188 resource_bundle->AddDataPackFromPath(pack_path, pack_scale_factor);
resource_bundle.h 72 // |pack_path| will contain the complete default path for the pack file if
75 const base::FilePath& pack_path,
80 // |pack_path| will contain the complete default path for the pack file if
83 const base::FilePath& pack_path,
  /external/chromium/chrome/browser/themes/
theme_service.cc 626 void ThemeService::SavePackName(const FilePath& pack_path) {
628 prefs::kCurrentThemePackFilename, pack_path);
646 FilePath pack_path = extension->path().Append(chrome::kThemePackFilename); local
648 new WritePackToDiskTask(pack, pack_path));
650 SavePackName(pack_path);
theme_service.h 256 void SavePackName(const FilePath& pack_path);

Completed in 86 milliseconds