Searched refs:span_ (Results 1 – 3 of 3) sorted by relevance
34 span_ = span; in SetSpan()49 return span_; in GetSpan()56 return span_.xs; in GetSpan()59 return span_.sm; in GetSpan()62 return span_.md; in GetSpan()65 return span_.lg; in GetSpan()68 return span_.xl; in GetSpan()71 return span_.xxl; in GetSpan()74 return span_.xs; in GetSpan()145 GridContainerSize span_ = GridContainerSize(1);
37 …GridTypedProperty(GridSizeType type, uint32_t span, int32_t offset) : type_(type), span_(span), of… in GridTypedProperty()44 return ((span_ == other.span_) && (offset_ == other.offset_));48 int32_t span_ = DEFAULT_GRID_SPAN; member
53 builder.SetSizeColumn(item.type_, item.span_); in UpdateContainer()102 if (item->span_ == span) { in SetSpan()105 item->span_ = span; in SetSpan()149 json->PutExtAttr("gridSpan", item->span_, filter); in ToJsonValue()156 jsonValue->Put("span", item.span_); in ToJsonValue()