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 80 AnchorType anchor_type,
94 InitParams(AnchorType anchor_type,
98 AnchorType anchor_type; member in struct:views::TrayBubbleView::InitParams
  /external/chromium_org/ash/system/tray/
system_tray.cc 543 TrayBubbleView::AnchorType anchor_type; local
552 anchor_type = TrayBubbleView::ANCHOR_TYPE_BUBBLE;
555 anchor_type = TrayBubbleView::ANCHOR_TYPE_TRAY;
557 TrayBubbleView::InitParams init_params(anchor_type,
680 TrayBubbleView::AnchorType anchor_type,
682 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 56 milliseconds