Searched refs:anchorName (Results 1 – 2 of 2) sorted by relevance
79 void InsertToReliedOnMap(const std::string& anchorName, const std::string& nodeName);138 bool IsAnchorLegal(const std::string& anchorName);
1106 void RelativeContainerLayoutAlgorithm::InsertToReliedOnMap(const std::string& anchorName, const std… in InsertToReliedOnMap() argument1108 auto iter = reliedOnMap_.find(anchorName); in InsertToReliedOnMap()1112 reliedOnMap_[anchorName] = reliedList; in InsertToReliedOnMap()1881 bool RelativeContainerLayoutAlgorithm::IsAnchorLegal(const std::string& anchorName) in IsAnchorLegal() argument1883 if (!IsAnchorContainer(anchorName) && !IsGuideline(anchorName) && !IsBarrier(anchorName) && in IsAnchorLegal()1884 idNodeMap_.find(anchorName) == idNodeMap_.end()) { in IsAnchorLegal()