HomeSort by relevance Sort by last modified time
    Searched refs:wait_for_username (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.h 63 bool wait_for_username; member in struct:autofill::PasswordFormFillData
password_form_fill_data.cc 26 PasswordFormFillData::PasswordFormFillData() : wait_for_username(false) {
55 result->wait_for_username = wait_for_username_before_autofill;
password_form_fill_data_unittest.cc 57 // |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/
password_manager.h 73 bool wait_for_username) const;
password_form_manager.cc 418 bool wait_for_username = local
423 if (wait_for_username)
428 *preferred_match_, wait_for_username);
password_manager.cc 468 bool wait_for_username) const {
491 wait_for_username,
password_form_manager_unittest.cc 88 bool wait_for_username) const OVERRIDE {
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 617 // when |wait_for_username| is true.
620 fill_data_.wait_for_username = true;
    [all...]
  /external/chromium_org/components/autofill/content/common/
autofill_messages.h 83 IPC_STRUCT_TRAITS_MEMBER(wait_for_username)
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 289 // If wait_for_username is false, we should have filled when the text changed.
290 if (!fill_data.wait_for_username)
327 // If wait_for_username is true we will fill when the username loses focus.
328 if (iter->second.fill_data.wait_for_username)
771 // If wait_for_username is true, we don't want to initially fill the form
773 if (!form_data.wait_for_username)
    [all...]

Completed in 146 milliseconds