OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDirty
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.h
33
bool
GetDirty
(const base::FilePath& usage_file_path, uint32* dirty);
file_system_usage_cache_unittest.cc
70
EXPECT_TRUE(usage_cache()->
GetDirty
(usage_file_path, &dirty));
108
EXPECT_TRUE(usage_cache()->
GetDirty
(usage_file_path, &dirty));
136
EXPECT_TRUE(usage_cache()->
GetDirty
(usage_file_path, &dirty));
file_system_usage_cache.cc
60
bool FileSystemUsageCache::
GetDirty
(const base::FilePath& usage_file_path,
62
TRACE_EVENT0("FileSystem", "UsageCache::
GetDirty
");
sandbox_file_system_backend_delegate.cc
402
usage_cache()->
GetDirty
(usage_file_path, &dirty_status);
/external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl_unittest.cc
240
ASSERT_TRUE(file_system_usage_cache_.
GetDirty
(path, &dirty));
244
ASSERT_TRUE(file_system_usage_cache_.
GetDirty
(path, &dirty));
Completed in 982 milliseconds