Searched defs:ClosePanel (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.cc143 void PanelBrowserView::ClosePanel() { function in class:chromeos::PanelBrowserView
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc219 base::Bind(&PanelHost::ClosePanel, weak_factory_.GetWeakPtr()));
222 void PanelHost::ClosePanel() { function in class:PanelHost
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc592 void NotificationPanel::ClosePanel() { function in class:chromeos::NotificationPanel
/external/chromium_org/chrome/browser/ui/gtk/panels/
H A Dpanel_gtk.cc763 ClosePanel();
771 // BUG 8712. When we gtk_widget_destroy() in ClosePanel(), this will emit the
772 // signal right away, and we will be here (while ClosePanel() is still in the
823 void PanelGtk::ClosePanel() { function in class:PanelGtk
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc432 void PanelView::ClosePanel() { function in class:PanelView
779 // ClosePanel() is called first, destroying the native |window_|
780 // which results in this method being called. ClosePanel() sets
784 // without invoking ClosePanel() beforehand.
787 ClosePanel();

Completed in 165 milliseconds