HomeSort by relevance Sort by last modified time
    Searched refs:DatabaseThread (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.cpp 30 #include "modules/webdatabase/DatabaseThread.h"
42 DatabaseThread::DatabaseThread()
50 DatabaseThread::~DatabaseThread()
57 void DatabaseThread::start()
64 void DatabaseThread::requestTermination(DatabaseTaskSynchronizer *cleanupSync)
69 WTF_LOG(StorageAPI, "DatabaseThread %p was asked to terminate\n", this);
70 m_thread->postTask(new Task(WTF::bind(&DatabaseThread::cleanupDatabaseThread, this)));
73 bool DatabaseThread::terminationRequested(DatabaseTaskSynchronizer* taskSynchronizer) cons
    [all...]
DatabaseThread.h 50 class DatabaseThread : public ThreadSafeRefCounted<DatabaseThread> {
52 static PassRefPtr<DatabaseThread> create() { return adoptRef(new DatabaseThread); }
53 ~DatabaseThread();
71 DatabaseThread();
DatabaseContext.h 40 class DatabaseThread;
57 DatabaseThread* databaseThread();
75 RefPtr<DatabaseThread> m_databaseThread;
DatabaseContext.cpp 36 #include "modules/webdatabase/DatabaseThread.h"
80 // they will deref the DatabaseContext from the DatabaseThread.
83 // while the Databases are shutting down on the DatabaseThread. Hence, there can be
149 DatabaseThread* DatabaseContext::databaseThread()
160 m_databaseThread = DatabaseThread::create();
174 // Though we initiate termination of the DatabaseThread here in
177 // DatabaseThread still rely on this ref between the context and the thread
182 // DatabaseThread.
Database.cpp 44 #include "modules/webdatabase/DatabaseThread.h"
79 ASSERT(m_databaseContext->databaseThread());
136 DatabaseThread* databaseThread = databaseContext()->databaseThread();
137 if (databaseThread && !databaseThread->terminationRequested() && opened()) {
139 databaseThread->scheduleTask(DatabaseCloseTask::create(this, 0));
246 if (!databaseContext()->databaseThread() || databaseContext()->databaseThread()->terminationRequested(&synchronizer)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 249 third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp \
modules.target.darwin-mips.mk 249 third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp \
modules.target.darwin-x86.mk 249 third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp \
modules.target.linux-arm.mk 249 third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp \
modules.target.linux-mips.mk 249 third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp \
modules.target.linux-x86.mk 249 third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 85 class DatabaseThread;
    [all...]

Completed in 229 milliseconds