HomeSort by relevance Sort by last modified time
    Searched refs:default_height (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 321 int default_height = work_area.height() - 2 * kWindowTilePixels; local
343 default_width, default_height);
  /external/chromium_org/extensions/browser/api/app_window/
app_window_api.cc 401 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/
vp9_spatial_svc_encoder.c 75 static const uint32_t default_height = 1080; variable
131 enc_cfg->g_h = default_height;
  /external/libvpx/libvpx/examples/
vp9_spatial_scalable_encoder.c 93 static const uint32_t default_height = 1080; variable
147 enc_cfg->g_h = default_height;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 93 static const uint32_t default_height = 1080; variable
147 enc_cfg->g_h = default_height;
  /external/chromium_org/ash/wm/
window_positioner.cc 420 int default_height = work_area.height() - kDesktopBorderSize; local
430 default_height);
  /external/chromium_org/ui/views/controls/
styled_label_unittest.cc 411 int default_height = styled()->GetHeightForWidth(100); local
415 EXPECT_EQ(18 * 2 + default_height, styled()->GetHeightForWidth(100));

Completed in 166 milliseconds