Home
last modified time | relevance | path

Searched refs:logo_width (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dfirst_run_search_engine_view.cc387 int logo_width = search_engine_choices_[0]->GetChoiceViewWidth(); in Layout() local
408 (label_width - (num_choices * logo_width)) / (num_choices + 1); in Layout()
411 views::kPanelHorizMargin + logo_padding, next_v_space, logo_width, in Layout()
415 logo_width + logo_padding; in Layout()
417 next_h_space, next_v_space, logo_width, logo_height); in Layout()
419 next_h_space = search_engine_choices_[1]->GetView()->x() + logo_width + in Layout()
423 next_h_space, next_v_space, logo_width, logo_height); in Layout()
427 next_h_space = search_engine_choices_[2]->GetView()->x() + logo_width + in Layout()
430 next_h_space, next_v_space, logo_width, logo_height); in Layout()
437 int button_padding = logo_padding + logo_width / 2 - button_width / 2; in Layout()
[all …]