Home | History | Annotate | Download | only in views

Lines Matching refs:sz

281   gfx::Size sz = close_button_->GetPreferredSize();
282 close_button_->SetBounds(panel_width - sz.width() -
284 (height() - sz.height()) / 2,
285 sz.width(),
286 sz.height());
291 sz = find_next_button_->GetPreferredSize();
295 (height() - sz.height()) / 2,
296 sz.width(),
297 sz.height());
300 sz = find_previous_button_->GetPreferredSize();
303 (height() - sz.height()) / 2,
304 sz.width(),
305 sz.height());
308 sz = match_count_text_->GetPreferredSize();
311 sz.Enlarge(kMatchCountExtraWidth, 0);
312 sz.SetToMax(gfx::Size(kMatchCountMinWidth, 0));
314 find_previous_button_->x() - kWhiteSpaceAfterMatchCountLabel - sz.width();
319 sz.width(), sz.height());