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 116 Alignment anchor_alignment = local
118 anchor_alignment =
119 (Alignment)(anchor_alignment |
122 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 82 views::TrayBubbleView::AnchorAlignment anchor_alignment = local
85 bubble->GetInitParams(anchor_alignment);
87 if (anchor_alignment == views::TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
377 views::TrayBubbleView::AnchorAlignment anchor_alignment) const {
378 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 1302 milliseconds