OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pending_credentials_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/password_manager/
password_form_manager.cc
108
pending_credentials_
.preferred = true;
109
pending_credentials_
.blacklisted_by_user = true;
110
pending_credentials_
.username_value.clear();
111
pending_credentials_
.password_value.clear();
135
// Save the
pending_credentials_
entry marked as blacklisted.
166
pending_credentials_
= *it->second;
171
if (
pending_credentials_
.action.is_empty())
172
pending_credentials_
.action = observed_form_.action;
175
if (
pending_credentials_
.password_value != credentials.password_value)
180
pending_credentials_
= observed_form_
[
all
...]
password_form_manager.h
90
// observed_form_ (e.g DoesManage(
pending_credentials_
) == true).
164
// |
pending_credentials_
|.
188
webkit_glue::PasswordForm
pending_credentials_
;
member in class:PasswordFormManager
190
// Whether
pending_credentials_
stores a new login or is an update
password_form_manager_unittest.cc
43
return &p->
pending_credentials_
;
Completed in 435 milliseconds