Searched defs:kMaxContentsWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.cc50 const int kMaxContentsWidth = 500; member in namespace:__anon5238
167 preferred_size.set_width(std::min(preferred_width, kMaxContentsWidth));
500 // maximum width will be clamped by kMaxContentsWidth of the view.

Completed in 105 milliseconds