Home
last modified time | relevance | path

Searched refs:attrValue (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/skia/src/svg/
DSkSVGPaintState.cpp53 const char* attrValue, size_t attrLength) { in addAttribute() argument
76 attr->set(attrValue, attrLength); in addAttribute()
80 int pairs = SkParse::Count(attrValue, ';'); in addAttribute()
81 const char* attrEnd = attrValue + attrLength; in addAttribute()
83 const char* end = strchr(attrValue, ';'); in addAttribute()
86 const char* delimiter = strchr(attrValue, ':'); in addAttribute()
88 … int index = parser.findAttribute(this, attrValue, (int) (delimiter - attrValue), true); in addAttribute()
92 attrValue = end + 1; in addAttribute()
280 const char* attrValue = topAttr->c_str(); in writeChangedAttributes() local
296 parser._addAttributeLen("textSize", attrValue, attrLength); in writeChangedAttributes()
[all …]
DSkSVGPolygon.cpp22 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO()
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGPolyline.cpp28 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO()
32 f_points.append(attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGElements.cpp17 const char* attrValue, size_t attrLength) { in addAttribute() argument
20 first->set(attrValue, attrLength); in addAttribute()
DSkSVGPolygon.h18 const char* attrValue, size_t attrLength);
DSkSVGPolyline.h19 const char* attrValue, size_t attrLength);
/external/skia/src/svg/
DSkSVGPaintState.cpp53 const char* attrValue, size_t attrLength) { in addAttribute() argument
76 attr->set(attrValue, attrLength); in addAttribute()
80 int pairs = SkParse::Count(attrValue, ';'); in addAttribute()
81 const char* attrEnd = attrValue + attrLength; in addAttribute()
83 const char* end = strchr(attrValue, ';'); in addAttribute()
86 const char* delimiter = strchr(attrValue, ':'); in addAttribute()
88 … int index = parser.findAttribute(this, attrValue, (int) (delimiter - attrValue), true); in addAttribute()
92 attrValue = end + 1; in addAttribute()
280 const char* attrValue = topAttr->c_str(); in writeChangedAttributes() local
296 parser._addAttributeLen("textSize", attrValue, attrLength); in writeChangedAttributes()
[all …]
DSkSVGPolygon.cpp22 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO()
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGPolyline.cpp28 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO()
32 f_points.append(attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGElements.cpp17 const char* attrValue, size_t attrLength) { in addAttribute() argument
20 first->set(attrValue, attrLength); in addAttribute()
DSkSVGPolygon.h18 const char* attrValue, size_t attrLength);
DSkSVGPolyline.h19 const char* attrValue, size_t attrLength);
/external/chromium_org/third_party/skia/include/svg/
DSkSVGParser.h30 void _addAttribute(const char* attrName, const char* attrValue) { in _addAttribute() argument
31 fXMLWriter.addAttribute(attrName, attrValue); } in _addAttribute()
32 void _addAttribute(const char* attrName, SkString& attrValue) { in _addAttribute() argument
33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); } in _addAttribute()
34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { in _addAttributeLen() argument
35 fXMLWriter.addAttributeLen(attrName, attrValue, len); } in _addAttributeLen()
37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
DSkSVGBase.h21 const char* attrValue, size_t attrLength);
/external/skia/include/svg/
DSkSVGParser.h30 void _addAttribute(const char* attrName, const char* attrValue) { in _addAttribute() argument
31 fXMLWriter.addAttribute(attrName, attrValue); } in _addAttribute()
32 void _addAttribute(const char* attrName, SkString& attrValue) { in _addAttribute() argument
33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); } in _addAttribute()
34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { in _addAttributeLen() argument
35 fXMLWriter.addAttributeLen(attrName, attrValue, len); } in _addAttributeLen()
37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
DSkSVGBase.h21 const char* attrValue, size_t attrLength);
/external/skia/src/animator/
DSkDisplayXMLParser.cpp97 bool SkDisplayXMLParser::onAddAttributeLen(const char attrName[], const char attrValue[], in onAddAttributeLen() argument
106 if (fMaker.find(attrValue, attrValueLen, NULL)) { in onAddAttributeLen()
107 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
112 displayable->_id.set(attrValue, attrValueLen); in onAddAttributeLen()
115 fMaker.idsSet(attrValue, attrValueLen, displayable); in onAddAttributeLen()
130 if (info->setValue(fMaker, NULL, 0, info->getCount(), displayable, info->getType(), attrValue, in onAddAttributeLen()
134 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
138 if (fMaker.find(attrValue, attrValueLen, &ref) == false) { in onAddAttributeLen()
139 ref = fMaker.createInstance(attrValue, attrValueLen); in onAddAttributeLen()
141 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
/external/chromium_org/third_party/skia/src/animator/
DSkDisplayXMLParser.cpp97 bool SkDisplayXMLParser::onAddAttributeLen(const char attrName[], const char attrValue[], in onAddAttributeLen() argument
106 if (fMaker.find(attrValue, attrValueLen, NULL)) { in onAddAttributeLen()
107 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
112 displayable->_id.set(attrValue, attrValueLen); in onAddAttributeLen()
115 fMaker.idsSet(attrValue, attrValueLen, displayable); in onAddAttributeLen()
130 if (info->setValue(fMaker, NULL, 0, info->getCount(), displayable, info->getType(), attrValue, in onAddAttributeLen()
134 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
138 if (fMaker.find(attrValue, attrValueLen, &ref) == false) { in onAddAttributeLen()
139 ref = fMaker.createInstance(attrValue, attrValueLen); in onAddAttributeLen()
141 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java151 …lic void setForeignAttr(String attrUri, String attrLocalName, String attrRawName, String attrValue) in setForeignAttr() argument
154 m_outputProperties.setProperty(key, attrValue); in setForeignAttr()
161 …dLiteralResultAttribute(String attrUri, String attrLocalName, String attrRawName, String attrValue) in addLiteralResultAttribute() argument
164 m_outputProperties.setProperty(key, attrValue); in addLiteralResultAttribute()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNewHdfParser.java429 String attrValue = internStrategy.intern(sb.toString()); in parseAttribute() local
430 element.addAttribute(attrKey, attrValue); in parseAttribute()
434 String attrValue = parseAttributeValue(seq, index, state); in parseAttribute() local
435 if (attrValue == null || attrValue.length() == 0) { in parseAttribute()
440 attrValue = internStrategy.intern(attrValue); in parseAttribute()
441 element.addAttribute(attrKey, attrValue); in parseAttribute()
442 end = index + attrValue.length(); in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPageSerializerImpl.cpp314 const String& attrValue = it->value(); in openTagToString() local
321 if (attrValue.startsWith("javascript:", false)) in openTagToString()
322 result.append(attrValue); in openTagToString()
327 param->document->completeURL(attrValue); in openTagToString()
341 result.append(m_htmlEntities.convertEntitiesInString(attrValue)); in openTagToString()
343 result.append(m_xmlEntities.convertEntitiesInString(attrValue)); in openTagToString()
DWebElement.cpp100 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue) in setAttribute() argument
106 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionState); in setAttribute()
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
Dopenid.php164 protected function htmlTag($content, $tag, $attrName, $attrValue, $valueName) argument
166 …preg_match_all("#<{$tag}[^>]*$attrName=['\"].*?$attrValue.*?['\"][^>]*$valueName=['\"](.+?)['\"][^…
167 …preg_match_all("#<{$tag}[^>]*$valueName=['\"](.+?)['\"][^>]*$attrName=['\"].*?$attrValue.*?['\"][^…
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java673 String attrValue = attr.getNodeValue(); in serializeAttList() local
838 fSerializer.addAttribute(attrNS, localName, attrName, type, attrValue); in serializeAttList()
852 attrValue); in serializeAttList()
859 attrValue); in serializeAttList()
875 fSerializer.namespaceAfterStartElement(prefix, attrValue); in serializeAttList()
1832 String attrValue = attr.getNodeValue(); in recordLocalNSDecl() local
1839 attrValue = attrValue == null ? "" : attrValue; in recordLocalNSDecl()
1846 if (XMLNS_URI.equals(attrValue)) { in recordLocalNSDecl()
1866 if (attrValue.length() != 0) { in recordLocalNSDecl()
1867 fNSBinder.declarePrefix(localName, attrValue); in recordLocalNSDecl()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DAttrResourceLoader.java41 …ValueToEnum(Class<? extends View> viewClass, String namespace, String attrName, String attrValue) { in convertValueToEnum() argument
44 return classAttrEnumToValue.get(key(className, attrName, attrValue, isSystem)); in convertValueToEnum()

12