Searched refs:WaitForAllDatabasesToClose (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/child/
H A Dweb_database_observer_impl.h42 void WaitForAllDatabasesToClose();
H A Dweb_database_observer_impl.cc155 void WebDatabaseObserverImpl::WaitForAllDatabasesToClose() { function in class:content::WebDatabaseObserverImpl
156 open_connections_->WaitForAllDatabasesToClose();
/external/chromium_org/webkit/common/database/
H A Ddatabase_connections.h79 void WaitForAllDatabasesToClose();
H A Ddatabase_connections_unittest.cc114 obj->WaitForAllDatabasesToClose(); // should return immediately
116 // Test WaitForAllDatabasesToClose with the last connection
124 obj->WaitForAllDatabasesToClose(); // should return after the task executes
128 // Test WaitForAllDatabasesToClose with the last connection
138 obj->WaitForAllDatabasesToClose(); // should return after the task executes
H A Ddatabase_connections.cc132 void DatabaseConnectionsWrapper::WaitForAllDatabasesToClose() { function in class:webkit_database::DatabaseConnectionsWrapper
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc431 web_database_observer_impl_->WaitForAllDatabasesToClose();

Completed in 230 milliseconds