Home
last modified time | relevance | path

Searched refs:kRowPad (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dnew_user_view.cc48 const int kRowPad = 13; variable
400 links_height += kRowPad; in Layout()
412 x, y, max_width, false) + kRowPad; in Layout()
422 2 * kRowPad; in Layout()
425 y += setViewBounds(username_field_, x, y, width, true) + kRowPad; in Layout()
426 y += setViewBounds(password_field_, x, y, width, true) + kRowPad; in Layout()