Home
last modified time | relevance | path

Searched refs:RemoveAuthenticator (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/webauth/
H A Dvirtual_fido_discovery_factory.cc80 bool VirtualFidoDiscoveryFactory::RemoveAuthenticator(const std::string& id) { in RemoveAuthenticator() function in content::VirtualFidoDiscoveryFactory
139 void VirtualFidoDiscoveryFactory::RemoveAuthenticator( in RemoveAuthenticator() function in content::VirtualFidoDiscoveryFactory
142 std::move(callback).Run(RemoveAuthenticator(id)); in RemoveAuthenticator()
H A Dvirtual_fido_discovery_factory.h60 bool RemoveAuthenticator(const std::string& id);
79 void RemoveAuthenticator(const std::string& id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webauth/
H A Dvirtual_authenticator_manager_impl.cc104 bool VirtualAuthenticatorManagerImpl::RemoveAuthenticator( in RemoveAuthenticator() function in content::VirtualAuthenticatorManagerImpl
154 void VirtualAuthenticatorManagerImpl::RemoveAuthenticator( in RemoveAuthenticator() function in content::VirtualAuthenticatorManagerImpl
157 std::move(callback).Run(RemoveAuthenticator(id)); in RemoveAuthenticator()
H A Dvirtual_authenticator_manager_impl.h77 bool RemoveAuthenticator(const std::string& id);
87 void RemoveAuthenticator(const std::string& id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/webauthn/
H A Dobservable_authenticator_list.h28 void RemoveAuthenticator(base::StringPiece authenticator_id);
H A Dobservable_authenticator_list.cc23 void ObservableAuthenticatorList::RemoveAuthenticator( in RemoveAuthenticator() function in ObservableAuthenticatorList
H A Dauthenticator_request_dialog_model.cc487 void AuthenticatorRequestDialogModel::RemoveAuthenticator( in RemoveAuthenticator() function in AuthenticatorRequestDialogModel
489 ephemeral_state_.saved_authenticators_.RemoveAuthenticator(authenticator_id); in RemoveAuthenticator()
H A Dauthenticator_request_dialog_model.h344 void RemoveAuthenticator(base::StringPiece authenticator_id);
H A Dchrome_authenticator_request_delegate.cc545 weak_dialog_model_->RemoveAuthenticator(authenticator_id); in FidoAuthenticatorRemoved()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/mojom/webauthn/
H A Dvirtual_authenticator.mojom57 RemoveAuthenticator(string id) => (bool removed);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/webauthn/
H A Dvirtual_authenticator.mojom74 RemoveAuthenticator(string id) => (bool removed);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Dwebauthn_handler.cc173 if (!virtual_discovery_factory_->RemoveAuthenticator(authenticator_id)) in RemoveVirtualAuthenticator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Dwebauthn_handler.cc250 if (!authenticator_manager->RemoveAuthenticator(authenticator_id)) in RemoveVirtualAuthenticator()