Home
last modified time | relevance | path

Searched refs:container_host_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.cc399 container_host_(NULL), in NotificationPanel()
441 container_host_ = widget; in Show()
442 container_host_->Init(NULL, gfx::Rect()); in Show()
443 container_host_->SetContentsView(balloon_container_.get()); in Show()
464 container_host_->GetRootView()->RemoveChildView(balloon_container_.get()); in Hide()
470 container_host_->Hide(); in Hide()
471 container_host_->CloseNow(); in Hide()
472 container_host_ = NULL; in Hide()
744 if (container_host_) in UpdateControl()
745 static_cast<ViewportWidget*>(container_host_)->UpdateControl(); in UpdateControl()
Dnotification_panel.h166 views::Widget* container_host_; variable