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 581 int next_element_x = back_->bounds().right(); local
583 forward_->SetBounds(next_element_x, child_y,
585 next_element_x = forward_->bounds().right();
587 reload_->SetBounds(next_element_x, child_y,
589 next_element_x = reload_->bounds().right();
594 home_->SetBounds(next_element_x, child_y,
598 home_->SetBounds(next_element_x, child_y, 0, child_height);
600 next_element_x = home_->bounds().right() + kStandardSpacing;
605 app_menu_width - browser_actions_width - next_element_x);
609 location_bar_->SetBounds(next_element_x, location_y
    [all...]

Completed in 274 milliseconds