Searched refs:ClampSize (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/extensions/browser/app_window/
H A Dsize_constraints.h31 gfx::Size ClampSize(gfx::Size size) const;
H A Dsize_constraints.cc35 gfx::Size SizeConstraints::ClampSize(gfx::Size size) const { function in class:extensions::SizeConstraints
H A Dapp_window.cc194 combined_bounds.set_size(constraints.ClampSize(combined_bounds.size()));
649 gfx::Size constrained_size = constraints.ClampSize(bounds.size());
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_controller.cc138 bounds.set_size(resizing_panel_->ClampSize(bounds.size()));
H A Ddetached_panel_collection.cc130 new_size = panel->ClampSize(new_size);
H A Dpanel.h266 gfx::Size ClampSize(const gfx::Size& size) const;
H A Dpanel.cc582 full_size_ = ClampSize(full_size_);
681 gfx::Size Panel::ClampSize(const gfx::Size& size) const { function in class:Panel
H A Ddocked_panel_collection.cc445 new_size = panel->ClampSize(new_size);
/external/chromium_org/ui/gfx/geometry/
H A Dsize_unittest.cc75 TEST(SizeTest, ClampSize) {
/external/chromium_org/extensions/browser/api/app_current_window_internal/
H A Dapp_current_window_internal_api.cc247 window_bounds.set_size(constraints.ClampSize(window_bounds.size()));

Completed in 2389 milliseconds