Searched refs:attributesData (Results 1 – 1 of 1) sorted by relevance
260 auto attributesData = root["attributes"]; in DfsVisitNode() local263 for (auto &item : attributesData.items()) { in DfsVisitNode()322 auto attributesData = json(); in DfsMarshalWidget() local326 attributesData[attr] = root.GetAttr(attr, ""); in DfsMarshalWidget()332 attributesData[ATTR_NAMES[UiAttr::BOUNDS].data()] = stream.str(); in DfsMarshalWidget()354 dom["attributes"] = attributesData; in DfsMarshalWidget()