Home
last modified time | relevance | path

Searched refs:ANCHOR_ALIGNMENT_BOTTOM (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_background_view.cc541 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) { in GetBubbleAnchorRect()
578 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) { in GetBubbleAnchorRect()
618 return TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM; in GetAnchorAlignment()
627 return TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM; in GetAnchorAlignment()
/external/chromium_org/ui/views/bubble/
Dtray_bubble_view.h48 ANCHOR_ALIGNMENT_BOTTOM, enumerator
Dtray_bubble_view.cc300 if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_BOTTOM) { in Create()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc214 if (anchor_alignment == views::TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) { in WebNotificationBubbleWrapper()