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

  /external/chromium_org/extensions/browser/api/app_window/
app_window_api.cc 106 create_spec->maximum_size.set_width(*input_spec->max_width);
108 create_spec->maximum_size.set_height(*input_spec->max_height);
434 gfx::Size& maximum_size = params->content_spec.maximum_size; local
436 maximum_size.set_width(*options.max_width);
438 maximum_size.set_height(*options.max_height);
  /external/chromium_org/extensions/browser/app_window/
app_window.h 135 gfx::Size maximum_size; member in struct:extensions::AppWindow::BoundsSpecification
  /external/elfutils/0.153/libelf/
libelfP.h 309 size_t maximum_size; member in struct:Elf

Completed in 1367 milliseconds