OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WouldBeOverQuota
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.h
70
bool
WouldBeOverQuota
(const GURL& origin_url, int64 additional_bytes);
indexed_db_context_impl.cc
429
bool IndexedDBContextImpl::
WouldBeOverQuota
(const GURL& origin_url,
441
return
WouldBeOverQuota
(origin_url, kOneAdditionalByte);
indexed_db_dispatcher_host.cc
711
parent_->Context()->
WouldBeOverQuota
(
[
all
...]
Completed in 31 milliseconds