Searched defs:repeatValue (Results 1 – 2 of 2) sorted by relevance
707 bool JsCardParser::GetRepeatData(std::unique_ptr<JsonValue>& repeatValue, std::string& key) in GetRepeatData()726 void JsCardParser::SetRepeatItemValue(uint32_t index, const std::unique_ptr<JsonValue>& repeatValue… in SetRepeatItemValue()753 void JsCardParser::ParseRepeatIndexItem(const std::unique_ptr<JsonValue>& repeatValue) in ParseRepeatIndexItem()1729 auto repeatValue = rootJson->GetValue("repeat"); in CreateRepeatDomNode() local1851 std::unique_ptr<JsonValue>& repeatValue) in ProcessRepeatNode()
370 auto repeatValue = BorderImageRepeat::STRETCH; in ParseBorderImageRepeat() local