Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drich_text_component.h59 const EventMarker& GetPageStartedEventId() const in GetPageStartedEventId() function
61 return declaration_->GetPageStartedEventId(); in GetPageStartedEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/richtext/
H A Drich_text_declaration.h59 const EventMarker& GetPageStartedEventId() const in GetPageStartedEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp206 if (!webCom->GetPageStartedEventId().IsEmpty()) { in InitWebEvent()
208 … AceAsyncEvent<void(const std::string&)>::Create(webCom->GetPageStartedEventId(), context_); in InitWebEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h130 const EventMarker& GetPageStartedEventId() const in GetPageStartedEventId() function
132 return declaration_->GetPageStartedEventId(); in GetPageStartedEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.h105 const EventMarker& GetPageStartedEventId() const in GetPageStartedEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1679 if (!webCom->GetPageStartedEventId().IsEmpty()) { in InitWebEvent()
1680 …tarted_ = AceAsyncEvent<void(const std::string&)>::Create(webCom->GetPageStartedEventId(), context… in InitWebEvent()
1800 webCom->GetPageStartedEventId(), oldContext); in PrepareInitOHOSWeb()
2033 if (!webCom->GetPageStartedEventId().IsEmpty()) { in RegisterOHOSWebEventAndMethord()
2034 …tarted_ = AceAsyncEvent<void(const std::string&)>::Create(webCom->GetPageStartedEventId(), context… in RegisterOHOSWebEventAndMethord()