Home
last modified time | relevance | path

Searched refs:inheritExpand (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js468 inheritExpand(refObj) { method in ConfigNode
883 if (!this.inheritExpand()) {
966 inheritExpand() { method in Ast
974 if (!node.inheritExpand(inherit)) {
H A DGenerator.js148 NodeTools.inheritExpand(node);
H A DNodeTools.js403 NodeTools.inheritExpand = function (node) { function