Searched refs:y_buttons (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/views/ |
D | task_manager_view.cc | 524 int y_buttons = in Layout() local 529 y_buttons, in Layout() 538 y_buttons, size.width(), size.height()); in Layout() 549 y_buttons + prefered_height - link_prefered_height - link_y_offset, in Layout()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | task_manager_view.cc | 442 int y_buttons = parent_bounds.bottom() - size.height() - vertical_margin; in Layout() local 443 kill_button_->SetBounds(x, y_buttons, size.width(), size.height()); in Layout() 450 y_buttons, size.width(), size.height()); in Layout() 456 y_buttons + (kill_button_->height() - size.height()) / 2, in Layout()
|