HomeSort by relevance Sort by last modified time
    Searched defs:anchor_alignment (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 115 Alignment anchor_alignment = local
117 anchor_alignment =
118 (Alignment)(anchor_alignment |
121 return anchor_alignment;
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 81 AnchorAlignment anchor_alignment) const = 0;
95 AnchorAlignment anchor_alignment,
99 AnchorAlignment anchor_alignment; member in struct:views::TrayBubbleView::InitParams
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 209 views::TrayBubbleView::AnchorAlignment anchor_alignment = local
212 bubble->GetInitParams(anchor_alignment);
214 if (anchor_alignment == views::TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
504 views::TrayBubbleView::AnchorAlignment anchor_alignment) const {
505 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 122 milliseconds