Lines Matching refs:user
87 args->SetString("user", service->last_attempted_user_email());
91 string16 user;
93 user = UTF8ToUTF16(service->cros_user());
95 user = service->GetAuthenticatedUsername();
96 args->SetString("user", user);
98 args->SetBoolean("editable_user", user.empty());
194 // Record the state at which the user cancelled the signon dialog.
260 // If the user cancels when being asked for the passphrase,
390 // This shows the user the "Could not connect to server" error.