Searched refs:GetCacheDirectory (Results 1 – 14 of 14) sorted by relevance
32 BASE_EXPORT bool GetCacheDirectory(FilePath* result);
31 GetCacheDirectory(&path); in TEST_F()
35 bool GetCacheDirectory(FilePath* result) { in GetCacheDirectory() function
47 return base::android::GetCacheDirectory(result); in PathProviderAndroid()
18 bool TestNaClBrowserDelegate::GetCacheDirectory(base::FilePath* cache_dir) { in GetCacheDirectory() function in TestNaClBrowserDelegate
40 virtual bool GetCacheDirectory(base::FilePath* cache_dir) = 0;
28 virtual bool GetCacheDirectory(base::FilePath* cache_dir) OVERRIDE;
312 browser_delegate_->GetCacheDirectory(&cache_file_path); in InitValidationCacheFilePath()
127 browser_delegate->GetCacheDirectory(&cache_file_path); in GetCachePath()
31 virtual bool GetCacheDirectory(base::FilePath* cache_dir) OVERRIDE;
85 bool ShellNaClBrowserDelegate::GetCacheDirectory(base::FilePath* cache_dir) { in GetCacheDirectory() function in extensions::ShellNaClBrowserDelegate
29 virtual bool GetCacheDirectory(base::FilePath* cache_dir) OVERRIDE;
110 bool NaClBrowserDelegateImpl::GetCacheDirectory(base::FilePath* cache_dir) { in GetCacheDirectory() function in NaClBrowserDelegateImpl
207 if (!base::android::GetCacheDirectory(&cur)) in PathProvider()