HomeSort by relevance Sort by last modified time
    Searched refs:m_databaseThread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.cpp 116 ASSERT(!m_databaseThread || m_databaseThread->terminationRequested());
151 if (!m_databaseThread && !m_hasOpenDatabases) {
152 // It's OK to ask for the m_databaseThread after we've requested
160 m_databaseThread = DatabaseThread::create();
161 m_databaseThread->start();
164 return m_databaseThread.get();
175 // stopDatabases(), we can't clear the m_databaseThread ref till we get to
181 // m_databaseThread RefPtr destructor will deref and delete the
184 if (m_databaseThread && !m_hasRequestedTermination)
    [all...]
DatabaseContext.h 75 RefPtr<DatabaseThread> m_databaseThread;

Completed in 136 milliseconds