OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
47
const int
kMaxContentsWidth
= 500;
161
preferred_size.set_width(std::min(preferred_width,
kMaxContentsWidth
));
327
// maximum width will be clamped by
kMaxContentsWidth
of the view.
Completed in 224 milliseconds