Searched refs:attributeString (Results 1 – 5 of 5) sorted by relevance
17 protected String attributeString(String attribute, String value) { in attributeString() method in TableRenderer37 tdAttributes += attributeString("class", cell.cssClass); in renderRowsAndAppend()40 tdAttributes += attributeString("rowspan", Integer.toString(cell.rowSpan)); in renderRowsAndAppend()43 tdAttributes += attributeString("colspan", Integer.toString(cell.colSpan)); in renderRowsAndAppend()53 divAttributes += attributeString("style", divStyle); in renderRowsAndAppend()56 divAttributes += attributeString("class", NONCLICKABLE_CLASS); in renderRowsAndAppend()
35 SkSVGAttributeParser::SkSVGAttributeParser(const char attributeString[]) in SkSVGAttributeParser() argument36 : fCurPos(attributeString) {} in SkSVGAttributeParser()
762 attributeString = ''764 attributeString = ' ' + ' '.join(attrs)767 s.append('<%s%s%s>' % (encodedName, attributeString, close))
673 String attributeString = matcher.group(2); in decodeMultipartFormData() local674 … matcher = CONTENT_DISPOSITION_ATTRIBUTE_PATTERN.matcher(attributeString); in decodeMultipartFormData()