Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp94 bool OnJsCommonDialog( in OnJsCommonDialog() function
439 return OnJsCommonDialog(this, DialogEventType::DIALOG_EVENT_ALERT, result, url, message); in OnAlertDialogByJS()
448 … return OnJsCommonDialog(this, DialogEventType::DIALOG_EVENT_BEFORE_UNLOAD, result, url, message); in OnBeforeUnloadByJS()
457 return OnJsCommonDialog(this, DialogEventType::DIALOG_EVENT_CONFIRM, result, url, message); in OnConfirmDialogByJS()
466 …return OnJsCommonDialog(this, DialogEventType::DIALOG_EVENT_PROMPT, result, url, message, defaultV… in OnPromptDialogByJS()