Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_node_factory.ts44 return this.makeProperty(rootId, name, PropertySource.PROTO, value);
65 return this.makeProperty(
73 private makeProperty( method in PropertyTreeNodeFactory
147 root.addOrReplaceChild(this.makeProperty(`${root.id}`, key, source, val));
160 this.makeProperty(`${root.id}`, key, source, value[key]),