Home
last modified time | relevance | path

Searched refs:pageErrorEventId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/richtext/
H A Drich_text_declaration.h31 EventMarker pageErrorEventId; member
77 void SetPageErrorEventId(const EventMarker& pageErrorEventId) in SetPageErrorEventId() argument
80 event.pageErrorEventId = pageErrorEventId; in SetPageErrorEventId()
86 return event.pageErrorEventId; in GetPageErrorEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.h37 EventMarker pageErrorEventId; member
195 void SetPageErrorEventId(const EventMarker& pageErrorEventId) in SetPageErrorEventId() argument
198 event.pageErrorEventId = pageErrorEventId; in SetPageErrorEventId()
204 return event.pageErrorEventId; in GetPageErrorEventId()
H A Dweb_declaration.cpp51 webEvent.pageErrorEventId = event; in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h227 void SetPageErrorEventId(const EventMarker& pageErrorEventId) in SetPageErrorEventId() argument
230 declaration_->SetPageErrorEventId(pageErrorEventId); in SetPageErrorEventId()