Searched defs:pack_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc543 void ThemeService::SavePackName(const base::FilePath& pack_path) { argument
545 prefs::kCurrentThemePackFilename, pack_path);
568 base::FilePath pack_path =
572 base::Bind(&WritePackToDiskCallback, pack, pack_path));
574 SavePackName(pack_path);
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc594 base::FilePath pack_path = path; local
596 pack_path = delegate_->GetPathForResourcePack(pack_path, scale_factor);
599 if (pack_path.empty() || !pack_path.IsAbsolute())
604 if (data_pack->LoadFromPath(pack_path)) {
607 LOG(ERROR) << "Failed to load " << pack_path.value()
/external/chromium/chrome/browser/themes/
H A Dtheme_service.cc626 void ThemeService::SavePackName(const FilePath& pack_path) { argument
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);

Completed in 163 milliseconds