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

  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.cc 270 void GetAllLogins(const char* app_string);
276 // GetAllLogins.
449 void GKRMethod::GetAllLogins(const char* app_string) {
719 bool NativeBackendGnome::GetAllLogins(PasswordFormList* forms) {
722 base::Bind(&GKRMethod::GetAllLogins,
744 if (!GetAllLogins(&all_forms))
    [all...]
native_backend_kwallet_x.cc 472 if (!GetAllLogins(&all_forms, wallet_handle))
487 bool NativeBackendKWallet::GetAllLogins(PasswordFormList* forms,
    [all...]

Completed in 620 milliseconds