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

/external/chromium/webkit/glue/
H A Dpassword_form_dom_manager.h23 // 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
H A Dpassword_form_dom_manager.cc18 PasswordFormFillData::PasswordFormFillData() : wait_for_username(false) {
62 result->wait_for_username = wait_for_username_before_autofill;
/external/chromium/chrome/browser/password_manager/
H A Dpassword_manager.h42 bool wait_for_username) const;
H A Dpassword_manager.cc218 bool wait_for_username) const {
228 wait_for_username,
H A Dpassword_form_manager.cc298 bool wait_for_username = observed_form_.action.GetWithEmptyPath() != local
300 if (wait_for_username)
305 preferred_match_, wait_for_username);
/external/chromium/chrome/common/
H A Dautofill_messages.h40 IPC_STRUCT_TRAITS_MEMBER(wait_for_username)

Completed in 40 milliseconds