Searched refs:WouldBeOverQuota (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h80 bool WouldBeOverQuota(const GURL& origin_url, int64 additional_bytes);
H A Dindexed_db_context_impl.cc424 bool IndexedDBContextImpl::WouldBeOverQuota(const GURL& origin_url, function in class:content::IndexedDBContextImpl
436 return WouldBeOverQuota(origin_url, kOneAdditionalByte);
H A Dindexed_db_dispatcher_host.cc834 parent_->Context()->WouldBeOverQuota(

Completed in 737 milliseconds