Home
last modified time | relevance | path

Searched refs:getNextSibling (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp186 for (auto* child = dom.getFirstChild(xmlNode, nullptr); child; child = dom.getNextSibling(child)) { in TranslateSvgNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp154 for (auto* child = dom.getFirstChild(xmlNode, nullptr); child; child = dom.getNextSibling(child)) { in TranslateSvgNode()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_extened.cpp422 auto* value = impl->getNodeModifiers()->getFrameNodeModifier()->getNextSibling(node->uiNodeHandle, true); in GetNextSibling()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js986 getNextSibling(isExpanded) {
987 const result = getUINativeModule().frameNode.getNextSibling(this.getNodePtr(), isExpanded);
999 const result = getUINativeModule().frameNode.getNextSibling(this.getNodePtr(), false);
2120 getNextSibling() {
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h6911 ArkUI_NodeHandle (*getNextSibling)(ArkUI_NodeHandle node); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp468 auto nodePtr = GetArkUINodeModifiers()->getFrameNodeModifier()->getNextSibling(nativeNode, isExpanded);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3002 ArkUINodeHandle (*getNextSibling)(ArkUINodeHandle node, ArkUI_Bool isExpanded); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h4804 ArkUINodeHandle (*getNextSibling)(ArkUINodeHandle node, ArkUI_Bool isExpanded); member

Completed in 49 milliseconds