Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/common/
Dpassword_form_fill_data_unittest.cc59 EXPECT_TRUE(result.wait_for_username); in TEST()
74 EXPECT_FALSE(result2.wait_for_username); in TEST()
153 EXPECT_TRUE(result.wait_for_username); in TEST()
Dpassword_form_fill_data.cc26 PasswordFormFillData::PasswordFormFillData() : wait_for_username(false) { in PasswordFormFillData()
55 result->wait_for_username = wait_for_username_before_autofill; in InitPasswordFormFillData()
Dpassword_form_fill_data.h63 bool wait_for_username; member
/external/chromium_org/chrome/renderer/autofill/
Dpassword_autofill_agent_browsertest.cc712 fill_data_.wait_for_username = true; in TEST_F()
1094 fill_data_.wait_for_username = true; in TEST_F()
1132 fill_data_.wait_for_username = true; in TEST_F()
1165 fill_data_.wait_for_username = true; in TEST_F()
1222 fill_data_.wait_for_username = true; in TEST_F()
1247 fill_data_.wait_for_username = true; in TEST_F()
1276 fill_data_.wait_for_username = true; in TEST_F()
1308 fill_data_.wait_for_username = true; in TEST_F()
1334 fill_data_.wait_for_username = true; in TEST_F()
1590 fill_data_.wait_for_username = true; in TEST_F()
/external/chromium_org/components/password_manager/core/browser/
Dpassword_manager.h74 bool wait_for_username) const;
Dpassword_form_manager.cc490 bool wait_for_username = in OnRequestDone() local
495 if (wait_for_username) in OnRequestDone()
500 *preferred_match_, wait_for_username); in OnRequestDone()
Dpassword_manager.cc548 bool wait_for_username) const { in Autofill()
571 wait_for_username, in Autofill()
Dpassword_form_manager_unittest.cc100 bool wait_for_username) const OVERRIDE { in Autofill()
/external/chromium_org/components/autofill/content/common/
Dautofill_messages.h84 IPC_STRUCT_TRAITS_MEMBER(wait_for_username)
/external/chromium_org/components/autofill/content/renderer/
Dpassword_autofill_agent.cc302 if (!fill_data.wait_for_username) in TextFieldDidEndEditing()
362 if (iter->second.fill_data.wait_for_username) in TextDidChangeInTextField()
832 if (!form_data.wait_for_username) in OnFillPasswordForm()
1073 DCHECK(!fill_data.wait_for_username); in PerformInlineAutocomplete()