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 271 TrayBubbleView::InitParams::InitParams(AnchorType anchor_type,
275 : anchor_type(anchor_type),
297 if (init_params->anchor_type == ANCHOR_TYPE_TRAY) {
399 params_.anchor_type,
  /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);
system_tray.h 141 AnchorType anchor_type,
tray_background_view.h 125 views::TrayBubbleView::AnchorType anchor_type,
tray_background_view.cc 555 TrayBubbleView::AnchorType anchor_type,
560 if (anchor_type == TrayBubbleView::ANCHOR_TYPE_TRAY) {
579 } else if (anchor_type == TrayBubbleView::ANCHOR_TYPE_BUBBLE) {
597 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 376 views::TrayBubbleView::AnchorType anchor_type,
378 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);

Completed in 87 milliseconds