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

  /external/chromium_org/content/child/
web_database_observer_impl.h 62 void WaitForAllDatabasesToClose();
web_database_observer_impl.cc 169 void WebDatabaseObserverImpl::WaitForAllDatabasesToClose() {
170 open_connections_->WaitForAllDatabasesToClose();
  /external/chromium_org/webkit/common/database/
database_connections.h 79 void WaitForAllDatabasesToClose();
database_connections_unittest.cc 114 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
database_connections.cc 132 void DatabaseConnectionsWrapper::WaitForAllDatabasesToClose() {
  /external/chromium_org/content/worker/
worker_thread.cc 78 WaitForAllDatabasesToClose();
  /external/chromium_org/content/renderer/
render_thread_impl.cc 428 WaitForAllDatabasesToClose();
    [all...]

Completed in 1314 milliseconds