Searched defs:DidGrantStorageQuota (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/
H A Dquota_dispatcher.cc43 virtual void DidGrantStorageQuota(int64 usage, int64 granted_quota) OVERRIDE {
100 DidGrantStorageQuota)
149 void QuotaDispatcher::DidGrantStorageQuota( function in class:content::QuotaDispatcher
155 callback->DidGrantStorageQuota(current_usage, granted_quota);

Completed in 67 milliseconds