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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_web_view.cc18 status_bubble_(NULL) {
25 status_bubble_ = status_bubble;
26 DCHECK(!status_bubble_ || status_bubble_->base_view() == this);
27 if (status_bubble_)
28 status_bubble_->Reposition();
36 if (status_bubble_)
37 status_bubble_->Reposition();
H A Dcontents_web_view.h50 StatusBubbleViews* status_bubble_; member in class:ContentsWebView
H A Dbrowser_view.cc479 status_bubble_.reset(new StatusBubbleViews(contents_web_view_));
480 contents_web_view_->SetStatusBubble(status_bubble_.get());
696 return status_bubble_.get();
1701 // status_bubble_ may be NULL if this is invoked during construction.
1702 if (status_bubble_.get())
1703 status_bubble_->Reposition();
H A Dbrowser_view.h657 scoped_ptr<StatusBubbleViews> status_bubble_; member in class:BrowserView
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc476 status_bubble_(status_bubble),
498 StatusBubbleViews* status_bubble_; member in class:StatusBubbleViews::StatusViewExpander
542 status_bubble_->SetBubbleWidth(width);

Completed in 828 milliseconds