HomeSort by relevance Sort by last modified time
    Searched defs:maximum_size (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 241 gfx::Size& maximum_size = create_params.maximum_size; local
243 maximum_size.set_width(*options->max_width);
245 maximum_size.set_height(*options->max_height);
281 if (force_maximize && !create_params.maximum_size.IsEmpty()) {
288 if (size.width() > create_params.maximum_size.width() ||
289 size.height() > create_params.maximum_size.height())
  /external/chromium_org/apps/
shell_window.h 108 gfx::Size maximum_size; member in struct:apps::ShellWindow::CreateParams
shell_window.cc 138 gfx::Size& maximum_size = new_params.maximum_size; local
142 if (maximum_size.width() && maximum_size.width() < minimum_size.width())
143 maximum_size.set_width(minimum_size.width());
144 if (maximum_size.height() && maximum_size.height() < minimum_size.height())
145 maximum_size.set_height(minimum_size.height());
147 if (maximum_size.width() && bounds.width() > maximum_size.width()
    [all...]
  /external/elfutils/libelf/
libelfP.h 301 size_t maximum_size; member in struct:Elf

Completed in 156 milliseconds