Lines Matching refs:Span
152 * Build a string from XML that converts nested elements into Span objects.
181 // This is an HTML tag which we encode as a span. Add it to the span stack.
199 Span{std::move(span_name), static_cast<uint32_t>(builder.Utf16Len())});
239 // This is an HTML tag which we encode as a span. Update the span
241 Span& top_span = out_style_string->spans[span_stack.back()];