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

  /external/chromium/webkit/glue/
password_form_dom_manager.h 23 // wait_for_username tells us whether we need to wait for the user to enter
33 bool wait_for_username; member in struct:webkit_glue::PasswordFormFillData
password_form_dom_manager.cc 18 PasswordFormFillData::PasswordFormFillData() : wait_for_username(false) {
62 result->wait_for_username = wait_for_username_before_autofill;
  /external/chromium/chrome/browser/password_manager/
password_manager.h 42 bool wait_for_username) const;
password_manager.cc 218 bool wait_for_username) const {
228 wait_for_username,
password_form_manager.cc 298 bool wait_for_username = observed_form_.action.GetWithEmptyPath() != local
300 if (wait_for_username)
305 preferred_match_, wait_for_username);
  /external/chromium/chrome/common/
autofill_messages.h 40 IPC_STRUCT_TRAITS_MEMBER(wait_for_username)

Completed in 232 milliseconds