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

  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 399 container_host_(NULL),
441 container_host_ = widget;
442 container_host_->Init(NULL, gfx::Rect());
443 container_host_->SetContentsView(balloon_container_.get());
464 container_host_->GetRootView()->RemoveChildView(balloon_container_.get());
470 container_host_->Hide();
471 container_host_->CloseNow();
472 container_host_ = NULL;
744 if (container_host_)
745 static_cast<ViewportWidget*>(container_host_)->UpdateControl()
    [all...]
notification_panel.h 166 views::Widget* container_host_; member in class:chromeos::NotificationPanel

Completed in 121 milliseconds