Home | History | Annotate | Download | only in frame

Lines Matching refs:status_bubble_

615   return status_bubble_.get();
1544 status_bubble_->Reposition();
1813 status_bubble_.reset(new StatusBubbleViews(contents_));
1891 int height = status_bubble_->GetPreferredSize().height();
1892 int contents_height = status_bubble_->base_view()->bounds().height();
1894 status_bubble_->SetBounds(origin.x(), origin.y(), width() / 3, height);