HomeSort by relevance Sort by last modified time
    Searched refs:quota_manager_proxy (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/webkit/browser/fileapi/
mock_file_system_context.h 22 quota::QuotaManagerProxy* quota_manager_proxy,
28 quota::QuotaManagerProxy* quota_manager_proxy,
mock_file_system_context.cc 18 quota::QuotaManagerProxy* quota_manager_proxy,
24 quota_manager_proxy, additional_providers.Pass(), base_path);
28 quota::QuotaManagerProxy* quota_manager_proxy,
36 quota_manager_proxy,
sandbox_file_stream_writer.cc 144 quota::QuotaManagerProxy* quota_manager_proxy = local
145 file_system_context_->quota_manager_proxy();
146 if (!quota_manager_proxy) {
154 DCHECK(quota_manager_proxy->quota_manager());
155 quota_manager_proxy->quota_manager()->GetUsageAndQuota(
sandbox_file_system_test_helper.cc 51 quota::QuotaManagerProxy* quota_manager_proxy) {
53 quota_manager_proxy, base_dir);
sandbox_file_system_test_helper.h 51 quota::QuotaManagerProxy* quota_manager_proxy);
sandbox_quota_observer.h 41 quota::QuotaManagerProxy* quota_manager_proxy,
file_system_context.cc 104 quota::QuotaManagerProxy* quota_manager_proxy,
110 quota_manager_proxy_(quota_manager_proxy),
112 quota_manager_proxy,
124 if (quota_manager_proxy) {
125 quota_manager_proxy->RegisterClient(CreateQuotaClient(
167 this, quota_manager_proxy(), origin_url, iter->first)
305 base::Unretained(quota_manager_proxy()),
file_system_context.h 100 quota::QuotaManagerProxy* quota_manager_proxy,
107 quota::QuotaManagerProxy* quota_manager_proxy() const { function in class:fileapi::FileSystemContext
sandbox_quota_observer.cc 19 quota::QuotaManagerProxy* quota_manager_proxy,
23 : quota_manager_proxy_(quota_manager_proxy),
file_system_operation_impl.cc 327 quota::QuotaManagerProxy* quota_manager_proxy = local
328 file_system_context()->quota_manager_proxy();
329 if (!quota_manager_proxy ||
338 DCHECK(quota_manager_proxy);
339 DCHECK(quota_manager_proxy->quota_manager());
340 quota_manager_proxy->quota_manager()->GetUsageAndQuota(
sandbox_context.h 64 quota::QuotaManagerProxy* quota_manager_proxy,
file_system_operation_impl_unittest.cc 76 quota_manager_proxy()->SimulateQuotaManagerDestroyed();
101 quota::MockQuotaManagerProxy* quota_manager_proxy() { function in class:fileapi::FileSystemOperationImplTest
375 EXPECT_EQ(1, quota_manager_proxy()->notify_storage_accessed_count());
538 EXPECT_EQ(2, quota_manager_proxy()->notify_storage_accessed_count());
552 EXPECT_EQ(2, quota_manager_proxy()->notify_storage_accessed_count());
569 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 3);
584 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 2);
605 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 1);
812 quota_manager_proxy()->notify_storage_accessed_count());
    [all...]
file_system_quota_client.cc 75 context, context->quota_manager_proxy(), origin, type);
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.cc 106 if (new_usage != old_usage && service()->quota_manager_proxy()) {
107 service()->quota_manager_proxy()->NotifyStorageModified(
115 if (service()->quota_manager_proxy()) {
118 service()->quota_manager_proxy()->NotifyStorageModified(
128 if (service()->quota_manager_proxy() &&
130 service()->quota_manager_proxy()->NotifyStorageAccessed(
appcache_service.h 59 explicit AppCacheService(quota::QuotaManagerProxy* quota_manager_proxy);
138 quota::QuotaManagerProxy* quota_manager_proxy() const { function in class:appcache::AppCacheService
appcache_host.cc 66 if (service()->quota_manager_proxy() && !origin_in_use_.is_empty())
67 service()->quota_manager_proxy()->NotifyOriginNoLongerInUse(origin_in_use_);
87 if (service()->quota_manager_proxy() && !origin_in_use_.is_empty())
88 service()->quota_manager_proxy()->NotifyOriginInUse(origin_in_use_);
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.h 29 quota::QuotaManagerProxy* quota_manager_proxy);
browser_file_system_helper.cc 54 quota::QuotaManagerProxy* quota_manager_proxy) {
75 quota_manager_proxy,
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service.cc 19 quota::QuotaManagerProxy* quota_manager_proxy)
20 : AppCacheService(quota_manager_proxy),
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 101 quota::QuotaManagerProxy* quota_manager_proxy,
105 quota_manager_proxy_(quota_manager_proxy),
109 if (quota_manager_proxy) {
110 quota_manager_proxy->RegisterClient(new IndexedDBQuotaClient(this));
337 if (quota_manager_proxy()) {
338 quota_manager_proxy()->NotifyStorageAccessed(
360 if (quota_manager_proxy()) {
361 quota_manager_proxy()->NotifyStorageAccessed(
395 quota::QuotaManagerProxy* IndexedDBContextImpl::quota_manager_proxy() { function in class:content::IndexedDBContextImpl
457 // quota_manager_proxy() is NULL in unit tests
    [all...]
indexed_db_context_impl.h 45 quota::QuotaManagerProxy* quota_manager_proxy,
75 quota::QuotaManagerProxy* quota_manager_proxy();
  /external/chromium_org/webkit/browser/quota/
mock_storage_client.h 32 MockStorageClient(QuotaManagerProxy* quota_manager_proxy,
mock_storage_client.cc 21 QuotaManagerProxy* quota_manager_proxy,
23 : quota_manager_proxy_(quota_manager_proxy),
  /external/chromium_org/webkit/browser/database/
database_tracker.h 77 // the dtor() and the database_directory() and quota_manager_proxy() getters.
102 quota::QuotaManagerProxy* quota_manager_proxy,
135 quota::QuotaManagerProxy* quota_manager_proxy() const { function in class:webkit_database::DatabaseTracker
  /external/chromium_org/content/browser/renderer_host/
database_message_filter.cc 249 DCHECK(db_tracker_->quota_manager_proxy());
252 db_tracker_->quota_manager_proxy()->quota_manager();

Completed in 959 milliseconds

1 2