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

  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 80 AnchorType anchor_type,
94 InitParams(AnchorType anchor_type,
98 AnchorType anchor_type; member in struct:views::TrayBubbleView::InitParams
tray_bubble_view.cc 273 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
277 : anchor_type(anchor_type),
299 if (init_params->anchor_type == ANCHOR_TYPE_TRAY) {
400 params_.anchor_type,
  /external/chromium_org/ash/system/tray/
system_tray.cc 534 TrayBubbleView::AnchorType anchor_type; local
543 anchor_type = TrayBubbleView::ANCHOR_TYPE_BUBBLE;
546 anchor_type = TrayBubbleView::ANCHOR_TYPE_TRAY;
548 TrayBubbleView::InitParams init_params(anchor_type,
667 TrayBubbleView::AnchorType anchor_type,
669 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);
system_tray.h 140 AnchorType anchor_type,
tray_background_view.h 124 views::TrayBubbleView::AnchorType anchor_type,
tray_background_view.cc 535 TrayBubbleView::AnchorType anchor_type,
540 if (anchor_type == TrayBubbleView::ANCHOR_TYPE_TRAY) {
559 } else if (anchor_type == TrayBubbleView::ANCHOR_TYPE_BUBBLE) {
577 if (anchor_type == TrayBubbleView::ANCHOR_TYPE_TRAY) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 95 AnchorType anchor_type,
web_notification_tray.cc 503 views::TrayBubbleView::AnchorType anchor_type,
505 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 646 milliseconds