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 74 bool wait_for_username) const;
password_form_manager.cc 490 bool wait_for_username = local
495 if (wait_for_username)
500 *preferred_match_, wait_for_username);
    [all...]
password_manager.cc 548 bool wait_for_username) const {
571 wait_for_username,
password_form_manager_unittest.cc 100 bool wait_for_username) const OVERRIDE {
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 709 // when |wait_for_username| is true.
712 fill_data_.wait_for_username = true;
    [all...]
  /external/chromium_org/components/autofill/content/common/
autofill_messages.h 84 IPC_STRUCT_TRAITS_MEMBER(wait_for_username)
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 301 // 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)
    [all...]

Completed in 179 milliseconds