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

  /external/chromium_org/chrome/browser/ui/panels/
native_panel.h 40 virtual void ClosePanel() = 0;
panel_host.h 99 void ClosePanel();
panel_host.cc 220 base::Bind(&PanelHost::ClosePanel, weak_factory_.GetWeakPtr()));
223 void PanelHost::ClosePanel() {
panel.cc 288 native_panel_->ClosePanel();
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 30 virtual void ClosePanel() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 48 virtual void ClosePanel() OVERRIDE;
panel_view.cc 461 void PanelView::ClosePanel() {
809 // ClosePanel() is called first, destroying the native |window_|
810 // which results in this method being called. ClosePanel() sets
814 // without invoking ClosePanel() beforehand.
817 ClosePanel();
    [all...]
panel_frame_view.cc 611 panel_view_->ClosePanel();

Completed in 2004 milliseconds