Searched refs:setViewBounds (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | new_user_view.cc | 351 static int setViewBounds( in setViewBounds() function 386 y += setViewBounds(title_label_, x, y, max_width, false); in Layout() 387 y += setViewBounds(title_hint_label_, x, y, max_width, false); in Layout() 411 y += setViewBounds(guest_link_, in Layout() 415 y += setViewBounds(create_account_link_, x, y, max_width, false); 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() 429 setViewBounds(sign_in_button_, x, y, sign_in_button_width,true); in Layout()
|
D | update_view.cc | 153 static void setViewBounds(views::View* view, int x, int y) { in setViewBounds() function 199 setViewBounds( in Layout() 202 setViewBounds( in Layout()
|