Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rich_text.cpp39 } else if (event == DOM_LOAD_COMPLETE) { in AddSpecializedEvent()
H A Ddom_type.cpp1274 const char DOM_LOAD_COMPLETE[] = "complete"; variable
H A Ddom_type.h1280 ACE_EXPORT extern const char DOM_LOAD_COMPLETE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/richtext/
H A Drich_text_declaration.cpp48 { DOM_LOAD_COMPLETE, [](RichTextDeclaration& declaration, const EventMarker& event) { in SetSpecializedEvent()