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 79 AnchorType anchor_type,
93 InitParams(AnchorType anchor_type,
97 AnchorType anchor_type; member in struct:views::TrayBubbleView::InitParams
tray_bubble_view.cc 271 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
275 : anchor_type(anchor_type),
297 if (init_params->anchor_type == ANCHOR_TYPE_TRAY) {
401 params_.anchor_type,
  /external/chromium_org/ash/system/tray/
system_tray.cc 545 TrayBubbleView::AnchorType anchor_type; local
554 anchor_type = TrayBubbleView::ANCHOR_TYPE_BUBBLE;
557 anchor_type = TrayBubbleView::ANCHOR_TYPE_TRAY;
559 TrayBubbleView::InitParams init_params(anchor_type,
680 TrayBubbleView::AnchorType anchor_type,
682 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);
tray_background_view.h 123 views::TrayBubbleView::AnchorType anchor_type,
system_tray.h 146 AnchorType anchor_type,
tray_background_view.cc 517 TrayBubbleView::AnchorType anchor_type,
522 if (anchor_type == TrayBubbleView::ANCHOR_TYPE_TRAY) {
555 } else if (anchor_type == TrayBubbleView::ANCHOR_TYPE_BUBBLE) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 97 AnchorType anchor_type,
web_notification_tray.cc 512 views::TrayBubbleView::AnchorType anchor_type,
514 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 109 milliseconds