Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1335 auto webCommonDialog = AceType::MakeRefPtr<WebCommonDialogImpl>(object); in OnCommonDialog() local
1336 CHECK_NULL_RETURN(webCommonDialog, false); in OnCommonDialog()
1337 auto url = webCommonDialog->GetUrl(); in OnCommonDialog()
1338 auto message = webCommonDialog->GetMessage(); in OnCommonDialog()
1339 …auto value = dialogEventType == DialogEventType::DIALOG_EVENT_PROMPT ? webCommonDialog->GetValue()… in OnCommonDialog()