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

1 2 3 4 5 6

  /external/chromium_org/components/autofill/content/renderer/
password_form_conversion_utils.h 16 struct PasswordForm;
18 // Create a PasswordForm from DOM form. Webkit doesn't allow storing
22 scoped_ptr<PasswordForm> CreatePasswordForm(
  /external/chromium_org/components/password_manager/core/browser/
password_store_sync.h 22 std::vector<autofill::PasswordForm*>* forms) = 0;
26 std::vector<autofill::PasswordForm*>* forms) = 0;
30 const autofill::PasswordForm& form) = 0;
34 const autofill::PasswordForm& form) = 0;
38 const autofill::PasswordForm& form) = 0;
mock_password_store.h 22 MOCK_METHOD1(RemoveLogin, void(const autofill::PasswordForm&));
24 const autofill::PasswordForm&,
27 MOCK_METHOD1(AddLogin, void(const autofill::PasswordForm&));
28 MOCK_METHOD1(UpdateLogin, void(const autofill::PasswordForm&));
32 PasswordStoreChangeList(const autofill::PasswordForm&));
34 PasswordStoreChangeList(const autofill::PasswordForm&));
36 PasswordStoreChangeList(const autofill::PasswordForm&));
42 void(const autofill::PasswordForm& form,
48 bool(std::vector<autofill::PasswordForm*>*));
50 bool(std::vector<autofill::PasswordForm*>*));
    [all...]
password_form_data.h 20 const autofill::PasswordForm::Scheme scheme;
34 // Creates and returns a new PasswordForm built from form_data. Caller is
36 autofill::PasswordForm* CreatePasswordFormFromData(
42 const std::vector<autofill::PasswordForm*>& first,
43 const std::vector<autofill::PasswordForm*>& second);
46 std::vector<autofill::PasswordForm>& first,
47 std::vector<autofill::PasswordForm>& second);
test_password_store.h 30 std::vector<autofill::PasswordForm> > PasswordMap;
44 bool FormsAreEquivalent(const autofill::PasswordForm& lhs,
45 const autofill::PasswordForm& rhs);
49 const autofill::PasswordForm& form) OVERRIDE;
51 const autofill::PasswordForm& form) OVERRIDE;
53 const autofill::PasswordForm& form) OVERRIDE;
55 const autofill::PasswordForm& form,
73 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
75 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
password_form_manager.h 40 const autofill::PasswordForm& observed_form,
67 MatchResultMask DoesManage(const autofill::PasswordForm& form) const;
94 // a SavePasswordBar when given the green light to save the PasswordForm
114 void OnRequestDone(const std::vector<autofill::PasswordForm*>& result);
117 const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
136 void ProvisionallySave(const autofill::PasswordForm& credentials,
156 const autofill::PasswordForm& pending_credentials() const {
165 const autofill::PasswordForm* preferred_match() const {
223 bool ShouldIgnoreResult(const autofill::PasswordForm& form) const;
233 int ScoreResult(const autofill::PasswordForm& form) const
    [all...]
login_database.h 40 PasswordStoreChangeList AddLogin(const autofill::PasswordForm& form);
46 PasswordStoreChangeList UpdateLogin(const autofill::PasswordForm& form);
49 bool RemoveLogin(const autofill::PasswordForm& form);
66 bool GetLogins(const autofill::PasswordForm& form,
67 std::vector<autofill::PasswordForm*>* forms) const;
75 std::vector<autofill::PasswordForm*>* forms) const;
83 std::vector<autofill::PasswordForm*>* forms) const;
88 std::vector<autofill::PasswordForm*>* forms) const;
93 std::vector<autofill::PasswordForm*>* forms) const;
138 EncryptionResult InitPasswordFormFromStatement(autofill::PasswordForm* form
    [all...]
password_store_consumer.h 13 struct PasswordForm;
31 const std::vector<autofill::PasswordForm*>& results) = 0;
password_manager.h 55 typedef base::Callback<void(const autofill::PasswordForm&)>
71 virtual void Autofill(const autofill::PasswordForm& form_for_autofill,
73 const autofill::PasswordForm& preferred_match,
81 void SetFormHasGeneratedPassword(const autofill::PasswordForm& form);
88 void ProvisionallySavePassword(const autofill::PasswordForm& form);
95 const std::vector<autofill::PasswordForm>& forms);
99 const std::vector<autofill::PasswordForm>& visible_forms,
104 const autofill::PasswordForm& password_form);
156 const std::vector<autofill::PasswordForm>& forms);
203 std::vector<autofill::PasswordForm> all_visible_forms_
    [all...]
