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 94 virtual void BubbleResized(const views::TrayBubbleView* bubble_view) {}
98 virtual void HideBubbleWithView(const views::TrayBubbleView* bubble_view) = 0;
124 views::TrayBubbleView::AnchorType anchor_type,
125 views::TrayBubbleView::AnchorAlignment anchor_alignment) const;
128 views::TrayBubbleView::AnchorAlignment GetAnchorAlignment() const;
149 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 37 public views::TrayBubbleView::Delegate {
128 virtual void BubbleResized(const views::TrayBubbleView* bubble_view) OVERRIDE;
130 const views::TrayBubbleView* bubble_view) OVERRIDE;
133 // Overridden from message_center::TrayBubbleView::Delegate.
142 virtual void HideBubble(const views::TrayBubbleView* bubble_view) OVERRIDE;
system_tray.cc 70 using views::TrayBubbleView;
89 TrayBubbleView::InitParams* init_params,
113 TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); }
241 TrayBubbleView::InitParams::kArrowDefaultOffset,
250 TrayBubbleView::InitParams::kArrowDefaultOffset,
409 return TrayBubbleView::InitParams::kArrowDefaultOffset;
414 return TrayBubbleView::InitParams::kArrowDefaultOffset;
420 return TrayBubbleView::InitParams::kArrowDefaultOffset;
476 TrayBubbleView::InitParams init_params(TrayBubbleView::ANCHOR_TYPE_TRAY
    [all...]
tray_background_view.cc 57 using views::TrayBubbleView;
535 TrayBubbleView::AnchorType anchor_type,
536 TrayBubbleView::AnchorAlignment anchor_alignment) const {
540 if (anchor_type == TrayBubbleView::ANCHOR_TYPE_TRAY) {
541 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
548 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT) {
551 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_RIGHT) {
559 } else if (anchor_type == TrayBubbleView::ANCHOR_TYPE_BUBBLE) {
565 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT)
567 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 77 // Custom border for TrayBubbleView. Contains special logic for GetBounds()
83 TrayBubbleView::InitParams params)
136 TrayBubbleView::InitParams::kArrowDefaultOffset) {
150 TrayBubbleView::InitParams::kArrowDefaultOffset) {
178 // alternate solutions if the TrayBubbleView is needed there in the future.
231 explicit BottomAlignedBoxLayout(TrayBubbleView* bubble_view)
259 TrayBubbleView* bubble_view_;
271 const int TrayBubbleView::InitParams::kArrowDefaultOffset = -1;
273 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
294 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 80 const views::TrayBubbleView* bubble_view) {
  /external/chromium_org/ash/system/web_notification/
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;
web_notification_tray.cc 209 views::TrayBubbleView::AnchorAlignment anchor_alignment =
211 views::TrayBubbleView::InitParams init_params =
214 if (anchor_alignment == views::TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
219 views::TrayBubbleView* bubble_view = views::TrayBubbleView::Create(
229 views::TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); }
471 const views::TrayBubbleView* bubble_view) {
503 views::TrayBubbleView::AnchorType anchor_type,
504 views::TrayBubbleView::AnchorAlignment anchor_alignment) const {
508 void WebNotificationTray::HideBubble(const views::TrayBubbleView* bubble_view)
    [all...]
  /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 381 views::TrayBubbleView* bubble_view =

Completed in 546 milliseconds