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

  /external/chromium_org/ui/message_center/views/
message_bubble_base.h 34 views::TrayBubbleView::AnchorAlignment anchor_alignment) = 0;
62 views::TrayBubbleView::AnchorAlignment anchor_alignment);
message_center_bubble.h 36 views::TrayBubbleView::AnchorAlignment anchor_alignment) OVERRIDE;
message_bubble_base.cc 70 views::TrayBubbleView::AnchorAlignment anchor_alignment) {
73 anchor_alignment,
message_center_bubble.cc 80 views::TrayBubbleView::AnchorAlignment anchor_alignment) {
82 GetDefaultInitParams(anchor_alignment);
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 80 AnchorAlignment anchor_alignment) = 0;
94 AnchorAlignment anchor_alignment,
98 AnchorAlignment anchor_alignment; member in struct:views::TrayBubbleView::InitParams
tray_bubble_view.cc 272 AnchorAlignment anchor_alignment,
276 anchor_alignment(anchor_alignment),
298 if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_BOTTOM) {
301 } else if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_TOP) {
303 } else if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_LEFT) {
402 params_.anchor_alignment);
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 112 Alignment anchor_alignment = local
114 anchor_alignment =
115 (Alignment)(anchor_alignment |
118 return anchor_alignment;
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 211 views::TrayBubbleView::AnchorAlignment anchor_alignment = local
214 bubble->GetInitParams(anchor_alignment);
216 if (anchor_alignment == views::TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
513 views::TrayBubbleView::AnchorAlignment anchor_alignment) {
514 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);
web_notification_tray.h 98 AnchorAlignment anchor_alignment) OVERRIDE;
  /external/chromium_org/ash/system/tray/
tray_background_view.h 124 views::TrayBubbleView::AnchorAlignment anchor_alignment) const;
tray_background_view.cc 518 TrayBubbleView::AnchorAlignment anchor_alignment) const {
523 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_BOTTOM) {
538 } else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT) {
565 if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_LEFT)
567 else if (anchor_alignment == TrayBubbleView::ANCHOR_ALIGNMENT_RIGHT)
system_tray.h 147 AnchorAlignment anchor_alignment) OVERRIDE;
system_tray.cc 681 TrayBubbleView::AnchorAlignment anchor_alignment) {
682 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 272 milliseconds