Home
last modified time | relevance | path

Searched refs:GetStepTitle (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webauthn/
H A Dsheet_models.h79 base::string16 GetStepTitle() const override;
95 base::string16 GetStepTitle() const override;
113 base::string16 GetStepTitle() const override;
128 base::string16 GetStepTitle() const override;
146 base::string16 GetStepTitle() const override;
165 base::string16 GetStepTitle() const override;
183 base::string16 GetStepTitle() const override;
197 base::string16 GetStepTitle() const override;
218 base::string16 GetStepTitle() const override;
239 base::string16 GetStepTitle() const override;
[all …]
H A Dsheet_models.cc175 base::string16 AuthenticatorInsertAndActivateUsbSheetModel::GetStepTitle() in GetStepTitle() function in AuthenticatorInsertAndActivateUsbSheetModel
212 base::string16 AuthenticatorTimeoutErrorModel::GetStepTitle() const { in GetStepTitle() function in AuthenticatorTimeoutErrorModel
238 base::string16 AuthenticatorNoAvailableTransportsErrorModel::GetStepTitle() in GetStepTitle() function in AuthenticatorNoAvailableTransportsErrorModel
280 base::string16 AuthenticatorNotRegisteredErrorModel::GetStepTitle() const { in GetStepTitle() function in AuthenticatorNotRegisteredErrorModel
442 base::string16 AuthenticatorBlePowerOnAutomaticSheetModel::GetStepTitle() in GetStepTitle() function in AuthenticatorBlePowerOnAutomaticSheetModel
493 base::string16 AuthenticatorTouchIdIncognitoBumpSheetModel::GetStepTitle() in GetStepTitle() function in AuthenticatorTouchIdIncognitoBumpSheetModel
571 base::string16 AuthenticatorPaaskSheetModel::GetStepTitle() const { in GetStepTitle() function in AuthenticatorPaaskSheetModel
628 base::string16 AuthenticatorPaaskV2SheetModel::GetStepTitle() const { in GetStepTitle() function in AuthenticatorPaaskV2SheetModel
880 base::string16 AuthenticatorRetryUvSheetModel::GetStepTitle() const { in GetStepTitle() function in AuthenticatorRetryUvSheetModel
973 base::string16 AuthenticatorGenericErrorSheetModel::GetStepTitle() const { in GetStepTitle() function in AuthenticatorGenericErrorSheetModel
[all …]
H A Dauthenticator_request_sheet_model.h58 virtual base::string16 GetStepTitle() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/autofill/payments/
H A Dwebauthn_dialog_model.h44 base::string16 GetStepTitle() const override;
H A Dwebauthn_dialog_model.cc102 base::string16 WebauthnDialogModel::GetStepTitle() const { in GetStepTitle() function in autofill::WebauthnDialogModel
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/webauthn/
H A Dauthenticator_dialog_view_browsertest.cc56 base::string16 GetStepTitle() const override { in GetStepTitle() function in __anon89ed2b970111::TestSheetModel
H A Dsheet_view_factory.cc34 base::string16 GetStepTitle() const override { return base::string16(); } in GetStepTitle() function in __anon95293a1a0111::PlaceholderSheetModel
H A Dauthenticator_request_dialog_view.cc214 return sheet()->model()->GetStepTitle(); in GetWindowTitle()
H A Dauthenticator_request_sheet_view.cc150 model()->GetStepTitle(), views::style::CONTEXT_DIALOG_TITLE, in CreateContentsBelowIllustration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/payments/
H A Dwebauthn_dialog_view_impl.cc114 return model_->GetStepTitle(); in GetWindowTitle()