Searched refs:DidGetUsageAndQuota (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_file_stream_writer.h59 void DidGetUsageAndQuota(const net::CompletionCallback& callback,
H A Dsandbox_file_stream_writer.cc158 base::Bind(&SandboxFileStreamWriter::DidGetUsageAndQuota,
162 void SandboxFileStreamWriter::DidGetUsageAndQuota( function in class:fileapi::SandboxFileStreamWriter
H A Dasync_file_test_helper.cc75 void DidGetUsageAndQuota(quota::QuotaStatusCode* status_out, function in namespace:fileapi::__anon15681
265 base::Bind(&DidGetUsageAndQuota, &status, usage, quota));
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.cc313 Bind(&SyncFileSystemGetUsageAndQuotaFunction::DidGetUsageAndQuota,
319 void SyncFileSystemGetUsageAndQuotaFunction::DidGetUsageAndQuota( function in class:extensions::SyncFileSystemGetUsageAndQuotaFunction
327 Bind(&SyncFileSystemGetUsageAndQuotaFunction::DidGetUsageAndQuota, this,
H A Dsync_file_system_api.h95 void DidGetUsageAndQuota(quota::QuotaStatusCode status,
/external/chromium_org/webkit/browser/quota/
H A Dquota_manager.cc46 void DidGetUsageAndQuota( function in namespace:quota::__anon15719
53 base::Bind(&DidGetUsageAndQuota,
1712 DidGetUsageAndQuota(original_task_runner, callback, kQuotaErrorAbort, 0, 0);
1717 base::Bind(&DidGetUsageAndQuota,
H A Dquota_manager_unittest.cc114 origin, type, base::Bind(&QuotaManagerTest::DidGetUsageAndQuota,
124 origin, type, base::Bind(&QuotaManagerTest::DidGetUsageAndQuota,
307 void DidGetUsageAndQuota(QuotaStatusCode status, int64 usage, int64 quota) { function in class:quota::QuotaManagerTest
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc187 void DidGetUsageAndQuota(const quota::StatusCallback& callback, function in namespace:sync_file_system::__anon6098
710 base::Bind(&DidGetUsageAndQuota, callback, usage, quota));

Completed in 941 milliseconds