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 113 Alignment anchor_alignment = local
115 anchor_alignment =
116 (Alignment)(anchor_alignment |
119 return anchor_alignment;
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 76 AnchorAlignment anchor_alignment) = 0;
90 AnchorAlignment anchor_alignment,
94 AnchorAlignment anchor_alignment; member in struct:views::TrayBubbleView::InitParams
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 179 views::TrayBubbleView::AnchorAlignment anchor_alignment = local
182 bubble->GetInitParams(anchor_alignment);
184 if (anchor_alignment == views::TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
525 views::TrayBubbleView::AnchorAlignment anchor_alignment) {
526 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 113 milliseconds