Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc69 const int kBubbleTipSizeLeftRight = 12; variable
1796 kBubbleTipSizeLeftRight; in CalculateBubbleMenuBounds()
1799 kBubbleTipSizeLeftRight; in CalculateBubbleMenuBounds()
1808 DCHECK_GE(max_width, kBubbleTipSizeLeftRight); in CalculateBubbleMenuBounds()
1836 x = owner_bounds.right() - kBubbleTipSizeLeftRight; in CalculateBubbleMenuBounds()
1838 x = owner_bounds.x() - pref.width() + kBubbleTipSizeLeftRight; in CalculateBubbleMenuBounds()