HomeSort by relevance Sort by last modified time
    Searched defs:ClosePanel (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.cc 143 void PanelBrowserView::ClosePanel() {
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.cc 216 base::Bind(&PanelHost::ClosePanel, weak_factory_.GetWeakPtr()));
219 void PanelHost::ClosePanel() {
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 592 void NotificationPanel::ClosePanel() {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 420 void PanelView::ClosePanel() {
771 // ClosePanel() is called first, destroying the native |window_|
772 // which results in this method being called. ClosePanel() sets
776 // without invoking ClosePanel() beforehand.
779 ClosePanel();
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.cc 763 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() {
    [all...]

Completed in 82 milliseconds