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

  /external/chromium_org/chromecast/common/
cast_resource_delegate.cc 36 const base::FilePath& pack_path,
38 return pack_path;
42 const base::FilePath& pack_path,
cast_resource_delegate.h 37 const base::FilePath& pack_path,
40 const base::FilePath& pack_path,
  /external/chromium_org/ui/wm/core/
shadow_unittest.cc 42 const base::FilePath& pack_path,
47 const base::FilePath& pack_path,
  /external/chromium_org/ui/base/resource/
resource_bundle_unittest.cc 65 const base::FilePath& pack_path, ui::ScaleFactor scale_factor));
67 const base::FilePath& pack_path, const std::string& locale));
181 base::FilePath pack_path(FILE_PATH_LITERAL("/path/to/test_path.pak"));
186 Property(&base::FilePath::value, pack_path.value()),
189 .WillOnce(Return(pack_path));
191 resource_bundle->AddDataPackFromPath(pack_path, pack_scale_factor);
resource_bundle.h 78 // |pack_path| will contain the complete default path for the pack file if
81 const base::FilePath& pack_path,
86 // |pack_path| will contain the complete default path for the pack file if
89 const base::FilePath& pack_path,
resource_bundle.cc 664 base::FilePath pack_path = path; local
666 pack_path = delegate_->GetPathForResourcePack(pack_path, scale_factor);
669 if (pack_path.empty() || !pack_path.IsAbsolute())
674 if (data_pack->LoadFromPath(pack_path)) {
677 LOG(ERROR) << "Failed to load " << pack_path.value()
  /external/chromium_org/chrome/browser/themes/
theme_service.h 202 void SavePackName(const base::FilePath& pack_path);
theme_service.cc 572 void ThemeService::SavePackName(const base::FilePath& pack_path) {
574 prefs::kCurrentThemePackFilename, pack_path);
597 base::FilePath pack_path =
601 base::Bind(&WritePackToDiskCallback, pack, pack_path));
603 SavePackName(pack_path);

Completed in 1560 milliseconds