Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/
Dsetting_level_bubble.cc29 const int kBubbleBottomGap = 30; variable
115 const int y = bounds.height() - view_size.height() / 2 - kBubbleBottomGap; in ShowBubble()