Home
last modified time | relevance | path

Searched refs:boundStream (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dui_model.cpp51 stringstream boundStream; in GetAttrVec() local
52 boundStream << "[" << bounds_.left_ << "," << bounds_.top_ << "][" << bounds_.right_ << "," in GetAttrVec()
54 retVec[UiAttr::BOUNDS] = boundStream.str(); in GetAttrVec()
74 stringstream boundStream; in GetAttr() local
75 boundStream << "[" << bounds_.left_ << "," << bounds_.top_ << "][" << bounds_.right_ << "," in GetAttr()
77 return boundStream.str(); in GetAttr()
116 stringstream boundStream; in WrapperWidgetToJson() local
117 boundStream << "[" << bounds_.left_ << "," << bounds_.top_ << "][" << bounds_.right_ << "," in WrapperWidgetToJson()
119 attributeVec_[i] = boundStream.str(); in WrapperWidgetToJson()
/test/testfwk/arkxtest/uitest/test/
H A Dmock_element_node_iterator.h242 stringstream boundStream; in WrapperNodeAttrToVec() local
243 boundStream << "[" << nodeOriginRect.left_ << "," << nodeOriginRect.top_ << "][" << nodeOriginRect.right_ in WrapperNodeAttrToVec()
254 widget.SetAttr(UiAttr::ORIGBOUNDS, boundStream.str()); in WrapperNodeAttrToVec()
/test/testfwk/arkxtest/uitest/server/
H A Delement_node_iterator_impl.cpp260 stringstream boundStream; in WrapperNodeAttrToVec() local
261 boundStream << "[" << visibleRect.left_ << "," << visibleRect.top_ << "][" << visibleRect.right_ << "," in WrapperNodeAttrToVec()
263 widget.SetAttr(UiAttr::ORIGBOUNDS, boundStream.str()); in WrapperNodeAttrToVec()

Completed in 2 milliseconds