Searched defs:has_users (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.h45 bool has_users; member in struct:chromeos::GaiaContext
H A Dgaia_screen_handler.cc49 bool has_users,
69 if (!has_users) {
129 has_users(false) {}
172 context.has_users,
216 UpdateAuthParams(&params, context.has_users,
654 context.has_users = !Delegate()->GetUsers().empty();
48 UpdateAuthParams(base::DictionaryValue* params, bool has_users, bool is_enrolling_consumer_management) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1875 bool has_users = !Profile::FromWebUI(web_ui())-> local
1877 base::FundamentalValue has_users_value(has_users);

Completed in 1128 milliseconds