HomeSort by relevance Sort by last modified time
    Searched refs:GetLoginsList (Results 1 - 8 of 8) 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...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 84 bool GetLoginsList(PasswordFormList* forms,
89 bool GetLoginsList(PasswordFormList* forms,
94 bool GetLoginsList(PasswordFormList* forms,
99 // Helper for some of the above GetLoginsList() methods.
native_backend_gnome_x.h 94 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
native_backend_kwallet_x.cc 271 GetLoginsList(&forms, form.signon_realm, wallet_handle);
300 GetLoginsList(&forms, form.signon_realm, wallet_handle);
319 GetLoginsList(&all_forms, form.signon_realm, wallet_handle);
432 return GetLoginsList(forms, form.signon_realm, wallet_handle);
441 return GetLoginsList(forms, get_begin, get_end, wallet_handle);
448 return GetLoginsList(forms, true, wallet_handle);
455 return GetLoginsList(forms, false, wallet_handle);
458 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
530 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
549 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms
    [all...]
native_backend_gnome_x.cc 210 void GetLoginsList(uint32_t blacklisted_by_user, const char* app_string);
216 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
347 void GKRMethod::GetLoginsList(uint32_t blacklisted_by_user,
642 return GetLoginsList(forms, true);
646 return GetLoginsList(forms, false);
649 bool NativeBackendGnome::GetLoginsList(PasswordFormList* forms,
657 base::Bind(&GKRMethod::GetLoginsList,

Completed in 249 milliseconds