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

  /external/chromium_org/ui/views/corewm/
image_grid.cc 108 int center_height = std::max(size.height() - top - bottom, 0); local
114 gfx::Size(center_width, center_height), layer_->device_scale_factor()));
136 if (center_height > 0) {
142 left_layer_->SetVisible(center_height > 0);
145 if (center_height > 0) {
152 right_layer_->SetVisible(center_height > 0);
202 if (center_width > 0 && center_height > 0) {
206 center_height / center_layer_->bounds().height());
209 center_layer_->SetVisible(center_width > 0 && center_height > 0);
  /external/chromium_org/ui/native_theme/
native_theme_aura.cc 86 int center_height = rect.height(); local
99 center_height -= top->height();
110 center_height -= bottom->height();
113 if (center_height > 0) {
119 center->width(), center_height);

Completed in 1041 milliseconds