OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_databaseThread
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.cpp
120
visitor->trace(
m_databaseThread
);
152
if (!
m_databaseThread
&& !m_hasOpenDatabases) {
153
// It's OK to ask for the
m_databaseThread
after we've requested
161
m_databaseThread
= DatabaseThread::create();
162
m_databaseThread
->start();
165
return
m_databaseThread
.get();
176
// stopDatabases(), we can't clear the
m_databaseThread
ref till we get to
182
//
m_databaseThread
RefPtr destructor will deref and delete the
188
m_databaseThread
->terminate();
DatabaseContext.h
76
RefPtrWillBeMember<DatabaseThread>
m_databaseThread
;
Completed in 750 milliseconds