OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReleaseBackingStore
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_factory.cc
38
ReleaseBackingStore
(origin_url, forcedClose);
41
void IndexedDBFactory::
ReleaseBackingStore
(const GURL& origin_url,
95
ReleaseBackingStore
(origin_url, true /* immediate */);
135
ReleaseBackingStore
(origin_url, false /* immediate */);
186
ReleaseBackingStore
(origin_url, false /* immediate */);
indexed_db_factory.h
77
void
ReleaseBackingStore
(const GURL& origin_url, bool immediate);
indexed_db_factory_unittest.cc
61
ReleaseBackingStore
(backing_store->origin_url(), immediate);
Completed in 28 milliseconds