Searched refs:wait_for_username (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data.h63 bool wait_for_username; member in struct:autofill::PasswordFormFillData
H A Dpassword_form_fill_data.cc26 PasswordFormFillData::PasswordFormFillData() : wait_for_username(false) {
55 result->wait_for_username = wait_for_username_before_autofill;
H A Dpassword_form_fill_data_unittest.cc57 // |wait_for_username| should reflect the |wait_for_username_before_autofill|
59 EXPECT_TRUE(result.wait_for_username);
72 // |wait_for_username| should reflect the |wait_for_username_before_autofill|
74 EXPECT_FALSE(result2.wait_for_username);
153 EXPECT_TRUE(result.wait_for_username);
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager.h74 bool wait_for_username) const;
H A Dpassword_form_manager.cc490 bool wait_for_username = local
495 if (wait_for_username)
500 *preferred_match_, wait_for_username);
H A Dpassword_manager.cc548 bool wait_for_username) const {
571 wait_for_username,
H A Dpassword_form_manager_unittest.cc100 bool wait_for_username) const OVERRIDE {
/external/chromium_org/chrome/renderer/autofill/
H A Dpassword_autofill_agent_browsertest.cc709 // when |wait_for_username| is true.
712 fill_data_.wait_for_username = true;
1094 fill_data_.wait_for_username = true;
1130 // Simulate the browser sending the login info, but set |wait_for_username|
1132 fill_data_.wait_for_username = true;
1163 // Simulate the browser sending the login info, but set |wait_for_username|
1165 fill_data_.wait_for_username = true;
1220 // Simulate the browser sending the login info, but set |wait_for_username|
1222 fill_data_.wait_for_username = true;
1245 // Simulate the browser sending the login info, but set |wait_for_username|
[all...]
/external/chromium_org/components/autofill/content/common/
H A Dautofill_messages.h84 IPC_STRUCT_TRAITS_MEMBER(wait_for_username)
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.cc301 // If wait_for_username is false, we should have filled when the text changed.
302 if (!fill_data.wait_for_username)
361 // If wait_for_username is true we will fill when the username loses focus.
362 if (iter->second.fill_data.wait_for_username)
830 // If wait_for_username is true, we don't want to initially fill the form
832 if (!form_data.wait_for_username)
1073 DCHECK(!fill_data.wait_for_username);

Completed in 331 milliseconds