Home
last modified time | relevance | path

Searched refs:GetKioskAppIconCacheDir (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_app_data_delegate.h19 virtual void GetKioskAppIconCacheDir(base::FilePath* cache_dir) = 0;
Dkiosk_app_manager.h230 virtual void GetKioskAppIconCacheDir(base::FilePath* cache_dir) OVERRIDE;
Dkiosk_app_data.cc393 delegate_->GetKioskAppIconCacheDir(&cache_dir); in SetCache()
Dkiosk_app_manager.cc564 void KioskAppManager::GetKioskAppIconCacheDir(base::FilePath* cache_dir) { in GetKioskAppIconCacheDir() function in chromeos::KioskAppManager