HomeSort by relevance Sort by last modified time
    Searched refs:CloseAll (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_browsertest.cc 59 panel_manager->CloseAll();
97 PanelManager::GetInstance()->CloseAll();
118 PanelManager::GetInstance()->CloseAll();
147 PanelManager::GetInstance()->CloseAll();
172 panel_manager->CloseAll();
208 panel_manager->CloseAll();
230 PanelManager::GetInstance()->CloseAll();
253 PanelManager::GetInstance()->CloseAll();
panel_collection.h 72 virtual void CloseAll() = 0;
stacked_panel_browsertest.cc 110 panel_manager->CloseAll();
208 panel_manager->CloseAll();
291 panel_manager->CloseAll();
336 panel_manager->CloseAll();
443 panel_manager->CloseAll();
493 panel_manager->CloseAll();
568 panel_manager->CloseAll();
594 panel_manager->CloseAll();
688 panel_manager->CloseAll();
724 panel_manager->CloseAll();
    [all...]
panel_drag_browsertest.cc 279 PanelManager::GetInstance()->CloseAll();
375 PanelManager::GetInstance()->CloseAll();
508 PanelManager::GetInstance()->CloseAll();
595 PanelManager::GetInstance()->CloseAll();
768 panel_manager->CloseAll();
    [all...]
detached_panel_collection.h 32 virtual void CloseAll() OVERRIDE;
docked_panel_browsertest.cc 91 panel_manager->CloseAll();
140 panel_manager->CloseAll();
193 panel_manager->CloseAll();
266 panel_manager->CloseAll();
panel_resize_browsertest.cc 258 PanelManager::GetInstance()->CloseAll();
286 PanelManager::GetInstance()->CloseAll();
337 PanelManager::GetInstance()->CloseAll();
405 panel_manager->CloseAll();
454 panel_manager->CloseAll();
505 panel_manager->CloseAll();
671 panel_manager->CloseAll();
docked_panel_collection.h 46 virtual void CloseAll() OVERRIDE;
panel_manager.cc 441 stack->CloseAll();
508 void PanelManager::CloseAll() {
511 detached_collection_->CloseAll();
512 docked_collection_->CloseAll();
panel_manager.h 76 void CloseAll();
stacked_panel_collection.h 35 virtual void CloseAll() OVERRIDE;
151 // not longer needed as in RemovePanel and CloseAll.
detached_panel_collection.cc 101 void DetachedPanelCollection::CloseAll() {
panel_browsertest.cc 319 panel_manager->CloseAll();
603 PanelManager::GetInstance()->CloseAll();
612 PanelManager::GetInstance()->CloseAll();
622 PanelManager::GetInstance()->CloseAll();
    [all...]
docked_panel_collection.cc 733 void DockedPanelCollection::CloseAll() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpserver_unittest.cc 89 server.CloseAll(false);
101 server.CloseAll(false);
118 server.CloseAll(true);
httpserver.h 90 void CloseAll(bool force);
92 // After calling CloseAll, this event is signalled to indicate that all
httpserver.cc 50 LOG(LS_WARNING) << "HttpServer::CloseAll has not completed";
91 HttpServer::CloseAll(bool force) {
  /external/chromium_org/third_party/webrtc/base/
httpserver_unittest.cc 95 server.CloseAll(false);
107 server.CloseAll(false);
124 server.CloseAll(true);
httpserver.h 73 void CloseAll(bool force);
75 // After calling CloseAll, this event is signalled to indicate that all
httpserver.cc 33 LOG(LS_WARNING) << "HttpServer::CloseAll has not completed";
74 HttpServer::CloseAll(bool force) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.h 115 void CloseAll();
main.cc 151 clients.CloseAll();
peer_channel.cc 269 void PeerChannel::CloseAll() {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 180 void CloseAll();
indexed_db_dispatcher_host.cc 111 // 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();
429 void IndexedDBDispatcherHost::DatabaseDispatcherHost::CloseAll() {
    [all...]

Completed in 302 milliseconds

1 2