Searched defs:attrValue (Results 1 – 13 of 13) sorted by relevance
/external/skia/include/svg/ |
D | SkSVGParser.h | 37 void _addAttribute(const char* attrName, const char* attrValue) { in _addAttribute() 39 void _addAttribute(const char* attrName, SkString& attrValue) { in _addAttribute() 41 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { in _addAttributeLen()
|
/external/webkit/WebCore/bindings/js/ |
D | JSAttrCustom.cpp | 46 String attrValue = valueToStringWithNullCheck(exec, value); in setValue() local
|
/external/skia/src/svg/ |
D | SkSVGPaintState.cpp | 61 const char* attrValue, size_t attrLength) { in addAttribute() 288 const char* attrValue = topAttr->c_str(); in writeChangedAttributes() local 369 const char* attrValue = topAttr->c_str(); in writeChangedElements() local
|
D | SkSVGElements.cpp | 25 const char* attrValue, size_t attrLength) { in addAttribute()
|
D | SkSVGParser.cpp | 74 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue, in findAttribute()
|
/external/skia/src/animator/ |
D | SkDisplayXMLParser.cpp | 105 bool SkDisplayXMLParser::onAddAttributeLen(const char attrName[], const char attrValue[], in onAddAttributeLen()
|
D | SkAnimateMaker.h | 91 void idsSet(const char* attrValue, size_t len, SkDisplayable* displayable) { in idsSet()
|
/external/webkit/WebCore/dom/ |
D | XMLTokenizerQt.cpp | 347 String attrValue = attr.value(); in attributesStartElementNsHandler() local 399 String attrValue = attr.value(); in handleElementAttributes() local
|
D | StyledElement.cpp | 96 …eDecl(MappedAttributeEntry entryType, const QualifiedName& attrName, const AtomicString& attrValue) in removeMappedAttributeDecl()
|
D | xml_expat_tokenizer.cpp | 411 String attrValue = toQString(atts[i+1]); in handleElementAttributes() local 1001 DeprecatedString attrValue = toQString(atts[i+1]); in attributesStartElementHandler() local
|
D | XMLTokenizerLibxml2.cpp | 687 String attrValue = toString(attributes[i].value, valueLength); in handleElementAttributes() local 1332 String attrValue = toString(attributes[i].value, valueLength); in attributesStartElementNsHandler() local
|
/external/icu4c/i18n/ |
D | ucol_sit.cpp | 759 UColAttributeValue attrValue = UCOL_DEFAULT; in ucol_collatorToIdentifier() local 803 UColAttributeValue attrValue = UCOL_DEFAULT; in ucol_openFromIdentifier() local 888 UColAttributeValue attrValue = UCOL_DEFAULT; in ucol_shortStringToIdentifier() local
|
/external/libxml2/ |
D | xmlschemas.c | 7087 const xmlChar *attrValue, *name = NULL, *ns = NULL; in xmlSchemaParseLocalAttribute() local 7477 const xmlChar *attrValue; in xmlSchemaParseGlobalAttribute() local 8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; in xmlSchemaParseElement() local 9118 const xmlChar *attrValue = NULL; in xmlSchemaParseSimpleType() local 12076 const xmlChar *attrValue; in xmlSchemaParseComplexType() local
|