HomeSort by relevance Sort by last modified time
    Searched refs:PasswordForm (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/password_manager/
password_store_mac_internal.h 28 std::vector<webkit_glue::PasswordForm*> PasswordsFillingForm(
29 const webkit_glue::PasswordForm& query_form);
34 std::vector<webkit_glue::PasswordForm*> PasswordsMergeableWithForm(
35 const webkit_glue::PasswordForm& query_form);
37 // Returns the PasswordForm for the Keychain entry that matches |form| on all
41 webkit_glue::PasswordForm* PasswordExactlyMatchingForm(
42 const webkit_glue::PasswordForm& query_form);
49 const webkit_glue::PasswordForm& query_form);
52 std::vector<webkit_glue::PasswordForm*> GetAllPasswordFormPasswords();
57 bool AddPassword(const webkit_glue::PasswordForm& form)
    [all...]
password_store_mac.h 41 virtual void AddLoginImpl(const webkit_glue::PasswordForm& form);
42 virtual void UpdateLoginImpl(const webkit_glue::PasswordForm& form);
43 virtual void RemoveLoginImpl(const webkit_glue::PasswordForm& form);
47 const webkit_glue::PasswordForm& form);
51 std::vector<webkit_glue::PasswordForm*>* forms);
53 std::vector<webkit_glue::PasswordForm*>* forms);
58 bool AddToKeychainIfNecessary(const webkit_glue::PasswordForm& form);
63 const webkit_glue::PasswordForm& form);
68 std::vector<webkit_glue::PasswordForm*> GetUnusedKeychainForms();
72 const std::vector<webkit_glue::PasswordForm*>& forms)
    [all...]
password_store_x.h 32 typedef std::vector<webkit_glue::PasswordForm*> PasswordFormList;
38 virtual bool AddLogin(const webkit_glue::PasswordForm& form) = 0;
39 virtual bool UpdateLogin(const webkit_glue::PasswordForm& form) = 0;
40 virtual bool RemoveLogin(const webkit_glue::PasswordForm& form) = 0;
43 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
65 virtual void AddLoginImpl(const webkit_glue::PasswordForm& form);
66 virtual void UpdateLoginImpl(const webkit_glue::PasswordForm& form);
67 virtual void RemoveLoginImpl(const webkit_glue::PasswordForm& form);
71 const webkit_glue::PasswordForm& form);
75 std::vector<webkit_glue::PasswordForm*>* forms)
    [all...]
login_database.h 34 bool AddLogin(const webkit_glue::PasswordForm& form);
38 bool UpdateLogin(const webkit_glue::PasswordForm& form, int* items_changed);
41 bool RemoveLogin(const webkit_glue::PasswordForm& form);
52 bool GetLogins(const webkit_glue::PasswordForm& form,
53 std::vector<webkit_glue::PasswordForm*>* forms) const;
61 std::vector<webkit_glue::PasswordForm*>* forms) const;
66 std::vector<webkit_glue::PasswordForm*>* forms) const;
69 bool GetBlacklistLogins(std::vector<webkit_glue::PasswordForm*>* forms) const;
90 void InitPasswordFormFromStatement(webkit_glue::PasswordForm* form,
96 bool blacklisted, std::vector<webkit_glue::PasswordForm*>* forms) const
    [all...]
