Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.cc397 : balloon_container_(NULL), in NotificationPanel()
443 container_host_->SetContentsView(balloon_container_.get()); in Show()
462 balloon_container_->DismissAllNonSticky(); in Hide()
464 container_host_->GetRootView()->RemoveChildView(balloon_container_.get()); in Hide()
490 balloon_container_->Add(balloon); in Add()
503 return balloon_container_->Update(balloon); in Update()
507 BalloonViewImpl* view = balloon_container_->Remove(balloon); in Remove()
515 if (balloon_container_->GetNotificationCount() == 0) in Remove()
523 balloon_container_->GetStickyNewNotificationCount() == 0) in Remove()
625 balloon_container_->MakeAllStale(); in Observe()
[all …]
Dnotification_panel.h160 scoped_ptr<BalloonContainer> balloon_container_; variable