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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 562 int next_element_x = back_->bounds().right(); local
564 forward_->SetBounds(next_element_x, child_y,
566 next_element_x = forward_->bounds().right();
568 reload_->SetBounds(next_element_x, child_y,
570 next_element_x = reload_->bounds().right();
576 home_->SetBounds(next_element_x, child_y,
580 home_->SetBounds(next_element_x, child_y, 0, child_height);
582 next_element_x = home_->bounds().right() + kStandardSpacing;
587 app_menu_width - browser_actions_width - next_element_x);
591 location_bar_->SetBounds(next_element_x, location_y
    [all...]

Completed in 81 milliseconds