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

  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc 389 int button_width = search_engine_choices_[0]->GetPreferredSize().width(); local
437 int button_padding = logo_padding + logo_width / 2 - button_width / 2;
441 button_width, button_height);
445 button_width, button_height);
449 button_width, button_height);
456 button_width, button_height);
wrench_menu.cc 444 int button_width = std::max(increment_button_->GetPreferredSize().width(), local
449 return gfx::Size(button_width + zoom_label_width_ + button_width +
455 int button_width = std::max(increment_button_->GetPreferredSize().width(), local
457 gfx::Rect bounds(0, 0, button_width, height());
468 bounds.set_width(button_width);

Completed in 35 milliseconds