Searched refs:GetDirty (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.h33 bool GetDirty(const base::FilePath& usage_file_path, uint32* dirty);
H A Dfile_system_usage_cache.cc60 bool FileSystemUsageCache::GetDirty(const base::FilePath& usage_file_path, function in class:storage::FileSystemUsageCache
62 TRACE_EVENT0("FileSystem", "UsageCache::GetDirty");
H A Dsandbox_file_system_backend_delegate.cc406 usage_cache()->GetDirty(usage_file_path, &dirty_status);
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_usage_cache_unittest.cc72 EXPECT_TRUE(usage_cache()->GetDirty(usage_file_path, &dirty));
110 EXPECT_TRUE(usage_cache()->GetDirty(usage_file_path, &dirty));
138 EXPECT_TRUE(usage_cache()->GetDirty(usage_file_path, &dirty));
/external/chromium_org/content/browser/quota/
H A Dquota_backend_impl_unittest.cc264 ASSERT_TRUE(file_system_usage_cache_.GetDirty(path, &dirty));
268 ASSERT_TRUE(file_system_usage_cache_.GetDirty(path, &dirty));

Completed in 204 milliseconds