Searched refs:DatabaseManager (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseManager.h46 class DatabaseManager { class in namespace:blink
47 WTF_MAKE_NONCOPYABLE(DatabaseManager); WTF_MAKE_FAST_ALLOCATED;
49 static DatabaseManager& manager();
71 DatabaseManager();
72 ~DatabaseManager();
H A DDOMWindowWebDatabase.cpp37 #include "modules/webdatabase/DatabaseManager.h"
49 DatabaseManager& dbManager = DatabaseManager::manager();
56 DatabaseManager::throwExceptionForDatabaseError(error, errorMessage, exceptionState);
H A DDatabaseManager.cpp27 #include "modules/webdatabase/DatabaseManager.h"
47 DatabaseManager& DatabaseManager::manager()
50 DEFINE_STATIC_LOCAL(DatabaseManager, dbManager, ());
54 DatabaseManager::DatabaseManager() function in class:blink::DatabaseManager
62 DatabaseManager::~DatabaseManager()
89 DatabaseContext* DatabaseManager::existingDatabaseContextFor(ExecutionContext* context)
97 DatabaseContext* DatabaseManager
[all...]
H A DDatabaseContext.cpp34 #include "modules/webdatabase/DatabaseManager.h"
55 // open a Database via DatabaseManager::openDatabase().
93 DatabaseManager::manager().registerDatabaseContext(self.get());
107 DatabaseManager::manager().didConstructDatabaseContext();
114 DatabaseManager::manager().didDestructDatabaseContext();
133 DatabaseManager::manager().unregisterDatabaseContext(this);
H A DDatabaseContext.h49 friend class DatabaseManager;
H A DDatabase.h178 friend class DatabaseManager;
H A DDatabase.cpp36 #include "modules/webdatabase/DatabaseManager.h"
230 m_filename = DatabaseManager::manager().fullPathForDatabase(securityOrigin(), m_name);
/external/chromium_org/third_party/WebKit/Source/modules/
H A Dmodules.target.darwin-arm.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.darwin-arm64.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.darwin-mips.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.darwin-mips64.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.darwin-x86.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.darwin-x86_64.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.linux-arm.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.linux-arm64.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.linux-mips.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.linux-mips64.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.linux-x86.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
H A Dmodules.target.linux-x86_64.mk403 third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \

Completed in 126 milliseconds