Searched defs:attrName (Results 1 - 25 of 125) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/web/
H A DDOMUtilitiesPrivate.cpp45 bool elementHasLegalLinkAttribute(const Element* element, const QualifiedName& attrName) argument
47 if (attrName == srcAttr)
49 if (attrName == hrefAttr)
51 if (attrName == actionAttr)
53 if (attrName == backgroundAttr)
55 if (attrName == citeAttr)
57 if (attrName == classidAttr || attrName == dataAttr)
59 if (attrName == codebaseAttr)
H A DWebMutationEvent.cpp55 WebString WebMutationEvent::attrName() const function in class:blink::WebMutationEvent
57 return WebString(constUnwrap<MutationEvent>()->attrName());
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEMergeNodeElement.cpp49 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName) argument
54 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
72 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) argument
74 if (!isSupportedAttribute(attrName)) {
75 SVGElement::svgAttributeChanged(attrName);
81 if (attrName == SVGNames::inAttr) {
H A DSVGViewElement.cpp54 bool SVGViewElement::isSupportedAttribute(const QualifiedName& attrName) argument
63 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
H A DSVGAnimateTransformElement.cpp56 bool SVGAnimateTransformElement::isSupportedAttribute(const QualifiedName& attrName) argument
61 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
H A DSVGCircleElement.cpp61 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName) argument
70 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
92 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName) argument
94 if (!isSupportedAttribute(attrName)) {
95 SVGGeometryElement::svgAttributeChanged(attrName);
101 bool isLengthAttribute = attrName == SVGNames::cxAttr
102 || attrName == SVGNames::cyAttr
103 || attrName == SVGNames::rAttr;
118 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
H A DSVGComponentTransferFunctionElement.cpp63 bool SVGComponentTransferFunctionElement::isSupportedAttribute(const QualifiedName& attrName) argument
75 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
128 void SVGComponentTransferFunctionElement::svgAttributeChanged(const QualifiedName& attrName) argument
130 if (!isSupportedAttribute(attrName)) {
131 SVGElement::svgAttributeChanged(attrName);
H A DSVGEllipseElement.cpp64 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName) argument
74 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
98 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) argument
100 if (!isSupportedAttribute(attrName)) {
101 SVGGeometryElement::svgAttributeChanged(attrName);
107 bool isLengthAttribute = attrName == SVGNames::cxAttr
108 || attrName == SVGNames::cyAttr
109 || attrName == SVGNames::rxAttr
110 || attrName == SVGNames::ryAttr;
125 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
[all...]
H A DSVGExternalResourcesRequired.cpp40 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName) argument
42 return attrName == SVGNames::externalResourcesRequiredAttr;
50 bool SVGExternalResourcesRequired::handleAttributeChange(SVGElement* targetElement, const QualifiedName& attrName) argument
53 if (!isKnownAttribute(attrName))
H A DSVGFEFloodElement.cpp43 bool SVGFEFloodElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
51 if (attrName == SVGNames::flood_colorAttr)
53 if (attrName == SVGNames::flood_opacityAttr)
H A DSVGFEOffsetElement.cpp56 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName) argument
64 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
92 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) argument
94 if (!isSupportedAttribute(attrName)) {
95 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
101 if (attrName == SVGNames::inAttr || attrName == SVGNames::dxAttr || attrName == SVGNames::dyAttr) {
H A DSVGFETileElement.cpp52 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName) argument
57 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
75 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName) argument
77 if (!isSupportedAttribute(attrName)) {
78 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
84 if (attrName == SVGNames::inAttr) {
H A DSVGGElement.cpp53 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName) argument
58 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
71 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName) argument
73 if (!isSupportedAttribute(attrName)) {
74 SVGGraphicsElement::svgAttributeChanged(attrName);
H A DSVGLineElement.cpp63 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName) argument
73 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
97 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName) argument
99 if (!isSupportedAttribute(attrName)) {
100 SVGGeometryElement::svgAttributeChanged(attrName);
106 bool isLengthAttribute = attrName == SVGNames::x1Attr
107 || attrName == SVGNames::y1Attr
108 || attrName == SVGNames::x2Attr
109 || attrName == SVGNames::y2Attr;
124 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
[all...]
H A DSVGRectElement.cpp70 bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName) argument
82 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
110 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName) argument
112 if (!isSupportedAttribute(attrName)) {
113 SVGGeometryElement::svgAttributeChanged(attrName);
119 bool isLengthAttribute = attrName == SVGNames::xAttr
120 || attrName == SVGNames::yAttr
121 || attrName == SVGNames::widthAttr
122 || attrName == SVGNames::heightAttr
123 || attrName
[all...]
H A DSVGSymbolElement.cpp55 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName) argument
62 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
80 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName) argument
82 if (!isSupportedAttribute(attrName)) {
83 SVGElement::svgAttributeChanged(attrName);
90 if (attrName == SVGNames::viewBoxAttr)
H A DSVGTextPositioningElement.cpp57 bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrName) argument
67 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
120 void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrName) argument
122 if (!isSupportedAttribute(attrName)) {
123 SVGTextContentElement::svgAttributeChanged(attrName);
129 bool updateRelativeLengths = attrName == SVGNames::xAttr
130 || attrName == SVGNames::yAttr
131 || attrName == SVGNames::dxAttr
132 || attrName == SVGNames::dyAttr;
141 if (updateRelativeLengths || attrName
[all...]
H A DSVGZoomAndPan.cpp29 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName) argument
31 return attrName == SVGNames::zoomAndPanAttr;
H A DSVGClipPathElement.cpp54 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName) argument
61 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
84 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName) argument
86 if (!isSupportedAttribute(attrName)) {
87 SVGGraphicsElement::svgAttributeChanged(attrName);
H A DSVGCursorElement.cpp67 bool SVGCursorElement::isSupportedAttribute(const QualifiedName& attrName) argument
77 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
119 void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName) argument
121 if (!isSupportedAttribute(attrName)) {
122 SVGElement::svgAttributeChanged(attrName);
H A DSVGFEBlendElement.cpp57 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName) argument
65 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
95 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
98 if (attrName == SVGNames::modeAttr)
105 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName) argument
107 if (!isSupportedAttribute(attrName)) {
108 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
114 if (attrName == SVGNames::modeAttr) {
115 primitiveAttributeChanged(attrName);
119 if (attrName
[all...]
H A DSVGFEComponentTransferElement.cpp55 bool SVGFEComponentTransferElement::isSupportedAttribute(const QualifiedName& attrName) argument
60 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
H A DSVGFECompositeElement.cpp65 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName) argument
77 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
127 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
130 if (attrName == SVGNames::operatorAttr)
132 if (attrName == SVGNames::k1Attr)
134 if (attrName == SVGNames::k2Attr)
136 if (attrName == SVGNames::k3Attr)
138 if (attrName == SVGNames::k4Attr)
146 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName) argument
148 if (!isSupportedAttribute(attrName)) {
[all...]
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMutationEvent.cpp38 const String& attrName, unsigned short attrChange)
43 , m_attrName(attrName)
55 const String& attrName, unsigned short attrChange)
65 m_attrName = attrName;
36 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
53 initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameStyle.java28 * @param attrName the string to match.
31 ASN1ObjectIdentifier attrNameToOID(String attrName); argument

Completed in 233 milliseconds

12345