HomeSort by relevance Sort by last modified time
    Searched defs:usage_file_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache_unittest.cc 42 base::FilePath usage_file_path = GetUsageFilePath(); local
43 EXPECT_TRUE(usage_cache()->UpdateUsage(usage_file_path, 0));
48 base::FilePath usage_file_path = GetUsageFilePath(); local
50 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, size));
51 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
57 base::FilePath usage_file_path = GetUsageFilePath(); local
59 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, size));
60 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
65 base::FilePath usage_file_path = GetUsageFilePath(); local
68 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, 98214))
78 base::FilePath usage_file_path = GetUsageFilePath(); local
89 base::FilePath usage_file_path = GetUsageFilePath(); local
99 base::FilePath usage_file_path = GetUsageFilePath(); local
116 base::FilePath usage_file_path = GetUsageFilePath(); local
130 base::FilePath usage_file_path = GetUsageFilePath(); local
144 base::FilePath usage_file_path = GetUsageFilePath(); local
149 base::FilePath usage_file_path = GetUsageFilePath(); local
154 base::FilePath usage_file_path = GetUsageFilePath(); local
    [all...]
sandbox_quota_observer.cc 32 base::FilePath usage_file_path = GetUsageCachePath(url); local
33 if (usage_file_path.empty())
35 file_system_usage_cache_->IncrementDirty(usage_file_path);
50 base::FilePath usage_file_path = GetUsageCachePath(url); local
51 if (usage_file_path.empty())
54 pending_update_notification_[usage_file_path] += delta;
69 base::FilePath usage_file_path = GetUsageCachePath(url); local
70 if (usage_file_path.empty())
74 pending_update_notification_.find(usage_file_path);
80 file_system_usage_cache_->DecrementDirty(usage_file_path);
    [all...]
sandbox_file_system_backend_delegate.cc 396 base::FilePath usage_file_path =
399 bool is_valid = usage_cache()->IsValid(usage_file_path);
402 usage_cache()->GetDirty(usage_file_path, &dirty_status);
408 return usage_cache()->GetUsage(usage_file_path, &usage) ? usage : -1;
412 usage_cache()->Delete(usage_file_path);
417 usage_cache()->UpdateUsage(usage_file_path, usage);
493 base::FilePath usage_file_path = GetUsageCachePathForOriginAndType( local
497 usage_cache()->IncrementDirty(usage_file_path);

Completed in 441 milliseconds