password_store_unittest.cc 18 using autofill::PasswordForm;
31 void(const std::vector<PasswordForm*>&));
79 { PasswordForm::SCHEME_HTML,
90 { PasswordForm::SCHEME_HTML,
101 { PasswordForm::SCHEME_HTML,
112 { PasswordForm::SCHEME_HTML,
123 { PasswordForm::SCHEME_HTML,
136 std::vector<PasswordForm*> all_forms;
138 PasswordForm* form = CreatePasswordFormFromData(form_data[i]);
148 PasswordForm www_google
    [all...]
password_form_data.cc 9 using autofill::PasswordForm;
13 PasswordForm* CreatePasswordFormFromData(
15 PasswordForm* form = new PasswordForm();
42 typedef std::set<const autofill::PasswordForm*> SetOfForms;
45 const std::vector<PasswordForm*>& first,
46 const std::vector<PasswordForm*>& second) {
58 const PasswordForm* actual = second[i];
62 const PasswordForm* expected = *it;
78 std::vector<autofill::PasswordForm>& first
    [all...]
password_store.h 25 struct PasswordForm;
41 const autofill::PasswordForm& form);
43 const autofill::PasswordForm& form);
45 const autofill::PasswordForm& form);
72 // PasswordForm vector elements are meant to be owned by the
90 std::vector<autofill::PasswordForm*>* result() const {
104 scoped_ptr< std::vector<autofill::PasswordForm*> > result_;
134 // Adds the given PasswordForm to the secure password store asynchronously.
135 virtual void AddLogin(const autofill::PasswordForm& form);
137 // Updates the matching PasswordForm in the secure password store (async)
    [all...]
test_password_store.cc 39 bool TestPasswordStore::FormsAreEquivalent(const autofill::PasswordForm& lhs,
40 const autofill::PasswordForm& rhs) {
53 const autofill::PasswordForm& form) {
61 const autofill::PasswordForm& form) {
63 std::vector<autofill::PasswordForm>& forms =
65 for (std::vector<autofill::PasswordForm>::iterator it = forms.begin();
77 const autofill::PasswordForm& form) {
79 std::vector<autofill::PasswordForm>& forms =
81 std::vector<autofill::PasswordForm>::iterator it = forms.begin();
95 const autofill::PasswordForm& form
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_internal.h 29 std::vector<autofill::PasswordForm*> PasswordsFillingForm(
31 autofill::PasswordForm::Scheme scheme);
35 bool HasPasswordExactlyMatchingForm(const autofill::PasswordForm& query_form);
43 const autofill::PasswordForm& query_form);
50 std::vector<autofill::PasswordForm*> GetAllPasswordFormPasswords();
55 bool AddPassword(const autofill::PasswordForm& form);
59 bool RemovePassword(const autofill::PasswordForm& form);
69 std::vector<autofill::PasswordForm*> ConvertKeychainItemsToForms(
76 const autofill::PasswordForm& form);
84 autofill::PasswordForm::Scheme scheme
    [all...]
password_store_win.h 14 struct PasswordForm;
44 const autofill::PasswordForm& form,
49 const autofill::PasswordForm& form,
51 const std::vector<autofill::PasswordForm*>& matched_forms);
password_store_mac.h 56 const autofill::PasswordForm& form) OVERRIDE;
58 const autofill::PasswordForm& form) OVERRIDE;
60 const autofill::PasswordForm& form) OVERRIDE;
68 const autofill::PasswordForm& form,
74 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
76 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
81 bool AddToKeychainIfNecessary(const autofill::PasswordForm& form);
86 const autofill::PasswordForm& form);
90 const std::vector<autofill::PasswordForm*>& forms);
94 const std::vector<autofill::PasswordForm*>& forms)
    [all...]
password_store_x.h 37 typedef std::vector<autofill::PasswordForm*> PasswordFormList;
44 const autofill::PasswordForm& form) = 0;
46 const autofill::PasswordForm& form,
48 virtual bool RemoveLogin(const autofill::PasswordForm& form) = 0;
62 virtual bool GetLogins(const autofill::PasswordForm& form,
82 const autofill::PasswordForm& form) OVERRIDE;
84 const autofill::PasswordForm& form) OVERRIDE;
86 const autofill::PasswordForm& form) OVERRIDE;
94 const autofill::PasswordForm& form,
100 std::vector<autofill::PasswordForm*>* forms) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
password_ui_view.h 12 struct PasswordForm;
37 const ScopedVector<autofill::PasswordForm>& password_list,
43 const ScopedVector<autofill::PasswordForm>& password_exception_list) = 0;
password_manager_presenter.h 17 struct PasswordForm;
44 const autofill::PasswordForm* GetPassword(size_t index);
47 const autofill::PasswordForm* GetPasswordException(size_t index);
98 const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
111 const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
118 ScopedVector<autofill::PasswordForm> password_list_;
119 ScopedVector<autofill::PasswordForm> password_exception_list_;
manage_passwords_test.h 51 autofill::PasswordForm* test_form() { return &test_form_; }
54 autofill::PasswordForm test_form_;
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_password_item_view.h 27 const autofill::PasswordForm& password_form,
44 autofill::PasswordForm password_form_;
  /external/chromium_org/components/autofill/core/common/
password_form.h 18 // The PasswordForm struct encapsulates information about a login form,
22 // metdata using a PasswordForm struct, typically one that was created from
27 // PasswordForm entries against PasswordForms that were created from a parsed
33 // about a particular "saved password entry" to our PasswordForm
40 struct PasswordForm {
78 // fashion) whether or not a given PasswordForm result from the database is a
95 // of PasswordForm results from the database to make matches as tight as
127 // The current password. Must be non-empty for PasswordForm instances that are
145 // SSL cert. We will never match or autofill a PasswordForm where
146 // ssl_valid == true with a PasswordForm where ssl_valid == false. This mean
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.h 25 const autofill::PasswordForm& form);
30 const autofill::PasswordForm& form);
36 std::vector<autofill::PasswordForm>& matches);
41 const autofill::PasswordForm& form);
95 autofill::PasswordForm CreateTestPasswordForm(int index);
  /external/chromium_org/components/autofill/content/common/
autofill_param_traits_macros.h 14 IPC_ENUM_TRAITS_MAX_VALUE(autofill::PasswordForm::Type,
15 autofill::PasswordForm::TYPE_LAST)
25 IPC_ENUM_TRAITS_MAX_VALUE(autofill::PasswordForm::Scheme,
26 autofill::PasswordForm::SCHEME_LAST)
28 IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm)
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_null.h 15 struct PasswordForm;
34 std::vector<autofill::PasswordForm>* forms) {}
36 std::vector<autofill::PasswordForm>* forms) {

Completed in 357 milliseconds

1 2 3 4 5 6