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

  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 75 AnchorType anchor_type,
89 InitParams(AnchorType anchor_type,
93 AnchorType anchor_type; member in struct:views::TrayBubbleView::InitParams
  /external/chromium_org/ash/system/tray/
system_tray.cc 501 TrayBubbleView::AnchorType anchor_type; local
510 anchor_type = TrayBubbleView::ANCHOR_TYPE_BUBBLE;
513 anchor_type = TrayBubbleView::ANCHOR_TYPE_TRAY;
515 TrayBubbleView::InitParams init_params(anchor_type,
632 TrayBubbleView::AnchorType anchor_type,
634 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 380 milliseconds