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

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc81 const int kBubbleTipSizeLeftRight = 12; member in namespace:views::__anon15377
1888 kBubbleTipSizeLeftRight;
1891 kBubbleTipSizeLeftRight;
1900 DCHECK_GE(max_width, kBubbleTipSizeLeftRight);
1928 x = owner_bounds.right() - kBubbleTipSizeLeftRight;
1930 x = owner_bounds.x() - pref.width() + kBubbleTipSizeLeftRight;

Completed in 75 milliseconds