Home
last modified time | relevance | path

Searched defs:DOMDocument (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_document.h40 explicit DOMDocument(int32_t pageId) : rootNodeId_(DOM_ROOT_NODE_ID_BASE + pageId) {} in DOMDocument() function
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Djs_ace_page.h50 class DOMDocument; variable