OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cleanupSync
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.cpp
45
,
m_cleanupSync
(0)
68
m_cleanupSync
= cleanupSync;
101
if (
m_cleanupSync
) // Someone wanted to know when we were done cleaning up.
102
m_thread->postTask(new Task(WTF::bind(&DatabaseTaskSynchronizer::taskCompleted,
m_cleanupSync
)));
DatabaseThread.h
83
DatabaseTaskSynchronizer*
m_cleanupSync
;
Completed in 44 milliseconds