OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexedDBFactoryImpl
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_factory_impl.cc
28
IndexedDBFactoryImpl
::
IndexedDBFactoryImpl
(IndexedDBContextImpl* context)
32
IndexedDBFactoryImpl
::~
IndexedDBFactoryImpl
() {
35
void
IndexedDBFactoryImpl
::RemoveDatabaseFromMaps(
53
void
IndexedDBFactoryImpl
::ReleaseDatabase(
66
void
IndexedDBFactoryImpl
::ReleaseBackingStore(const GURL& origin_url,
96
&
IndexedDBFactoryImpl
::MaybeCloseBackingStore, this, origin_url));
99
void
IndexedDBFactoryImpl
::MaybeCloseBackingStore(const GURL& origin_url) {
106
void
IndexedDBFactoryImpl
::CloseBackingStore(const GURL& origin_url)
[
all
...]
indexed_db_factory_impl.h
18
class CONTENT_EXPORT
IndexedDBFactoryImpl
: public IndexedDBFactory {
20
explicit
IndexedDBFactoryImpl
(IndexedDBContextImpl* context);
67
virtual ~
IndexedDBFactoryImpl
();
133
DISALLOW_COPY_AND_ASSIGN(
IndexedDBFactoryImpl
);
indexed_db_unittest.cc
260
scoped_refptr<
IndexedDBFactoryImpl
> factory =
261
static_cast<
IndexedDBFactoryImpl
*>(context->GetIDBFactory());
indexed_db_factory_unittest.cc
28
class MockIDBFactory : public
IndexedDBFactoryImpl
{
31
:
IndexedDBFactoryImpl
(context) {}
201
class DiskFullFactory : public
IndexedDBFactoryImpl
{
204
:
IndexedDBFactoryImpl
(context) {}
indexed_db_context_impl.cc
126
factory_ = new
IndexedDBFactoryImpl
(this);
indexed_db_backing_store_unittest.cc
178
class TestIDBFactory : public
IndexedDBFactoryImpl
{
181
:
IndexedDBFactoryImpl
(idb_context) {}
[
all
...]
Completed in 736 milliseconds