OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexedDBFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_factory.h
26
class CONTENT_EXPORT
IndexedDBFactory
27
: NON_EXPORTED_BASE(public base::RefCountedThreadSafe<
IndexedDBFactory
>) {
29
explicit
IndexedDBFactory
(IndexedDBContextImpl* context);
66
friend class base::RefCountedThreadSafe<
IndexedDBFactory
>;
68
virtual ~
IndexedDBFactory
();
indexed_db_factory.cc
21
IndexedDBFactory
::
IndexedDBFactory
(IndexedDBContextImpl* context)
24
IndexedDBFactory
::~
IndexedDBFactory
() {}
26
void
IndexedDBFactory
::ReleaseDatabase(
41
void
IndexedDBFactory
::ReleaseBackingStore(const GURL& origin_url,
61
base::Bind(&
IndexedDBFactory
::MaybeCloseBackingStore, this, origin_url));
64
void
IndexedDBFactory
::MaybeCloseBackingStore(const GURL& origin_url) {
71
void
IndexedDBFactory
::CloseBackingStore(const GURL& origin_url) {
80
bool
IndexedDBFactory
::HasLastBackingStoreReference(const GURL& origin_url
[
all
...]
Completed in 21 milliseconds