Searched defs:DatabaseThread (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseThread.cpp30 #include "modules/webdatabase/DatabaseThread.h"
42 DatabaseThread::DatabaseThread() function in class:WebCore::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
[all...]
H A DDatabaseThread.h50 class DatabaseThread : public ThreadSafeRefCounted<DatabaseThread> { class in namespace:WebCore
52 static PassRefPtr<DatabaseThread> create() { return adoptRef(new DatabaseThread); }
53 ~DatabaseThread();
71 DatabaseThread();

Completed in 86 milliseconds