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

  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h 33 PasswordFormList* forms);
36 PasswordFormList* forms);
37 virtual bool GetAutofillableLogins(PasswordFormList* forms);
38 virtual bool GetBlacklistLogins(PasswordFormList* forms);
45 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
48 bool GetAllLogins(PasswordFormList* forms);
native_backend_kwallet_x.h 37 PasswordFormList* forms);
40 PasswordFormList* forms);
41 virtual bool GetAutofillableLogins(PasswordFormList* forms);
42 virtual bool GetBlacklistLogins(PasswordFormList* forms);
50 bool GetLoginsList(PasswordFormList* forms,
55 bool GetLoginsList(PasswordFormList* forms,
60 bool GetLoginsList(PasswordFormList* forms,
66 bool GetAllLogins(PasswordFormList* forms, int wallet_handle);
71 bool SetLoginsList(const PasswordFormList& forms,
93 static void SerializeValue(const PasswordFormList& forms, Pickle* pickle)
    [all...]
password_store_x.h 32 typedef std::vector<webkit_glue::PasswordForm*> PasswordFormList;
44 PasswordFormList* forms) = 0;
47 PasswordFormList* forms) = 0;
48 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
49 virtual bool GetBlacklistLogins(PasswordFormList* forms) = 0;
native_backend_kwallet_x.cc 127 PasswordFormList forms;
142 PasswordFormList forms;
161 PasswordFormList all_forms;
164 PasswordFormList kept_forms;
218 PasswordFormList all_forms;
222 PasswordFormList kept_forms;
242 PasswordFormList* forms) {
251 PasswordFormList* forms) {
258 bool NativeBackendKWallet::GetAutofillableLogins(PasswordFormList* forms) {
265 bool NativeBackendKWallet::GetBlacklistLogins(PasswordFormList* forms)
    [all...]
native_backend_gnome_x.cc 182 // Parse all the results from the given GList into a PasswordFormList, and free
186 NativeBackendGnome::PasswordFormList* forms) {
247 typedef NativeBackendGnome::PasswordFormList PasswordFormList;
272 GnomeKeyringResult WaitResult(PasswordFormList* forms);
313 NativeBackendGnome::PasswordFormList forms_;
492 GnomeKeyringResult GKRMethod::WaitResult(PasswordFormList* forms) {
659 PasswordFormList forms;
693 PasswordFormList forms;
749 PasswordFormList forms
    [all...]
password_store_x_unittest.cc 104 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) {
110 PasswordFormList* forms) {
114 virtual bool GetAutofillableLogins(PasswordFormList* forms) { return false; }
115 virtual bool GetBlacklistLogins(PasswordFormList* forms) { return false; }
151 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) {
160 PasswordFormList* forms) {
168 virtual bool GetAutofillableLogins(PasswordFormList* forms) {
175 virtual bool GetBlacklistLogins(PasswordFormList* forms) {

Completed in 63 milliseconds