Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h417 class ACE_EXPORT WebDialogEvent : public BaseEventInfo {
418 DECLARE_RELATIONSHIP_OF_CLASSES(WebDialogEvent, BaseEventInfo);
421 WebDialogEvent(const std::string& url, const std::string& message, const std::string& value, in WebDialogEvent() function
425 ~WebDialogEvent() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp397 auto* eventInfo = TypeInfoHelper::DynamicCast<WebDialogEvent>(info); in OnCommonDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp103 auto param = std::make_shared<WebDialogEvent>(url, message, value, dialogEventType, in OnJsCommonDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1350 …auto eventParam = std::make_shared<WebDialogEvent>(url, message, value, dialogEventType, dialogRes… in OnCommonDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2048 JSRef<JSVal> WebDialogEventToJSValue(const WebDialogEvent& eventInfo) in WebDialogEventToJSValue()
2503 …AceType::MakeRefPtr<JsEventFunction<WebDialogEvent, 1>>(JSRef<JSFunc>::Cast(args[0]), WebDialogEve… in OnCommonDialog()
2512 auto* eventInfo = TypeInfoHelper::DynamicCast<WebDialogEvent>(info); in OnCommonDialog()