Searched refs:status_bubble_ (Results 1 – 7 of 7) sorted by relevance
22 status_bubble_(status_bubble) { in TabContentsContainerGtk()51 if (status_bubble_) { in Init()53 status_bubble_->widget()); in Init()224 StatusBubbleGtk* status = tab_contents_container->status_bubble_; in OnSetFloatingPosition()
94 StatusBubbleGtk* status_bubble_; variable
449 scoped_ptr<StatusBubbleGtk> status_bubble_; variable
724 return status_bubble_.get(); in GetStatusBubble()1661 status_bubble_.reset(new StatusBubbleGtk(browser_->profile())); in InitWidgets()1663 contents_container_.reset(new TabContentsContainerGtk(status_bubble_.get())); in InitWidgets()
81 status_bubble_(status_bubble), in StatusView()162 StatusBubble* status_bubble_; member in StatusBubbleViews::StatusView468 status_bubble_(status_bubble), in StatusViewExpander()490 StatusBubbleViews* status_bubble_; member in StatusBubbleViews::StatusViewExpander534 status_bubble_->SetBubbleWidth(width); in SetBubbleWidth()
615 return status_bubble_.get(); in GetStatusBubble()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);
621 scoped_ptr<StatusBubbleViews> status_bubble_; variable