Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp458 const char DOM_LIST_METHOD_SCROLL_BY[] = "scrollBy"; variable
H A Ddom_type.h462 ACE_EXPORT extern const char DOM_LIST_METHOD_SCROLL_BY[];
H A Ddom_node.cpp222 } else if (method == DOM_LIST_METHOD_SCROLL_BY) { in CallMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1993 } else if (method == DOM_LIST_METHOD_SCROLL_BY) { in CallMethod()