Home
last modified time | relevance | path

Searched refs:ALIGN_ARROW_TO_MID_ANCHOR (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Davatar_menu_button.cc110 this, arrow, views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR, bounds, in ShowAvatarBubble()
114 this, arrow, views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR, bounds, in ShowAvatarBubble()
/external/chromium_org/ui/views/bubble/
Dbubble_border.h68 ALIGN_ARROW_TO_MID_ANCHOR, enumerator
Dbubble_border.cc157 alignment_(ALIGN_ARROW_TO_MID_ANCHOR), in BubbleBorder()
176 const bool mid_anchor = alignment_ == ALIGN_ARROW_TO_MID_ANCHOR; in GetBounds()
/external/chromium_org/ash/
Dpopup_message.cc156 SetAlignment(views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR); in MessageBubble()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc2592 bubble->SetAlignment(views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR); in ShowPasswordGenerationBubble()