Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dev_bubble_decoration.mm25 const CGFloat kMinElidedBubbleWidth = 150.0;
28 // |kMinElidedBubbleWidth|.
79 width = std::max(width * kMaxBubbleFraction, kMinElidedBubbleWidth);
/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc513 static const int kMinElidedBubbleWidth = 150; in Layout() local
517 ev_bubble_width = std::min(ev_bubble_width, std::max(kMinElidedBubbleWidth, in Layout()