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

/external/chromium_org/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.cc26 : status_bubble_(status_bubble),
48 if (status_bubble_) {
50 status_bubble_->widget());
189 StatusBubbleGtk* status = tab_contents_container->status_bubble_;
H A Dtab_contents_container_gtk.h58 StatusBubbleGtk* status_bubble_; member in class:TabContentsContainerGtk
H A Dbrowser_window_gtk.h510 scoped_ptr<StatusBubbleGtk> status_bubble_; member in class:BrowserWindowGtk
H A Dbrowser_window_gtk.cc736 return status_bubble_.get();
1677 status_bubble_.reset(new StatusBubbleGtk(browser_->profile()));
1680 status_bubble_.get(),
/external/chromium/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.cc22 status_bubble_(status_bubble) {
51 if (status_bubble_) {
53 status_bubble_->widget());
224 StatusBubbleGtk* status = tab_contents_container->status_bubble_;
H A Dtab_contents_container_gtk.h94 StatusBubbleGtk* status_bubble_; member in class:TabContentsContainerGtk
H A Dbrowser_window_gtk.h449 scoped_ptr<StatusBubbleGtk> status_bubble_; member in class:BrowserWindowGtk
H A Dbrowser_window_gtk.cc724 return status_bubble_.get();
1661 status_bubble_.reset(new StatusBubbleGtk(browser_->profile()));
1663 contents_container_.reset(new TabContentsContainerGtk(status_bubble_.get()));
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc81 status_bubble_(status_bubble),
162 StatusBubble* status_bubble_; member in class:StatusBubbleViews::StatusView
468 status_bubble_(status_bubble),
490 StatusBubbleViews* status_bubble_; member in class:StatusBubbleViews::StatusViewExpander
534 status_bubble_->SetBubbleWidth(width);
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc91 status_bubble_(status_bubble),
174 StatusBubble* status_bubble_; member in class:StatusBubbleViews::StatusView
472 status_bubble_(status_bubble),
494 StatusBubbleViews* status_bubble_; member in class:StatusBubbleViews::StatusViewExpander
538 status_bubble_->SetBubbleWidth(width);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc513 status_bubble_.reset(new StatusBubbleViews(contents_container_));
756 return status_bubble_.get();
1723 // status_bubble_ may be NULL if this is invoked during construction.
1724 if (status_bubble_.get())
1725 status_bubble_->Reposition();
2082 int height = status_bubble_->GetPreferredSize().height();
2083 int contents_height = status_bubble_->base_view()->bounds().height();
2085 status_bubble_->SetBounds(origin.x(), origin.y(), width() / 3, height);
H A Dbrowser_view.h691 scoped_ptr<StatusBubbleViews> status_bubble_; member in class:BrowserView
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc615 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);
H A Dbrowser_view.h621 scoped_ptr<StatusBubbleViews> status_bubble_; member in class:BrowserView

Completed in 274 milliseconds