Searched refs:default_height (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer.cc321 int default_height = work_area.height() - 2 * kWindowTilePixels; local
343 default_width, default_height);
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_api.cc401 if (options.default_height.get())
402 params->content_spec.bounds.set_height(*options.default_height.get());
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c75 static const uint32_t default_height = 1080; variable
131 enc_cfg->g_h = default_height;
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_scalable_encoder.c93 static const uint32_t default_height = 1080; variable
147 enc_cfg->g_h = default_height;
/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc420 int default_height = work_area.height() - kDesktopBorderSize; local
430 default_height);
/external/chromium_org/ui/views/controls/
H A Dstyled_label_unittest.cc411 int default_height = styled()->GetHeightForWidth(100); local
415 EXPECT_EQ(18 * 2 + default_height, styled()->GetHeightForWidth(100));

Completed in 2428 milliseconds