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

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

Completed in 33 milliseconds