HomeSort by relevance Sort by last modified time
    Searched full:maximum_size_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_sign_in_delegate.cc 77 maximum_size_ = maximum_size;
83 DCHECK(!maximum_size_.IsEmpty());
86 host->EnableAutoResize(minimum_size_, maximum_size_);
autofill_dialog_sign_in_delegate.h 65 gfx::Size maximum_size_; member in class:autofill::AutofillDialogSignInDelegate
  /external/chromium_org/ui/aura/test/
test_window_delegate.h 38 maximum_size_ = maximum_size;
70 gfx::Size maximum_size_; member in class:aura::test::TestWindowDelegate
test_window_delegate.cc 46 return maximum_size_;
  /external/chromium_org/apps/
shell_window.cc 62 : maximum_size_(kUnboundedSize, kUnboundedSize) {
68 maximum_size_(max_size) {
104 maximum_size_.width() == kUnboundedSize ?
106 std::max(maximum_size_.width(), minimum_size_.width()),
107 maximum_size_.height() == kUnboundedSize ?
109 std::max(maximum_size_.height(), minimum_size_.height()));
117 maximum_size_ = max_size;
shell_window.h 146 gfx::Size maximum_size_; member in class:apps::ShellWindow::SizeConstraints

Completed in 113 milliseconds