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

  /external/chromium_org/chrome/browser/ui/panels/
panel_host.cc 224 base::Bind(&PanelHost::ClosePanel, weak_factory_.GetWeakPtr()));
227 void PanelHost::ClosePanel() {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 460 void PanelView::ClosePanel() {
812 // ClosePanel() is called first, destroying the native |window_|
813 // which results in this method being called. ClosePanel() sets
817 // without invoking ClosePanel() beforehand.
820 ClosePanel();
    [all...]

Completed in 196 milliseconds