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
46
,
m_cleanupSync
(0)
85
m_cleanupSync
= &sync;
126
if (
m_cleanupSync
) // Someone wanted to know when we were done cleaning up.
127
m_cleanupSync
->taskCompleted();
DatabaseThread.h
91
TaskSynchronizer*
m_cleanupSync
;
Completed in 330 milliseconds