Searched refs:WebDialogEvent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 417 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 D | cj_web_ffi.cpp | 397 auto* eventInfo = TypeInfoHelper::DynamicCast<WebDialogEvent>(info); in OnCommonDialog()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.cpp | 103 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 D | web_delegate_cross.cpp | 1350 …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 D | js_web.cpp | 2048 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()
|