Searched refs:anchor_type (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.h75 AnchorType anchor_type,
89 InitParams(AnchorType anchor_type,
93 AnchorType anchor_type; member in struct:views::TrayBubbleView::InitParams
H A Dtray_bubble_view.cc243 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type, argument
247 : anchor_type(anchor_type),
269 if (init_params->anchor_type == ANCHOR_TYPE_TRAY) {
370 params_.anchor_type,
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc501 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);
630 GetAnchorRect( views::Widget* anchor_widget, TrayBubbleView::AnchorType anchor_type, TrayBubbleView::AnchorAlignment anchor_alignment) argument
H A Dsystem_tray.h152 AnchorType anchor_type,
H A Dtray_background_view.h120 views::TrayBubbleView::AnchorType anchor_type,
H A Dtray_background_view.cc511 TrayBubbleView::AnchorType anchor_type,
516 if (anchor_type == TrayBubbleView::ANCHOR_TYPE_TRAY) {
531 } else if (anchor_type == TrayBubbleView::ANCHOR_TYPE_BUBBLE) {
509 GetBubbleAnchorRect( views::Widget* anchor_widget, TrayBubbleView::AnchorType anchor_type, TrayBubbleView::AnchorAlignment anchor_alignment) const argument
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.h95 AnchorType anchor_type,
H A Dweb_notification_tray.cc524 views::TrayBubbleView::AnchorType anchor_type,
526 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);
522 GetAnchorRect( views::Widget* anchor_widget, views::TrayBubbleView::AnchorType anchor_type, views::TrayBubbleView::AnchorAlignment anchor_alignment) argument

Completed in 205 milliseconds