Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.cc249 sticky_container_(new BalloonSubContainer(margin)), in BalloonContainer()
251 AddChildView(sticky_container_); in BalloonContainer()
259 (sticky_container_->child_count() != 0 && in Layout()
262 sticky_container_->SetBounds( in Layout()
263 0, 0, width(), sticky_container_->height()); in Layout()
265 0, sticky_container_->bounds().bottom() + margin, in Layout()
275 gfx::Rect sticky = sticky_container_->bounds(); in GetStickyNewSize()
294 if (view->parent() == sticky_container_) { in Update()
295 container = sticky_container_; in Update()
317 return sticky_container_->child_count() + in GetNotificationCount()
[all …]