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

  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 94 bool GetLoginsList(PasswordFormList* forms,
99 bool GetLoginsList(PasswordFormList* forms,
103 // Helper for some of the above GetLoginsList() methods.
native_backend_gnome_x.h 123 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
native_backend_kwallet_x.cc 275 GetLoginsList(&forms.get(), form.signon_realm, wallet_handle);
314 GetLoginsList(&forms.get(), form.signon_realm, wallet_handle);
341 GetLoginsList(&all_forms, form.signon_realm, wallet_handle);
379 return GetLoginsList(forms, form.signon_realm, wallet_handle);
386 return GetLoginsList(forms, true, wallet_handle);
393 return GetLoginsList(forms, false, wallet_handle);
396 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
468 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
    [all...]
native_backend_gnome_x.cc 269 void GetLoginsList(uint32_t blacklisted_by_user, const char* app_string);
275 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
434 void GKRMethod::GetLoginsList(uint32_t blacklisted_by_user,
690 return GetLoginsList(forms, true);
694 return GetLoginsList(forms, false);
697 bool NativeBackendGnome::GetLoginsList(PasswordFormList* forms,
705 base::Bind(&GKRMethod::GetLoginsList,
    [all...]

Completed in 51 milliseconds