Searched defs:quota (Results 1 - 25 of 95) sorted by relevance

1234

/external/chromium_org/content/public/browser/
H A Dcookie_store_factory.h15 namespace quota { namespace
27 quota::SpecialStoragePolicy* storage_policy,
H A Dbrowser_context.h28 namespace quota { namespace
151 virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() = 0;
/external/chromium_org/webkit/browser/fileapi/
H A Dmock_file_system_context.h11 namespace quota { namespace
22 quota::QuotaManagerProxy* quota_manager_proxy,
28 quota::QuotaManagerProxy* quota_manager_proxy,
H A Dasync_file_test_helper.h11 #include "webkit/common/quota/quota_status_code.h"
13 namespace quota { namespace
83 // Returns usage and quota. It's valid to pass NULL to |usage| and/or |quota|.
84 static quota::QuotaStatusCode GetUsageAndQuota(
85 quota::QuotaManager* quota_manager,
89 int64* quota);
H A Dfile_system_quota_util.h22 namespace quota { namespace
30 // An abstract interface that provides common quota-related utility functions
39 // to the quota manager via |proxy|.
42 quota::QuotaManagerProxy* proxy,
H A Dsandbox_file_system_test_helper.h18 #include "webkit/common/quota/quota_types.h"
24 namespace quota { namespace
51 quota::QuotaManagerProxy* quota_manager_proxy);
85 quota::StorageType storage_type() const {
H A Dsandbox_quota_observer.h23 namespace quota { namespace
41 quota::QuotaManagerProxy* quota_manager_proxy,
65 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_;
/external/chromium_org/webkit/common/quota/
H A Dquota_status_code.cc6 #include "webkit/common/quota/quota_status_code.h"
8 namespace quota { namespace
29 } // namespace quota
H A Dquota_status_code.h11 namespace quota { namespace
26 } // namespace quota
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store.h17 namespace quota { namespace
32 quota::SpecialStoragePolicy* special_storage_policy);
/external/chromium_org/android_webview/native/
H A Daw_quota_manager_bridge_impl.h26 namespace quota { namespace
28 } // namespace quota
53 const std::vector<int64>& /* quota */)> GetOriginsCallback;
55 int64 /* quota */)> QuotaUsageCallback;
63 quota::QuotaManager* GetQuotaManager() const;
76 const std::vector<int64>& quota);
78 int jcallback_id, bool is_quota, int64 usage, int64 quota);
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_wrapper.h16 namespace quota { namespace
32 quota::SpecialStoragePolicy* special_storage_policy);
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store.h22 namespace quota { namespace
24 } // namespace quota
46 quota::SpecialStoragePolicy* policy);
H A Dwebrtc_identity_store_backend.h21 namespace quota { namespace
23 } // namespace quota
40 quota::SpecialStoragePolicy* policy);
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.h30 namespace quota { namespace
52 quota::SpecialStoragePolicy* special_storage_policy);
/external/chromium_org/webkit/browser/quota/
H A Dspecial_storage_policy.h16 namespace quota { namespace
84 } // namespace quota
H A Dmock_special_storage_policy.cc5 #include "webkit/browser/quota/mock_special_storage_policy.h"
9 namespace quota { namespace
47 } // namespace quota
H A Dmock_storage_client.h17 #include "webkit/browser/quota/quota_client.h"
19 namespace quota { namespace
93 } // namespace quota
H A Dquota_client.h15 #include "webkit/common/quota/quota_types.h"
17 namespace quota { namespace
19 // An abstract interface for quota manager clients.
21 // register it to the quota manager.
43 // Called when the quota manager is destroyed.
77 } // namespace quota
/external/iptables/include/linux/netfilter/
H A Dxt_quota.h14 aligned_u64 quota; member in struct:xt_quota_info
/external/kernel-headers/original/linux/netfilter/
H A Dxt_quota.h12 aligned_u64 quota; member in struct:xt_quota_info
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper_impl.h17 #include "webkit/common/quota/quota_types.h"
21 namespace quota { namespace
36 quota::QuotaManager* quota_manager);
42 void GotOrigins(const std::set<GURL>& origins, quota::StorageType type);
45 void GetHostUsage(const std::string& host, quota::StorageType type);
49 quota::StorageType type,
53 void DidRevokeHostQuota(quota::QuotaStatusCode status, int64 quota);
55 scoped_refptr<quota::QuotaManager> quota_manager_;
58 typedef std::set<std::pair<std::string, quota
[all...]
/external/chromium_org/content/browser/
H A Dquota_dispatcher_host.h11 #include "webkit/common/quota/quota_types.h"
19 namespace quota { namespace
29 quota::QuotaManager* quota_manager,
47 quota::StorageType type);
52 quota::StorageType type,
58 quota::QuotaManager* quota_manager_;
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map.h19 // tracks the size in bytes of the keys/values, enforcing a quota.
24 explicit DOMStorageMap(size_t quota);
35 // this method does not do quota checking.
46 size_t quota() const { return quota_; } function in class:content::DOMStorageMap
47 void set_quota(size_t quota) { quota_ = quota; } argument
/external/chromium_org/content/shell/
H A Dshell_message_filter.h19 namespace quota { namespace
33 quota::QuotaManager* quota_manager,
51 void OnSetDatabaseQuota(int quota);
58 quota::QuotaManager* quota_manager_;

Completed in 346 milliseconds

1234