Searched refs:OnJsCommonDialog (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.cpp | 94 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()
|