Searched refs:max_width_ (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/ui/panels/ |
D | panel_manager.cc | 47 : max_width_(0), in PanelManager() 71 max_width_ = static_cast<int>(work_area.width() * kPanelMaxWidthFactor); in OnDisplayChanged() 295 else if (width > max_width_) in ComputeBoundsForNextPanel() 296 width = max_width_; in ComputeBoundsForNextPanel()
|
D | panel_manager.h | 101 int max_width_; variable
|
/external/chromium_org/ui/views/controls/button/ |
D | text_button.cc | 213 max_width_(0), in TextButtonBase() 320 if (max_width_ > 0) in GetPreferredSize() 321 prefsize.set_width(std::min(max_width_, prefsize.width())); in GetPreferredSize() 333 if (max_width_ > 0) in GetHeightForWidth() 334 w = std::min(max_width_, w); in GetHeightForWidth() 654 if (max_width_ > 0) in GetPreferredSize() 655 prefsize.set_width(std::min(max_width_, prefsize.width())); in GetPreferredSize()
|
D | text_button.h | 145 void set_max_width(int max_width) { max_width_ = max_width; } in set_max_width() 271 int max_width_; variable
|
/external/chromium_org/chrome/browser/ui/views/website_settings/ |
D | permission_selector_view.cc | 107 if (max_width_ > 0) in GetPreferredSize() 108 prefsize.set_width(std::min(max_width_, prefsize.width())); in GetPreferredSize()
|
/external/chromium_org/ui/gfx/ |
D | render_text_win.cc | 325 : max_width_(max_width), in LineBreaker() 343 if (multiline_ && line_x_ + run->width <= max_width_) { in AddRun() 388 max_width_ - line_x_, line_x_ == 0, &width, &next_char); in BreakRun() 470 const int max_width_; member in gfx::internal::LineBreaker
|
/external/chromium_org/ui/compositor/ |
D | layer_animator_unittest.cc | 1913 max_width_(max_width) { in TEST() 1918 if (bounds.width() > max_width_) in TEST() 1923 int max_width_; in TEST() member in ui::TEST::TestLayerAnimationDeletingDelegate
|