Searched defs:CloseAll (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Ddetached_panel_collection.cc101 void DetachedPanelCollection::CloseAll() { function in class:DetachedPanelCollection
H A Ddocked_panel_collection.cc733 void DockedPanelCollection::CloseAll() { function in class:DockedPanelCollection
H A Dpanel_manager.cc441 stack->CloseAll();
508 void PanelManager::CloseAll() { function in class:PanelManager
511 detached_collection_->CloseAll();
512 docked_collection_->CloseAll();
H A Dstacked_panel_collection.cc322 void StackedPanelCollection::CloseAll() { function in class:StackedPanelCollection
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.cc274 void PeerChannel::CloseAll() { function in class:PeerChannel
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.cc33 LOG(LS_WARNING) << "HttpServer::CloseAll has not completed";
74 HttpServer::CloseAll(bool force) { function in class:rtc::HttpServer
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc111 // Note that we explicitly separate CloseAll() from destruction of the
112 // DatabaseDispatcherHost, since CloseAll() can invoke callbacks which need to
114 database_dispatcher_host_->CloseAll();
431 void IndexedDBDispatcherHost::DatabaseDispatcherHost::CloseAll() { function in class:content::IndexedDBDispatcherHost::DatabaseDispatcherHost

Completed in 1220 milliseconds