Home
last modified time | relevance | path

Searched refs:bubble_view_ (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ash/system/tray/
Dsystem_tray_bubble.cc137 bubble_view_(NULL), in SystemTrayBubble()
146 if (bubble_view_) in ~SystemTrayBubble()
147 bubble_view_->reset_delegate(); in ~SystemTrayBubble()
159 scoped_layer = bubble_view_->RecreateLayer(); in UpdateView()
204 bubble_view_->RemoveAllChildViews(true); in UpdateView()
212 if (!bubble_view_->has_children()) { in UpdateView()
217 bubble_view_->GetWidget()->GetContentsView()->Layout(); in UpdateView()
220 bubble_view_->SetMaxHeight(0); // Clear max height limit. in UpdateView()
227 ui::Layer* new_layer = bubble_view_->layer(); in UpdateView()
253 DCHECK(bubble_view_ == NULL); in InitView()
[all …]
Dtray_bubble_wrapper.cc21 bubble_view_(bubble_view) { in TrayBubbleWrapper()
22 bubble_widget_ = views::BubbleDelegateView::CreateBubble(bubble_view_); in TrayBubbleWrapper()
26 tray_->UpdateBubbleViewArrow(bubble_view_); in TrayBubbleWrapper()
27 bubble_view_->InitializeAndShowBubble(); in TrayBubbleWrapper()
53 tray_->HideBubbleWithView(bubble_view_); // May destroy |bubble_view_| in OnWidgetDestroying()
59 tray_->BubbleResized(bubble_view_); in OnWidgetBoundsChanged()
Dtray_bubble_wrapper.h35 const views::TrayBubbleView* bubble_view() const { return bubble_view_; } in bubble_view()
40 views::TrayBubbleView* bubble_view_; // unowned variable
Dsystem_tray_bubble.h47 views::TrayBubbleView* bubble_view() const { return bubble_view_; } in bubble_view()
66 views::TrayBubbleView* bubble_view_; variable
/external/chromium_org/ui/message_center/views/
Dmessage_bubble_base.cc28 bubble_view_(NULL), in MessageBubbleBase()
34 if (bubble_view_) in ~MessageBubbleBase()
35 bubble_view_->reset_delegate(); in ~MessageBubbleBase()
39 bubble_view_ = NULL; in BubbleViewDestroyed()
64 if (bubble_view_) in SetMaxHeight()
65 bubble_view_->SetMaxHeight(max_height_); in SetMaxHeight()
Dmessage_bubble_base.h56 views::TrayBubbleView* bubble_view() const { return bubble_view_; } in bubble_view()
66 bubble_view_ = bubble_view; in set_bubble_view()
72 views::TrayBubbleView* bubble_view_; variable
/external/chromium_org/ash/test/
Doverflow_bubble_view_test_api.cc14 : bubble_view_(bubble_view) {} in OverflowBubbleViewTestAPI()
20 return bubble_view_->GetContentsSize(); in GetContentsSize()
24 bubble_view_->ScrollByXOffset(x_offset); in ScrollByXOffset()
25 bubble_view_->Layout(); in ScrollByXOffset()
Doverflow_bubble_view_test_api.h32 OverflowBubbleView* bubble_view_;
/external/chromium_org/chrome/browser/ui/global_error/
Dglobal_error.cc30 : has_shown_bubble_view_(false), bubble_view_(NULL) {} in GlobalErrorWithStandardBubble()
46 bubble_view_ = in ShowBubbleView()
52 return bubble_view_; in GetBubbleView()
68 bubble_view_ = NULL; in BubbleViewDidClose()
Dglobal_error.h108 GlobalErrorBubbleViewBase* bubble_view_; variable
/external/chromium_org/chrome/browser/profile_resetter/
Dprofile_reset_global_error.cc42 : profile_(profile), has_shown_bubble_view_(false), bubble_view_(NULL) { in ProfileResetGlobalError()
86 bubble_view_ = ShowProfileResetBubble(AsWeakPtr(), browser); in ShowBubbleView()
94 bubble_view_ = NULL; in OnBubbleViewDidClose()
109 return bubble_view_; in GetBubbleView()
Dprofile_reset_global_error.h67 GlobalErrorBubbleViewBase* bubble_view_; variable
/external/chromium_org/chrome/browser/ui/views/sync/
Done_click_signin_bubble_view.cc50 OneClickSigninBubbleView* OneClickSigninBubbleView::bubble_view_ = NULL; member in OneClickSigninBubbleView
65 bubble_view_ = new OneClickSigninBubbleView( in ShowBubble()
70 bubble_view_ = new OneClickSigninBubbleView( in ShowBubble()
75 bubble_view_ = new OneClickSigninBubbleView( in ShowBubble()
81 views::BubbleDelegateView::CreateBubble(bubble_view_)->Show(); in ShowBubble()
86 return bubble_view_ != NULL; in IsShowing()
92 bubble_view_->GetWidget()->Close(); in Hide()
410 DCHECK_EQ(bubble_view_, this); in WindowClosing()
411 bubble_view_ = NULL; in WindowClosing()
Done_click_signin_bubble_view.h50 static OneClickSigninBubbleView* view_for_testing() { return bubble_view_; } in view_for_testing()
141 static OneClickSigninBubbleView* bubble_view_; variable
/external/chromium_org/ui/views/bubble/
Dtray_bubble_view.cc231 bubble_view_(bubble_view) { in BottomAlignedBoxLayout()
239 !bubble_view_->is_gesture_dragging()) { in Layout()
257 TrayBubbleView* bubble_view_; member in views::internal::BottomAlignedBoxLayout