OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_height
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/
window_sizer.cc
206
int
default_height
= work_area.height() - 2 * kWindowTilePixels;
local
228
default_width,
default_height
);
/external/chromium_org/ash/wm/
window_positioner.cc
376
int
default_height
= work_area.height() - kDesktopBorderSize;
local
386
default_height
);
/external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc
203
if (options->
default_height
.get())
204
create_params.bounds.set_height(*options->
default_height
.get());
/external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc
318
int
default_height
= work_area.height() - 2 * kWindowTilePixels;
local
340
default_width,
default_height
);
/external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c
71
static const uint32_t
default_height
= 1080;
variable
221
enc_cfg->g_h =
default_height
;
Completed in 39 milliseconds