/external/skia/include/svg/ |
SkSVGParser.h | 30 void _addAttribute(const char* attrName, const char* attrValue) { 31 fXMLWriter.addAttribute(attrName, attrValue); } 32 void _addAttribute(const char* attrName, SkString& attrValue) { 33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); } 34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { 35 fXMLWriter.addAttributeLen(attrName, attrValue, len); }
|
/external/webkit/Source/WebCore/svg/ |
SVGPatternElement.cpp | 121 void SVGPatternElement::svgAttributeChanged(const QualifiedName& attrName) 123 SVGStyledElement::svgAttributeChanged(attrName); 126 if (attrName == SVGNames::xAttr 127 || attrName == SVGNames::yAttr 128 || attrName == SVGNames::widthAttr 129 || attrName == SVGNames::heightAttr) { 139 || attrName == SVGNames::patternUnitsAttr 140 || attrName == SVGNames::patternContentUnitsAttr 141 || attrName == SVGNames::patternTransformAttr 142 || SVGURIReference::isKnownAttribute(attrName) [all...] |
SVGFEOffsetElement.cpp | 61 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) 63 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); 65 if (attrName == SVGNames::inAttr 66 || attrName == SVGNames::dxAttr 67 || attrName == SVGNames::dyAttr) 71 void SVGFEOffsetElement::synchronizeProperty(const QualifiedName& attrName) 73 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName); 75 if (attrName == anyQName()) { 82 if (attrName == SVGNames::dxAttr) 84 else if (attrName == SVGNames::dyAttr [all...] |
SVGFEConvolveMatrixElement.cpp | 131 bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) 134 if (attrName == SVGNames::edgeModeAttr) 136 if (attrName == SVGNames::divisorAttr) 138 if (attrName == SVGNames::biasAttr) 140 if (attrName == SVGNames::targetXAttr) 142 if (attrName == SVGNames::targetYAttr) 144 if (attrName == SVGNames::kernelUnitLengthAttr) 146 if (attrName == SVGNames::preserveAlphaAttr) 167 void SVGFEConvolveMatrixElement::svgAttributeChanged(const QualifiedName& attrName) 169 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); [all...] |
SVGGradientElement.cpp | 85 void SVGGradientElement::svgAttributeChanged(const QualifiedName& attrName) 87 SVGStyledElement::svgAttributeChanged(attrName); 93 if (attrName == SVGNames::gradientUnitsAttr 94 || attrName == SVGNames::gradientTransformAttr 95 || attrName == SVGNames::spreadMethodAttr 96 || SVGURIReference::isKnownAttribute(attrName) 97 || SVGExternalResourcesRequired::isKnownAttribute(attrName) 98 || SVGStyledElement::isKnownAttribute(attrName)) 102 void SVGGradientElement::synchronizeProperty(const QualifiedName& attrName) 104 SVGStyledElement::synchronizeProperty(attrName); [all...] |
SVGFEMergeNodeElement.cpp | 56 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) 58 SVGElement::svgAttributeChanged(attrName); 60 if (attrName != SVGNames::inAttr) 85 void SVGFEMergeNodeElement::synchronizeProperty(const QualifiedName& attrName) 87 SVGElement::synchronizeProperty(attrName); 89 if (attrName == anyQName() || attrName == SVGNames::inAttr)
|
SVGFETileElement.cpp | 56 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName) 58 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); 60 if (attrName == SVGNames::inAttr) 64 void SVGFETileElement::synchronizeProperty(const QualifiedName& attrName) 66 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName); 68 if (attrName == anyQName() || attrName == SVGNames::inAttr)
|
SVGStopElement.cpp | 61 void SVGStopElement::svgAttributeChanged(const QualifiedName& attrName) 63 SVGStyledElement::svgAttributeChanged(attrName); 68 if (attrName == SVGNames::offsetAttr) 72 void SVGStopElement::synchronizeProperty(const QualifiedName& attrName) 74 SVGStyledElement::synchronizeProperty(attrName); 76 if (attrName == anyQName() || attrName == SVGNames::offsetAttr)
|
SVGSwitchElement.cpp | 67 void SVGSwitchElement::synchronizeProperty(const QualifiedName& attrName) 69 SVGStyledTransformableElement::synchronizeProperty(attrName); 71 if (attrName == anyQName()) { 73 SVGTests::synchronizeProperties(this, attrName); 77 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) 79 else if (SVGTests::isKnownAttribute(attrName)) 80 SVGTests::synchronizeProperties(this, attrName);
|
SVGStyledTransformableElement.cpp | 84 void SVGStyledTransformableElement::svgAttributeChanged(const QualifiedName& attrName) 86 SVGStyledLocatableElement::svgAttributeChanged(attrName); 88 if (!SVGStyledTransformableElement::isKnownAttribute(attrName)) 99 void SVGStyledTransformableElement::synchronizeProperty(const QualifiedName& attrName) 101 SVGStyledLocatableElement::synchronizeProperty(attrName); 103 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName)) 107 bool SVGStyledTransformableElement::isKnownAttribute(const QualifiedName& attrName) 109 return SVGTransformable::isKnownAttribute(attrName) || SVGStyledLocatableElement::isKnownAttribute(attrName); [all...] |
SVGMPathElement.cpp | 52 void SVGMPathElement::synchronizeProperty(const QualifiedName& attrName) 54 SVGElement::synchronizeProperty(attrName); 56 if (attrName == anyQName()) { 62 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) 64 else if (SVGURIReference::isKnownAttribute(attrName))
|
SVGFEColorMatrixElement.cpp | 72 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) 75 if (attrName == SVGNames::typeAttr) 77 if (attrName == SVGNames::valuesAttr) 84 void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName) 86 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); 88 if (attrName == SVGNames::typeAttr 89 || attrName == SVGNames::valuesAttr) 90 primitiveAttributeChanged(attrName); 91 if (attrName == SVGNames::inAttr) 95 void SVGFEColorMatrixElement::synchronizeProperty(const QualifiedName& attrName) [all...] |
SVGFilterPrimitiveStandardAttributes.cpp | 80 void SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(const QualifiedName& attrName) 82 SVGStyledElement::svgAttributeChanged(attrName); 84 if (attrName == SVGNames::xAttr 85 || attrName == SVGNames::yAttr 86 || attrName == SVGNames::widthAttr 87 || attrName == SVGNames::heightAttr 88 || attrName == SVGNames::resultAttr) 92 void SVGFilterPrimitiveStandardAttributes::synchronizeProperty(const QualifiedName& attrName) 94 SVGStyledElement::synchronizeProperty(attrName); 96 if (attrName == anyQName()) [all...] |
SVGTextPositioningElement.cpp | 102 void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrName) 104 SVGTextContentElement::svgAttributeChanged(attrName); 106 bool updateRelativeLengths = attrName == SVGNames::xAttr 107 || attrName == SVGNames::yAttr 108 || attrName == SVGNames::dxAttr 109 || attrName == SVGNames::dyAttr; 118 if (updateRelativeLengths || attrName == SVGNames::rotateAttr) { 136 void SVGTextPositioningElement::synchronizeProperty(const QualifiedName& attrName) 138 SVGTextContentElement::synchronizeProperty(attrName); 140 if (attrName == anyQName()) [all...] |
SVGFEGaussianBlurElement.cpp | 83 void SVGFEGaussianBlurElement::svgAttributeChanged(const QualifiedName& attrName) 85 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); 87 if (attrName == SVGNames::inAttr 88 || attrName == SVGNames::stdDeviationAttr) 92 void SVGFEGaussianBlurElement::synchronizeProperty(const QualifiedName& attrName) 94 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName); 96 if (attrName == anyQName()) { 103 if (attrName == SVGNames::stdDeviationAttr) { 106 } else if (attrName == SVGNames::inAttr)
|
SVGComponentTransferFunctionElement.cpp | 84 void SVGComponentTransferFunctionElement::svgAttributeChanged(const QualifiedName& attrName) 86 SVGElement::svgAttributeChanged(attrName); 88 if (attrName == SVGNames::typeAttr) { 95 void SVGComponentTransferFunctionElement::synchronizeProperty(const QualifiedName& attrName) 97 SVGElement::synchronizeProperty(attrName); 99 if (attrName == anyQName()) { 110 if (attrName == SVGNames::typeAttr) 112 else if (attrName == SVGNames::tableValuesAttr) 114 else if (attrName == SVGNames::slopeAttr) 116 else if (attrName == SVGNames::interceptAttr [all...] |
SVGLinearGradientElement.cpp | 77 void SVGLinearGradientElement::svgAttributeChanged(const QualifiedName& attrName) 79 SVGGradientElement::svgAttributeChanged(attrName); 81 if (attrName == SVGNames::x1Attr 82 || attrName == SVGNames::y1Attr 83 || attrName == SVGNames::x2Attr 84 || attrName == SVGNames::y2Attr) { 95 void SVGLinearGradientElement::synchronizeProperty(const QualifiedName& attrName) 97 SVGGradientElement::synchronizeProperty(attrName); 99 if (attrName == anyQName()) { 107 if (attrName == SVGNames::x1Attr [all...] |
/external/apache-harmony/security/src/test/resources/java/security/ |
Provider.prop.dat | 3 serviceName.algName\ attrName= attrValue
|
/external/webkit/Source/WebCore/wml/ |
WMLImageElement.cpp | 55 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 57 if (attrName == HTMLNames::widthAttr || 58 attrName == HTMLNames::heightAttr || 59 attrName == HTMLNames::vspaceAttr || 60 attrName == HTMLNames::hspaceAttr) { 65 if (attrName == HTMLNames::alignAttr) { 70 return WMLElement::mapToEntry(attrName, result); 75 const QualifiedName& attrName = attr->name(); 77 if (attrName == HTMLNames::altAttr) { 80 } else if (attrName == HTMLNames::srcAttr || attrName == localsrcAttr [all...] |
/external/webkit/Source/WebCore/mathml/ |
MathMLElement.cpp | 51 bool MathMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 53 if (attrName == mathcolorAttr || attrName == mathbackgroundAttr 54 || attrName == colorAttr || attrName == backgroundAttr 55 || attrName == fontsizeAttr || attrName == fontstyleAttr 56 || attrName == fontweightAttr || attrName == fontfamilyAttr) { 60 return StyledElement::mapToEntry(attrName, result) [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLImageElement.cpp | 82 bool HTMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 84 if (attrName == widthAttr || 85 attrName == heightAttr || 86 attrName == vspaceAttr || 87 attrName == hspaceAttr || 88 attrName == valignAttr) { 93 if (attrName == borderAttr || attrName == alignAttr) { 98 return HTMLElement::mapToEntry(attrName, result); 103 const QualifiedName& attrName = attr->name() [all...] |
HTMLTablePartElement.cpp | 39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 41 if (attrName == backgroundAttr) { 46 if (attrName == bgcolorAttr || 47 attrName == bordercolorAttr || 48 attrName == valignAttr || 49 attrName == heightAttr) { 54 if (attrName == alignAttr) { 59 return HTMLElement::mapToEntry(attrName, result);
|
/external/webkit/Source/WebKit/chromium/src/ |
DOMUtilitiesPrivate.cpp | 81 const QualifiedName& attrName) 83 if (attrName == HTMLNames::srcAttr) { 96 } else if (attrName == HTMLNames::hrefAttr) { 102 } else if (attrName == HTMLNames::actionAttr) { 105 } else if (attrName == HTMLNames::backgroundAttr) { 111 } else if (attrName == HTMLNames::citeAttr) { 117 } else if (attrName == HTMLNames::classidAttr 118 || attrName == HTMLNames::dataAttr) { 121 } else if (attrName == HTMLNames::codebaseAttr) {
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapGetNamedItemNS.java | 106 String attrName; 114 attrName = attribute.getNodeName(); 115 assertEquals("namednodemapgetnameditemns02", "emp:domestic", attrName); 125 String attrName; 135 attrName = attribute.getNodeName(); 136 assertEquals("namednodemapgetnameditemns03", "L2:att", attrName); 145 String attrName; 154 attrName = attribute.getNodeName(); 155 assertEquals("namednodemapgetnameditemns04", "street", attrName); 181 // String attrName; [all...] |
/external/webkit/Source/WebCore/dom/ |
MutationEvent.cpp | 35 const String& attrName, unsigned short attrChange) 40 , m_attrName(attrName) 51 const String& attrName, unsigned short attrChange) 61 m_attrName = attrName;
|