HomeSort by relevance Sort by last modified time
    Searched refs:DidGrantStorageQuota (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/
quota_dispatcher.h 42 virtual void DidGrantStorageQuota(int64 usage, int64 granted_quota) = 0;
79 void DidGrantStorageQuota(int request_id,
quota_dispatcher.cc 43 virtual void DidGrantStorageQuota(int64 usage, int64 granted_quota) OVERRIDE {
44 callbacks_.didGrantStorageQuota(usage, granted_quota);
100 DidGrantStorageQuota)
149 void QuotaDispatcher::DidGrantStorageQuota(
155 callback->DidGrantStorageQuota(current_usage, granted_quota);

Completed in 54 milliseconds