HomeSort by relevance Sort by last modified time
    Searched full:next_h_space (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc 414 int next_h_space = search_engine_choices_[0]->GetView()->x() + local
417 next_h_space, next_v_space, logo_width, logo_height);
419 next_h_space = search_engine_choices_[1]->GetView()->x() + logo_width +
423 next_h_space, next_v_space, logo_width, logo_height);
427 next_h_space = search_engine_choices_[2]->GetView()->x() + logo_width +
430 next_h_space, next_v_space, logo_width, logo_height);
443 next_h_space = search_engine_choices_[0]->x() + logo_width + logo_padding;
444 search_engine_choices_[1]->SetBounds(next_h_space, next_v_space,
446 next_h_space = search_engine_choices_[1]->x() + logo_width + logo_padding;
448 search_engine_choices_[2]->SetBounds(next_h_space, next_v_space
    [all...]

Completed in 208 milliseconds