native_backend_gnome_x.h 14 struct PasswordForm;
27 virtual bool AddLogin(const webkit_glue::PasswordForm& form);
28 virtual bool UpdateLogin(const webkit_glue::PasswordForm& form);
29 virtual bool RemoveLogin(const webkit_glue::PasswordForm& form);
32 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
42 bool RawAddLogin(const webkit_glue::PasswordForm& form);
password_form_data.h 15 const webkit_glue::PasswordForm::Scheme scheme;
29 // Creates and returns a new PasswordForm built from form_data. Caller is
31 webkit_glue::PasswordForm* CreatePasswordFormFromData(
37 const std::vector<webkit_glue::PasswordForm*>& first,
38 const std::vector<webkit_glue::PasswordForm*>& second);
41 std::vector<webkit_glue::PasswordForm>& first,
42 std::vector<webkit_glue::PasswordForm>& second);
password_store_default.h 34 virtual void AddLoginImpl(const webkit_glue::PasswordForm& form);
35 virtual void UpdateLoginImpl(const webkit_glue::PasswordForm& form);
36 virtual void RemoveLoginImpl(const webkit_glue::PasswordForm& form);
40 const webkit_glue::PasswordForm& form);
44 std::vector<webkit_glue::PasswordForm*>* forms);
46 std::vector<webkit_glue::PasswordForm*>* forms);
password_store_consumer.h 12 struct PasswordForm;
28 const std::vector<webkit_glue::PasswordForm*>& result) = 0;
password_form_manager.h 34 const webkit_glue::PasswordForm& observed_form,
39 bool DoesManage(const webkit_glue::PasswordForm& form) const;
62 // a SavePasswordBar when given the green light to save the PasswordForm
72 int handle, const std::vector<webkit_glue::PasswordForm*>& result);
77 const std::vector<webkit_glue::PasswordForm*>& result);
86 void ProvisionallySave(const webkit_glue::PasswordForm& credentials);
143 bool IgnoreResult(const webkit_glue::PasswordForm& form) const;
153 int ScoreResult(const webkit_glue::PasswordForm& form) const;
179 // The PasswordForm from the page or dialog managed by this.
180 webkit_glue::PasswordForm observed_form_
    [all...]
password_store.h 28 struct PasswordForm;
39 const std::vector<webkit_glue::PasswordForm*>&>::Type
42 // PasswordForm vector elements are meant to be owned by the
45 // TODO(scr) If we can convert vector<PasswordForm*> to
46 // ScopedVector<PasswordForm>, then we can move the following class to merely
51 GetLoginsCallback, std::vector<webkit_glue::PasswordForm*> > {
80 // Adds the given PasswordForm to the secure password store asynchronously.
81 virtual void AddLogin(const webkit_glue::PasswordForm& form);
83 // Updates the matching PasswordForm in the secure password store (async).
84 void UpdateLogin(const webkit_glue::PasswordForm& form)
    [all...]
password_store_mac_unittest.cc 22 using webkit_glue::PasswordForm;
33 const std::vector<webkit_glue::PasswordForm*>&));
130 const PasswordForm::Scheme scheme;
144 // Creates and returns a new PasswordForm built from form_data. Caller is
146 static PasswordForm* CreatePasswordFormFromData(
148 PasswordForm* form = new PasswordForm();
184 const std::vector<PasswordForm*>& forms,
198 PasswordForm* form = forms[i];
230 const PasswordForm::Scheme scheme
    [all...]
password_manager_unittest.cc 21 using webkit_glue::PasswordForm;
53 MOCK_METHOD1(RemoveLogin, void(const PasswordForm&));
54 MOCK_METHOD2(GetLogins, int(const PasswordForm&, PasswordStoreConsumer*));
55 MOCK_METHOD1(AddLogin, void(const PasswordForm&));
56 MOCK_METHOD1(UpdateLogin, void(const PasswordForm&));
59 MOCK_METHOD1(AddLoginImpl, void(const PasswordForm&));
60 MOCK_METHOD1(UpdateLoginImpl, void(const PasswordForm&));
61 MOCK_METHOD1(RemoveLoginImpl, void(const PasswordForm&));
64 MOCK_METHOD2(GetLoginsImpl, void(GetLoginsRequest*, const PasswordForm&));
68 bool(std::vector<webkit_glue::PasswordForm*>*));
    [all...]
