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

  /external/chromium/chrome/browser/password_manager/
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 1059 milliseconds