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

  /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);
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 594 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()

Completed in 467 milliseconds