Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dtab_contents_container_gtk.cc22 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()
Dtab_contents_container_gtk.h94 StatusBubbleGtk* status_bubble_; variable
Dbrowser_window_gtk.h449 scoped_ptr<StatusBubbleGtk> status_bubble_; variable
Dbrowser_window_gtk.cc724 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()
/external/chromium/chrome/browser/ui/views/
Dstatus_bubble_views.cc81 status_bubble_(status_bubble), in StatusView()
162 StatusBubble* status_bubble_; member in StatusBubbleViews::StatusView
468 status_bubble_(status_bubble), in StatusViewExpander()
490 StatusBubbleViews* status_bubble_; member in StatusBubbleViews::StatusViewExpander
534 status_bubble_->SetBubbleWidth(width); in SetBubbleWidth()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc615 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);
Dbrowser_view.h621 scoped_ptr<StatusBubbleViews> status_bubble_; variable