OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DatabaseThread
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.cpp
30
#include "modules/webdatabase/
DatabaseThread
.h"
43
DatabaseThread
::
DatabaseThread
()
51
DatabaseThread
::~
DatabaseThread
()
63
void
DatabaseThread
::trace(Visitor* visitor)
69
void
DatabaseThread
::start()
74
m_thread->postTask(new Task(WTF::bind(&
DatabaseThread
::setupDatabaseThread, this)));
77
void
DatabaseThread
::setupDatabaseThread()
86
void
DatabaseThread
::requestTermination(TaskSynchronizer *cleanupSync
[
all
...]
DatabaseThread.h
54
class
DatabaseThread
: public ThreadSafeRefCountedWillBeGarbageCollectedFinalized<
DatabaseThread
> {
56
static PassRefPtrWillBeRawPtr<
DatabaseThread
> create() { return adoptRefWillBeNoop(new
DatabaseThread
); }
57
~
DatabaseThread
();
76
DatabaseThread
();
DatabaseContext.h
43
class
DatabaseThread
;
64
DatabaseThread
*
databaseThread
();
83
RefPtrWillBeMember<
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
158
DatabaseThread
* DatabaseContext::
databaseThread
()
169
m_databaseThread =
DatabaseThread
::create();
230
// Though we initiate termination of the
DatabaseThread
here in
233
//
DatabaseThread
still rely on this ref between the context and the thread
238
//
DatabaseThread
.
Database.cpp
44
#include "modules/webdatabase/
DatabaseThread
.h"
79
ASSERT(m_databaseContext->
databaseThread
());
110
DatabaseThread
*
databaseThread
= databaseContext()->
databaseThread
();
111
if (
databaseThread
&& !
databaseThread
->terminationRequested() && opened()) {
113
databaseThread
->scheduleTask(DatabaseCloseTask::create(this, 0));
223
if (!databaseContext()->
databaseThread
() || databaseContext()->
databaseThread
()->terminationRequested(&synchronizer)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h
85
class
DatabaseThread
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-arm64.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-mips.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-x86.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-x86_64.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-arm.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-arm64.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-mips.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-x86.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-x86_64.mk
414
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
Completed in 408 milliseconds