HomeSort by relevance Sort by last modified time
    Searched refs:kMaxContentsWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 39 const int kMaxContentsWidth = 500;
132 preferred_size.set_width(std::min(preferred_width, kMaxContentsWidth));
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 49 const int kMaxContentsWidth = 500;
169 preferred_size.set_width(std::min(preferred_width, kMaxContentsWidth));
344 // maximum width will be clamped by kMaxContentsWidth of the view.

Completed in 219 milliseconds