password_form_data.cc 9 using webkit_glue::PasswordForm;
11 PasswordForm* CreatePasswordFormFromData(
13 PasswordForm* form = new PasswordForm();
40 bool operator==(const PasswordForm& lhs, const PasswordForm& rhs) {
56 std::ostream& operator<<(std::ostream& os, const PasswordForm& form) {
72 typedef std::set<const webkit_glue::PasswordForm*> SetOfForms;
75 const std::vector<PasswordForm*>& first,
76 const std::vector<PasswordForm*>& second)
    [all...]
password_store_mac.cc 25 using webkit_glue::PasswordForm;
221 // Returns the PasswordForm Scheme corresponding to |auth_type|.
222 PasswordForm::Scheme SchemeForAuthType(SecAuthenticationType auth_type) {
224 case kSecAuthenticationTypeHTMLForm: return PasswordForm::SCHEME_HTML;
225 case kSecAuthenticationTypeHTTPBasic: return PasswordForm::SCHEME_BASIC;
226 case kSecAuthenticationTypeHTTPDigest: return PasswordForm::SCHEME_DIGEST;
227 default: return PasswordForm::SCHEME_OTHER;
233 PasswordForm* form) {
338 if (form->scheme != PasswordForm::SCHEME_HTML) {
344 bool FormsMatchForMerge(const PasswordForm& form_a
    [all...]
password_manager.h 39 void Autofill(const webkit_glue::PasswordForm& form_for_autofill,
41 const webkit_glue::PasswordForm* const preferred_match,
50 void ProvisionallySavePassword(webkit_glue::PasswordForm form);
60 const std::vector<webkit_glue::PasswordForm>& forms);
62 const std::vector<webkit_glue::PasswordForm>& visible_forms);
native_backend_kwallet_x.h 31 virtual bool AddLogin(const webkit_glue::PasswordForm& form);
32 virtual bool UpdateLogin(const webkit_glue::PasswordForm& form);
33 virtual bool RemoveLogin(const webkit_glue::PasswordForm& form);
36 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
88 static bool CompareForms(const webkit_glue::PasswordForm& a,
89 const webkit_glue::PasswordForm& b,
password_store_win.h 17 struct PasswordForm;
46 const webkit_glue::PasswordForm& form) OVERRIDE;
password_form_manager_unittest.cc 15 using webkit_glue::PasswordForm;
42 PasswordForm* GetPendingCredentials(PasswordFormManager* p) {
52 PasswordForm* match = new PasswordForm(saved_match_);
58 bool IgnoredResult(PasswordFormManager* p, PasswordForm* form) {
64 PasswordForm* observed_form() { return &observed_form_; }
65 PasswordForm* saved_match() { return &saved_match_; }
68 PasswordForm observed_form_;
69 PasswordForm saved_match_;
78 PasswordForm credentials = *observed_form()
    [all...]
  /external/chromium/webkit/glue/
password_form.cc 9 PasswordForm::PasswordForm()
16 PasswordForm::PasswordForm(const WebKit::WebPasswordFormData& web_password_form)
33 PasswordForm::~PasswordForm() {
password_form.h 17 // The PasswordForm struct encapsulates information about a login form,
21 // metdata using a PasswordForm struct, typically one that was created from
26 // PasswordForm entries against PasswordForms that were created from a parsed
32 // about a particular "saved password entry" to our PasswordForm
39 struct PasswordForm {
58 // fashion) whether or not a given PasswordForm result from the database is a
75 // of PasswordForm results from the database to make matches as tight as
110 // SSL cert. We will never match or autofill a PasswordForm where
111 // ssl_valid == true with a PasswordForm where ssl_valid == false. This means
118 // True if this PasswordForm represents the last username/password login th
    [all...]
password_form_dom_manager.h 40 // Create a PasswordForm from DOM form. Webkit doesn't allow storing
44 static PasswordForm* CreatePasswordForm(const WebKit::WebFormElement& form);
52 static void InitFillData(const PasswordForm& form_on_page,
54 const PasswordForm* const preferred_match,
  /external/chromium/chrome/browser/webdata/
logins_table.h 18 struct PasswordForm;
57 bool AddLogin(const webkit_glue::PasswordForm& form);
71 bool UpdateLogin(const webkit_glue::PasswordForm& form);
74 bool RemoveLogin(const webkit_glue::PasswordForm& form);
85 bool GetLogins(const webkit_glue::PasswordForm& form,
86 std::vector<webkit_glue::PasswordForm*>* forms);
92 bool GetAllLogins(std::vector<webkit_glue::PasswordForm*>* forms,
  /external/chromium/chrome/browser/importer/
nss_decryptor_null.h 18 struct PasswordForm;
29 std::vector<webkit_glue::PasswordForm>* forms) {}
31 std::vector<webkit_glue::PasswordForm>* forms) {
nss_decryptor_system_nss.h 19 struct PasswordForm;
39 std::vector<webkit_glue::PasswordForm>* forms);
45 std::vector<webkit_glue::PasswordForm>* forms);
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.h 78 const std::vector<webkit_glue::PasswordForm*>& result) = 0;
96 const std::vector<webkit_glue::PasswordForm*>& result);
110 const std::vector<webkit_glue::PasswordForm*>& result);
117 ScopedVector<webkit_glue::PasswordForm> password_list_;
118 ScopedVector<webkit_glue::PasswordForm> password_exception_list_;

Completed in 780 milliseconds

1 2 3 4