HomeSort by relevance Sort by last modified time
    Searched refs: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);
theme_service.h 256 void SavePackName(const FilePath& pack_path);

Completed in 25 milliseconds