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
()
57
void
DatabaseThread
::trace(Visitor* visitor)
65
void
DatabaseThread
::start()
70
m_thread->postTask(new Task(WTF::bind(&
DatabaseThread
::setupDatabaseThread, this)));
73
void
DatabaseThread
::setupDatabaseThread()
78
void
DatabaseThread
::terminate(
[
all
...]
DatabaseThread.h
54
class
DatabaseThread
: public ThreadSafeRefCountedWillBeGarbageCollectedFinalized<
DatabaseThread
> {
56
static PassRefPtrWillBeRawPtr<
DatabaseThread
> create() { return adoptRefWillBeNoop(new
DatabaseThread
); }
57
~
DatabaseThread
();
76
DatabaseThread
();
DatabaseContext.h
41
class
DatabaseThread
;
61
DatabaseThread
*
databaseThread
();
76
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
150
DatabaseThread
* DatabaseContext::
databaseThread
()
161
m_databaseThread =
DatabaseThread
::create();
170
return
databaseThread
() && !m_hasRequestedTermination;
175
// Though we initiate termination of the
DatabaseThread
here in
178
//
DatabaseThread
still rely on this ref between the context and the thread
183
//
DatabaseThread
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-arm64.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-mips.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-mips64.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-x86.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.darwin-x86_64.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-arm.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-arm64.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-mips.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-mips64.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-x86.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
modules.target.linux-x86_64.mk
405
third_party/WebKit/Source/modules/webdatabase/
DatabaseThread
.cpp \
[
all
...]
Completed in 647 milliseconds