Searched defs:center_width (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/window/
H A Dframe_background.cc162 int center_width = local
164 if (center_width <= 0)
170 center_width, bottom_edge_->height()),
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc142 int center_width = std::max(size.width() - left - right, 0); local
149 gfx::Size(center_width, center_height), layer_->device_scale_factor()));
152 if (center_width > 0) {
158 top_layer_->SetVisible(center_width > 0);
161 if (center_width > 0) {
168 bottom_layer_->SetVisible(center_width > 0);
237 if (center_width > 0 && center_height > 0) {
240 transform.Scale(center_width / center_layer_->bounds().width(),
244 center_layer_->SetVisible(center_width > 0 && center_height > 0);
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc692 int center_width = width() - kLeftPadding - local
700 if (center_width <= 0)
750 x, box_y_, box_height_, center_width);
751 x += center_width;
772 x, box_y_, box_height_, center_width);
773 x += center_width;

Completed in 856 milliseconds