Searched defs:password (Results 76 - 100 of 419) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_browsertest.cc57 const std::string& password)
58 : username_(username), password_(password) {}
136 const base::string16& password) {
137 // The TestServer sets the title to username/password on successful login.
138 return username + base::UTF8ToUTF16("/") + password;
221 // The request should be retried after the incorrect password is
271 // The request should be retried after the incorrect password is
282 base::string16 password(base::UTF8ToUTF16(password_));
283 handler->SetAuth(username, password);
286 base::string16 expected_title = ExpectedTitleFromAuth(username, password);
56 AuthInfo(const std::string& username, const std::string& password) argument
135 ExpectedTitleFromAuth(const base::string16& username, const base::string16& password) argument
[all...]
/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_manager_presenter_unittest.cc63 const std::string& password);
78 const std::string& password) {
84 form->password_value = base::ASCIIToUTF16(password);
75 AddPasswordEntry( const GURL& origin, const std::string& user_name, const std::string& password) argument
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc505 const std::string& password,
516 password(password),
554 if (args_.password.empty()) {
659 email, args_.password,
1137 const std::string& password,
1167 session_index, email, password,
1250 // We only need to scrape the password for Gaia logins.
1252 VLOG(1) << "OneClickSigninHelper::DidNavigateAnyFrame: got password";
1384 // password i
499 StartSyncArgs( Profile* profile, Browser* browser, OneClickSigninHelper::AutoAccept auto_accept, const std::string& session_index, const std::string& email, const std::string& password, const std::string& refresh_token, content::WebContents* web_contents, bool untrusted_confirmation_required, signin::Source source, OneClickSigninSyncStarter::Callback callback) argument
1133 HandleCrossAccountError( Profile* profile, const std::string& session_index, const std::string& email, const std::string& password, const std::string& refresh_token, OneClickSigninHelper::AutoAccept auto_accept, signin::Source source, OneClickSigninSyncStarter::StartSyncMode start_mode, OneClickSigninSyncStarter::Callback sync_callback) argument
[all...]
H A Done_click_signin_helper.h101 const std::string& password,
114 std::string password; member in struct:OneClickSigninHelper::StartSyncArgs
127 // if needed. Also verifies that the cookies are correct if no password is
220 const std::string& password,
331 // Called when password has been submitted.
H A Done_click_signin_sync_starter.cc79 const std::string& password,
103 refresh_token, email, password,
75 OneClickSigninSyncStarter( Profile* profile, Browser* browser, const std::string& email, const std::string& password, const std::string& refresh_token, StartSyncMode start_mode, content::WebContents* web_contents, ConfirmationRequired confirmation_required, const GURL& continue_url, Callback sync_setup_completed_callback) argument
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Daccessibility_event_router_views.cc407 bool password = state.HasStateFlag(ui::AX_STATE_PROTECTED); local
408 AccessibilityTextBoxInfo info(profile, name, context, password);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dpassword_generation_popup_view_views.cc29 // Wrapper around just the text portions of the generation UI (password and
36 // |suggestion_text| prompts the user to select the password,
37 // |generated_password| is the generated password, and |font_list| is the font
75 // Class that shows the generated password and associated UI (currently a key
82 // |password| is the generated password, |suggestion| is the text prompting
83 // the user to select the password, and |font_list| is the font used for all
85 void Init(const base::string16& password, argument
104 password_text_box->Init(suggestion, password, font_list);
163 password_view_->Init(controller_->password(),
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dlogin_view.cc50 // Add the column set for the user name and password fields and labels.
103 const base::string16& password) {
106 password_field_->SetText(password);
102 OnAutofillDataAvailable(const base::string16& username, const base::string16& password) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.cc305 const std::string& password,
311 user_context.SetKey(Key(password));
317 const std::string& password,
320 DoCompleteLogin(typed_email, password, using_saml);
340 password,
403 const std::string& password,
418 DoCompleteLogin(typed_email, password, using_saml);
422 const std::string& password,
433 user_context.SetKey(Key(password));
497 const std::string& password) {
303 HandleCompleteAuthentication( const std::string& email, const std::string& password, const std::string& auth_code) argument
316 HandleCompleteLogin(const std::string& typed_email, const std::string& password, bool using_saml) argument
402 OnSetOwnerDone(const std::string& typed_email, const std::string& password, bool using_saml, bool success) argument
421 DoCompleteLogin(const std::string& typed_email, const std::string& password, bool using_saml) argument
496 ShowSigninScreenForCreds(const std::string& username, const std::string& password) argument
[all...]
H A Dsignin_screen_handler.cc362 // Strings used by password changed dialog.
915 const std::string& password) {
917 gaia_screen_handler_->ShowSigninScreenForCreds(username, password);
1087 const std::string& password) {
1091 user_context.SetKey(Key(password));
913 ShowSigninScreenForCreds( const std::string& username, const std::string& password) argument
1086 HandleAuthenticateUser(const std::string& username, const std::string& password) argument
H A Dsupervised_user_creation_screen_handler.cc374 const std::string& password) {
381 delegate_->ImportSupervisedUserWithPassword(user_id, password);
372 HandleImportSupervisedUserWithPassword( const std::string& user_id, const std::string& password) argument
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.cc485 const std::string& password) {
482 GoogleSigninSucceeded( const std::string& account_id, const std::string& username, const std::string& password) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc785 const std::string& password) {
783 GoogleSigninSucceeded(const std::string& account_id, const std::string& username, const std::string& password) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc420 std::string apn, username, password; local
423 !args->GetString(3, &password)) {
454 password);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc54 const std::string& password,
88 const std::string& password,
99 password_(password),
304 dict->GetString("password", &password_string16);
305 std::string password(base::UTF16ToASCII(password_string16));
385 email, password, session_index,
82 InlineSigninHelper( base::WeakPtr<InlineLoginHandlerImpl> handler, net::URLRequestContextGetter* getter, Profile* profile, const GURL& current_url, const std::string& email, const std::string& password, const std::string& session_index, const std::string& signin_scoped_device_id, bool choose_what_to_sync, bool confirm_untrusted_signin) argument
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dupdate_server.py40 'Update github username/password (empty to skip)? ')
42 password = getpass.getpass() variable
54 contents.replace('PASSWORD = None', 'PASSWORD = \'%s\'' % password)
/external/chromium_org/chrome/renderer/autofill/
H A Dpassword_autofill_agent_browsertest.cc40 // The name of the username/password element in the form.
42 const char kPasswordName[] = "password";
45 const char kAlicePassword[] = "password";
55 " <INPUT type='password' id='password'/>"
64 " <input type='password' id='password'/>"
78 " <input type='password' id='password'/>"
114 " <input type='password' i
367 CheckTextFieldsStateForElements(const WebInputElement& username_element, const std::string& username, bool username_autofilled, const WebInputElement& password_element, const std::string& password, bool password_autofilled, bool checkSuggestedValue) argument
387 CheckTextFieldsState(const std::string& username, bool username_autofilled, const std::string& password, bool password_autofilled) argument
402 CheckTextFieldsDOMState(const std::string& username, bool username_autofilled, const std::string& password, bool password_autofilled) argument
[all...]
H A Dpassword_generation_agent_browsertest.cc81 " <INPUT type = 'password' id = 'password'/> "
88 " <INPUT type = 'password' id = 'first_password' "
90 " <INPUT type = 'password' id = 'second_password' size = 5/> "
98 " <INPUT type = 'password' id = 'first_password'/> "
99 " <INPUT type = 'password' id = 'second_password' style='display:none'/> "
106 " <INPUT type = 'password' id = 'first_password'/> "
107 " <INPUT type = 'password' id = 'second_password'/> "
114 ExpectPasswordGenerationAvailable("password", false);
128 // This doesn't trigger because hidden password field
159 base::string16 password = base::ASCIIToUTF16("random_password"); local
191 base::string16 password = base::ASCIIToUTF16("random_password"); local
[all...]
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DTestHttpServerClient.java42 public static String getUrl(String path, String username, String password) { argument
43 return "http://" + username + ":" + password + "@localhost:" + SERVER_PORT + "/" + path;
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/
H A DSyncTestUtil.java292 String password, String... allowedAuthTokenTypes) {
295 AccountHolder.create().account(account).password(password);
311 String accountName, String password) {
314 AccountHolder.create().account(account).password(password).alwaysAccept(true);
291 setupTestAccount(MockAccountManager accountManager, String accountName, String password, String... allowedAuthTokenTypes) argument
309 setupTestAccountThatAcceptsAllAuthTokens( MockAccountManager accountManager, String accountName, String password) argument
/external/chromium_org/chromeos/
H A Dtpm_password_fetcher.cc17 // Interval between TPM password checks.
50 const std::string& password) {
52 if (password.empty()) {
55 // password is cleared after EULA is accepted.
56 LOG(ERROR) << "TPM returned an empty password.";
58 delegate_->OnPasswordFetched(password);
49 OnTpmGetPassword(DBusMethodCallStatus call_status, const std::string& password) argument
/external/chromium_org/cloud_print/service/
H A Dservice_state.cc162 const std::string& password) {
174 post_body += "&Passwd=" + net::EscapeUrlEncodedData(password, true);
213 const std::string& password,
219 auth_token_ = LoginToGoogle("cloudprint", email_, password);
220 xmpp_auth_token_ = LoginToGoogle("chromiumsync", email_, password);
160 LoginToGoogle(const std::string& service, const std::string& email, const std::string& password) argument
212 Configure(const std::string& email, const std::string& password, const std::string& proxy_id) argument
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc101 void Install(const base::string16& user, const base::string16& password,
338 const base::string16& password,
347 HRESULT hr = controller_.InstallCheckService(user, password,
401 hr = controller_.InstallConnectorService(user, password, base::FilePath(),
337 Install(const base::string16& user, const base::string16& password, bool enable_logging) argument
H A Dservice_controller.cc133 const base::string16& password,
136 return InstallService(user, password, true, kServiceSwitch, user_data_dir,
142 const base::string16& password,
144 return InstallService(user, password, false, kRequirementsSwitch,
149 const base::string16& password,
205 password.empty() ? NULL : password.c_str()));
131 InstallConnectorService( const base::string16& user, const base::string16& password, const base::FilePath& user_data_dir, bool enable_logging) argument
140 InstallCheckService( const base::string16& user, const base::string16& password, const base::FilePath& user_data_dir) argument
148 InstallService(const base::string16& user, const base::string16& password, bool auto_start, const std::string& run_switch, const base::FilePath& user_data_dir, bool enable_logging) argument
/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.cc520 const base::string16& password) {
524 password);
530 const base::string16& password) {
534 password);
519 OnFillPasswordSuggestion(const base::string16& username, const base::string16& password) argument
528 OnPreviewPasswordSuggestion( const base::string16& username, const base::string16& password) argument

Completed in 491 milliseconds

1234567891011>>