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

/external/chromium_org/chrome/browser/extensions/
H A Dextension_infobar_delegate.cc63 int default_height = InfoBar::kDefaultBarTargetHeight; local
67 int default_height = 36; local
70 height_ = std::min(2 * default_height, height_);
72 height_ = default_height;
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash.cc250 int default_height = work_area.height() - kDesktopBorderSize; local
254 default_height -= default_height % kDesktopBorderSize;
264 default_height);
H A Dwindow_sizer.cc285 int default_height = work_area.height() - 2 * kWindowTilePixels; local
307 default_width, default_height);
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer.cc206 int default_height = work_area.height() - 2 * kWindowTilePixels; local
228 default_width, default_height);
/external/chromium_org/chrome/browser/extensions/api/app_window/
H A Dapp_window_api.cc182 if (options->default_height.get())
183 create_params.bounds.set_height(*options->default_height.get());
/external/libvpx/libvpx/
H A Dvp9_spatial_scalable_encoder.c71 static const uint32_t default_height = 1080; variable
221 enc_cfg->g_h = default_height;

Completed in 634 milliseconds