OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setViewBounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
new_user_view.cc
351
static int
setViewBounds
(
386
y +=
setViewBounds
(title_label_, x, y, max_width, false);
387
y +=
setViewBounds
(title_hint_label_, x, y, max_width, false);
411
y +=
setViewBounds
(guest_link_,
415
y +=
setViewBounds
(create_account_link_, x, y, max_width, false);
425
y +=
setViewBounds
(username_field_, x, y, width, true) + kRowPad;
426
y +=
setViewBounds
(password_field_, x, y, width, true) + kRowPad;
429
setViewBounds
(sign_in_button_, x, y, sign_in_button_width,true);
update_view.cc
153
static void
setViewBounds
(views::View* view, int x, int y) {
199
setViewBounds
(
202
setViewBounds
(
Completed in 46 milliseconds