Searched refs:webCommonDialog (Results 1 – 1 of 1) sorted by relevance
1335 auto webCommonDialog = AceType::MakeRefPtr<WebCommonDialogImpl>(object); in OnCommonDialog() local1336 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()