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

  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.h 50 bool GetLoginsList(PasswordFormList* forms,
55 bool GetLoginsList(PasswordFormList* forms,
60 bool GetLoginsList(PasswordFormList* forms,
65 // Helper for some of the above GetLoginsList() methods.
native_backend_gnome_x.h 45 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
native_backend_kwallet_x.cc 128 GetLoginsList(&forms, form.signon_realm, wallet_handle);
143 GetLoginsList(&forms, form.signon_realm, wallet_handle);
162 GetLoginsList(&all_forms, form.signon_realm, wallet_handle);
246 return GetLoginsList(forms, form.signon_realm, wallet_handle);
255 return GetLoginsList(forms, get_begin, get_end, wallet_handle);
262 return GetLoginsList(forms, true, wallet_handle);
269 return GetLoginsList(forms, false, wallet_handle);
272 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
321 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
340 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms
    [all...]
native_backend_gnome_x.cc 258 void GetLoginsList(uint32_t blacklisted_by_user);
270 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
435 void GKRMethod::GetLoginsList(uint32_t blacklisted_by_user) {
807 return GetLoginsList(forms, true);
811 return GetLoginsList(forms, false);
814 bool NativeBackendGnome::GetLoginsList(PasswordFormList* forms,
824 &GKRMethod::GetLoginsList,
    [all...]

Completed in 146 milliseconds