Home
last modified time | relevance | path

Searched refs:anchor_alignment (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_background_view.cc556 TrayBubbleView::AnchorAlignment anchor_alignment) const { in GetBubbleAnchorRect()
561 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) { in GetBubbleAnchorRect()
568 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT) { in GetBubbleAnchorRect()
571 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_RIGHT) { in GetBubbleAnchorRect()
585 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT) in GetBubbleAnchorRect()
587 else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_RIGHT) in GetBubbleAnchorRect()
598 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) { in GetBubbleAnchorRect()
606 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT) { in GetBubbleAnchorRect()
612 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_RIGHT) { in GetBubbleAnchorRect()
Dtray_background_view.h126 views::TrayBubbleView::AnchorAlignment anchor_alignment) const;
Dsystem_tray.h142 AnchorAlignment anchor_alignment) const OVERRIDE;
Dsystem_tray.cc681 TrayBubbleView::AnchorAlignment anchor_alignment) const { in GetAnchorRect()
682 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment); in GetAnchorRect()
/external/chromium_org/ui/views/bubble/
Dtray_bubble_view.cc272 AnchorAlignment anchor_alignment, in InitParams() argument
276 anchor_alignment(anchor_alignment), in InitParams()
298 if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_BOTTOM) { in Create()
301 } else if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_TOP) { in Create()
303 } else if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_LEFT) { in Create()
400 params_.anchor_alignment); in GetAnchorRect()
Dtray_bubble_view.h81 AnchorAlignment anchor_alignment) const = 0;
95 AnchorAlignment anchor_alignment,
99 AnchorAlignment anchor_alignment; member
/external/chromium_org/ui/message_center/views/
Dmessage_bubble_base.cc69 views::TrayBubbleView::AnchorAlignment anchor_alignment) { in GetDefaultInitParams() argument
72 anchor_alignment, in GetDefaultInitParams()
Dmessage_bubble_base.h34 views::TrayBubbleView::AnchorAlignment anchor_alignment) = 0;
62 views::TrayBubbleView::AnchorAlignment anchor_alignment);
Dmessage_center_bubble.cc82 views::TrayBubbleView::AnchorAlignment anchor_alignment) { in GetInitParams() argument
84 GetDefaultInitParams(anchor_alignment); in GetInitParams()
Dmessage_center_bubble.h36 views::TrayBubbleView::AnchorAlignment anchor_alignment) OVERRIDE;
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc82 views::TrayBubbleView::AnchorAlignment anchor_alignment = in WebNotificationBubbleWrapper() local
85 bubble->GetInitParams(anchor_alignment); in WebNotificationBubbleWrapper()
87 if (anchor_alignment == views::TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) { in WebNotificationBubbleWrapper()
377 views::TrayBubbleView::AnchorAlignment anchor_alignment) const { in GetAnchorRect()
378 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment); in GetAnchorRect()
Dweb_notification_tray.h96 AnchorAlignment anchor_alignment) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray.cc116 Alignment anchor_alignment = in GetAnchorAlignment() local
118 anchor_alignment = in GetAnchorAlignment()
119 (Alignment)(anchor_alignment | in GetAnchorAlignment()
122 return anchor_alignment; in GetAnchorAlignment()