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

  /external/chromium_org/ui/wm/core/
image_grid.cc 143 int center_height = std::max(size.height() - top - bottom, 0); local
149 gfx::Size(center_width, center_height), layer_->device_scale_factor()));
171 if (center_height > 0) {
177 left_layer_->SetVisible(center_height > 0);
180 if (center_height > 0) {
187 right_layer_->SetVisible(center_height > 0);
237 if (center_width > 0 && center_height > 0) {
241 center_height / center_layer_->bounds().height());
244 center_layer_->SetVisible(center_width > 0 && center_height > 0);
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 200 int center_height = height - top_image.height() - bottom_image.height(); local
203 x, y, width, center_height, false);
204 y += center_height;

Completed in 71 milliseconds