Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1299 class ACE_EXPORT ResourceLoadEvent : public BaseEventInfo {
1300 DECLARE_RELATIONSHIP_OF_CLASSES(ResourceLoadEvent, BaseEventInfo);
1303 …explicit ResourceLoadEvent(const std::string& url) : BaseEventInfo("ResourceLoadEvent"), loadUrl_(… in ResourceLoadEvent() function
1304 ~ResourceLoadEvent() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3572 JSRef<JSVal> ResourceLoadEventToJSValue(const ResourceLoadEvent& eventInfo) in ResourceLoadEventToJSValue()
3585 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<ResourceLoadEvent, 1>>( in OnResourceLoad()
3595 auto* eventInfo = TypeInfoHelper::DynamicCast<ResourceLoadEvent>(info); in OnResourceLoad()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5322 onResourceLoadV2_(std::make_shared<ResourceLoadEvent>(url)); in OnResourceLoad()