OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetKioskAppIconCacheDir
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data_delegate.h
19
virtual void
GetKioskAppIconCacheDir
(base::FilePath* cache_dir) = 0;
kiosk_app_manager.h
230
virtual void
GetKioskAppIconCacheDir
(base::FilePath* cache_dir) OVERRIDE;
kiosk_app_data.cc
393
delegate_->
GetKioskAppIconCacheDir
(&cache_dir);
kiosk_app_manager.cc
564
void KioskAppManager::
GetKioskAppIconCacheDir
(base::FilePath* cache_dir) {
Completed in 512 milliseconds