HomeSort by relevance Sort by last modified time
    Searched refs:TrayBubbleView (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/ui/message_center/views/
message_bubble_base.h 33 virtual views::TrayBubbleView::InitParams GetInitParams(
34 views::TrayBubbleView::AnchorAlignment anchor_alignment) = 0;
38 virtual void InitializeContents(views::TrayBubbleView* bubble_view) = 0;
56 views::TrayBubbleView* bubble_view() const { return bubble_view_; }
61 views::TrayBubbleView::InitParams GetDefaultInitParams(
62 views::TrayBubbleView::AnchorAlignment anchor_alignment);
65 void set_bubble_view(views::TrayBubbleView* bubble_view) {
72 views::TrayBubbleView* bubble_view_;
message_center_bubble.h 35 virtual views::TrayBubbleView::InitParams GetInitParams(
36 views::TrayBubbleView::AnchorAlignment anchor_alignment) OVERRIDE;
37 virtual void InitializeContents(views::TrayBubbleView* bubble_view) OVERRIDE;
message_bubble_base.cc 68 views::TrayBubbleView::InitParams MessageBubbleBase::GetDefaultInitParams(
69 views::TrayBubbleView::AnchorAlignment anchor_alignment) {
70 views::TrayBubbleView::InitParams init_params(
71 views::TrayBubbleView::ANCHOR_TYPE_TRAY,
message_center_bubble.cc 81 views::TrayBubbleView::InitParams MessageCenterBubble::GetInitParams(
82 views::TrayBubbleView::AnchorAlignment anchor_alignment) {
83 views::TrayBubbleView::InitParams init_params =
94 views::TrayBubbleView* new_bubble_view) {
  /external/chromium_org/ash/system/tray/
tray_bubble_wrapper.h 13 class TrayBubbleView;
25 views::TrayBubbleView* bubble_view);
35 const views::TrayBubbleView* bubble_view() const { return bubble_view_; }
40 views::TrayBubbleView* bubble_view_; // unowned
tray_background_view.h 95 virtual void BubbleResized(const views::TrayBubbleView* bubble_view) {}
99 virtual void HideBubbleWithView(const views::TrayBubbleView* bubble_view) = 0;
125 views::TrayBubbleView::AnchorType anchor_type,
126 views::TrayBubbleView::AnchorAlignment anchor_alignment) const;
129 views::TrayBubbleView::AnchorAlignment GetAnchorAlignment() const;
150 void UpdateBubbleViewArrow(views::TrayBubbleView* bubble_view);
system_tray_bubble.h 41 views::TrayBubbleView::InitParams* init_params);
47 views::TrayBubbleView* bubble_view() const { return bubble_view_; }
66 views::TrayBubbleView* bubble_view_;
system_tray.h 38 public views::TrayBubbleView::Delegate {
129 virtual void BubbleResized(const views::TrayBubbleView* bubble_view) OVERRIDE;
131 const views::TrayBubbleView* bubble_view) OVERRIDE;
134 // Overridden from message_center::TrayBubbleView::Delegate.
143 virtual void HideBubble(const views::TrayBubbleView* bubble_view) OVERRIDE;
system_tray.cc 69 using views::TrayBubbleView;
88 TrayBubbleView::InitParams* init_params,
112 TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); }
240 TrayBubbleView::InitParams::kArrowDefaultOffset,
249 TrayBubbleView::InitParams::kArrowDefaultOffset,
418 return TrayBubbleView::InitParams::kArrowDefaultOffset;
423 return TrayBubbleView::InitParams::kArrowDefaultOffset;
429 return TrayBubbleView::InitParams::kArrowDefaultOffset;
485 TrayBubbleView::InitParams init_params(TrayBubbleView::ANCHOR_TYPE_TRAY
    [all...]
tray_background_view.cc 59 using views::TrayBubbleView;
555 TrayBubbleView::AnchorType anchor_type,
556 TrayBubbleView::AnchorAlignment anchor_alignment) const {
560 if (anchor_type == TrayBubbleView::ANCHOR_TYPE_TRAY) {
561 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
568 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT) {
571 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_RIGHT) {
579 } else if (anchor_type == TrayBubbleView::ANCHOR_TYPE_BUBBLE) {
585 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT)
587 else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_RIGHT
    [all...]
tray_bubble_wrapper.cc 19 views::TrayBubbleView* bubble_view)
system_tray_bubble.cc 23 using views::TrayBubbleView;
252 TrayBubbleView::InitParams* init_params) {
261 bubble_view_ = TrayBubbleView::Create(
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 75 // Custom border for TrayBubbleView. Contains special logic for GetBounds()
81 TrayBubbleView::InitParams params)
134 TrayBubbleView::InitParams::kArrowDefaultOffset) {
148 TrayBubbleView::InitParams::kArrowDefaultOffset) {
176 // alternate solutions if the TrayBubbleView is needed there in the future.
229 explicit BottomAlignedBoxLayout(TrayBubbleView* bubble_view)
257 TrayBubbleView* bubble_view_;
269 const int TrayBubbleView::InitParams::kArrowDefaultOffset = -1;
271 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
292 TrayBubbleView* TrayBubbleView::Create(gfx::NativeView parent_window
    [all...]
tray_bubble_view.h 34 class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView,
56 typedef TrayBubbleView::AnchorType AnchorType;
57 typedef TrayBubbleView::AnchorAlignment AnchorAlignment;
85 virtual void HideBubble(const TrayBubbleView* bubble_view) = 0;
114 // Constructs and returns a TrayBubbleView. init_params may be modified.
115 static TrayBubbleView* Create(gfx::NativeView parent_window,
120 virtual ~TrayBubbleView();
171 TrayBubbleView(gfx::NativeView parent_window,
199 DISALLOW_COPY_AND_ASSIGN(TrayBubbleView);
  /external/chromium_org/ash/system/chromeos/virtual_keyboard/
virtual_keyboard_tray.h 32 const views::TrayBubbleView* bubble_view) OVERRIDE;
virtual_keyboard_tray.cc 87 const views::TrayBubbleView* bubble_view) {
  /external/chromium_org/ash/system/overview/
overview_button_tray.h 44 const views::TrayBubbleView* bubble_view) OVERRIDE;
overview_button_tray.cc 83 const views::TrayBubbleView* bubble_view) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 82 views::TrayBubbleView::AnchorAlignment anchor_alignment =
84 views::TrayBubbleView::InitParams init_params =
87 if (anchor_alignment == views::TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
92 views::TrayBubbleView* bubble_view = views::TrayBubbleView::Create(
102 views::TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); }
344 const views::TrayBubbleView* bubble_view) {
376 views::TrayBubbleView::AnchorType anchor_type,
377 views::TrayBubbleView::AnchorAlignment anchor_alignment) const {
381 void WebNotificationTray::HideBubble(const views::TrayBubbleView* bubble_view)
    [all...]
web_notification_tray.h 48 public views::TrayBubbleView::Delegate,
82 const views::TrayBubbleView* bubble_view) OVERRIDE;
88 // Overridden from views::TrayBubbleView::Delegate.
97 virtual void HideBubble(const views::TrayBubbleView* bubble_view) OVERRIDE;
  /external/chromium_org/ash/system/chromeos/session/
logout_button_tray.h 37 const views::TrayBubbleView* bubble_view) OVERRIDE;
logout_button_tray.cc 121 const views::TrayBubbleView* bubble_view) {
  /external/chromium_org/ash/system/user/
user_view.cc 393 views::TrayBubbleView* bubble_view =

Completed in 542 milliseconds