Home
last modified time | relevance | path

Searched refs:WaitForAllDatabasesToClose (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/common/
Ddatabase_connections_unittest.cc118 obj->WaitForAllDatabasesToClose(); // should return immediately in TEST()
128 obj->WaitForAllDatabasesToClose(); // should return after the task executes in TEST()
142 obj->WaitForAllDatabasesToClose(); // should return after the task executes in TEST()
/external/chromium_org/content/child/
Dweb_database_observer_impl.cc169 void WebDatabaseObserverImpl::WaitForAllDatabasesToClose() { in WaitForAllDatabasesToClose() function in content::WebDatabaseObserverImpl
170 open_connections_->WaitForAllDatabasesToClose(); in WaitForAllDatabasesToClose()
Dweb_database_observer_impl.h62 void WaitForAllDatabasesToClose();
/external/chromium_org/webkit/common/database/
Ddatabase_connections.h79 void WaitForAllDatabasesToClose();
Ddatabase_connections.cc132 void DatabaseConnectionsWrapper::WaitForAllDatabasesToClose() { in WaitForAllDatabasesToClose() function in webkit_database::DatabaseConnectionsWrapper
/external/chromium_org/content/worker/
Dworker_thread.cc79 WaitForAllDatabasesToClose(); in Shutdown()
/external/chromium_org/content/renderer/
Drender_thread_impl.cc532 WaitForAllDatabasesToClose(); in Shutdown()