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

123456

/external/chromium_org/third_party/WebKit/Source/web/
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 DSVGAnimateTransformElement.cpp53 bool SVGAnimateTransformElement::isSupportedAttribute(const QualifiedName& attrName) argument
58 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
H A DSVGFEMergeNodeElement.cpp39 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName) argument
44 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
64 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) argument
66 if (!isSupportedAttribute(attrName)) {
67 SVGElement::svgAttributeChanged(attrName);
73 if (attrName == SVGNames::inAttr) {
H A DSVGViewElement.cpp39 bool SVGViewElement::isSupportedAttribute(const QualifiedName& attrName) argument
47 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
H A DSVGCircleElement.cpp46 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName) argument
54 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
75 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName) argument
77 if (!isSupportedAttribute(attrName)) {
78 SVGGeometryElement::svgAttributeChanged(attrName);
84 bool isLengthAttribute = attrName == SVGNames::cxAttr
85 || attrName == SVGNames::cyAttr
86 || attrName == SVGNames::rAttr;
H A DSVGComponentTransferFunctionElement.cpp66 bool SVGComponentTransferFunctionElement::isSupportedAttribute(const QualifiedName& attrName) argument
78 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
108 void SVGComponentTransferFunctionElement::svgAttributeChanged(const QualifiedName& attrName) argument
110 if (!isSupportedAttribute(attrName)) {
111 SVGElement::svgAttributeChanged(attrName);
H A DSVGEllipseElement.cpp48 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName) argument
57 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
80 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) argument
82 if (!isSupportedAttribute(attrName)) {
83 SVGGeometryElement::svgAttributeChanged(attrName);
89 bool isLengthAttribute = attrName == SVGNames::cxAttr
90 || attrName == SVGNames::cyAttr
91 || attrName == SVGNames::rxAttr
92 || attrName == SVGNames::ryAttr;
H A DSVGFEFloodElement.cpp39 bool SVGFEFloodElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
47 if (attrName == SVGNames::flood_colorAttr)
49 if (attrName == SVGNames::flood_opacityAttr)
H A DSVGFEOffsetElement.cpp46 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName) argument
54 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
78 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) argument
80 if (!isSupportedAttribute(attrName)) {
81 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
87 if (attrName == SVGNames::inAttr || attrName == SVGNames::dxAttr || attrName == SVGNames::dyAttr) {
H A DSVGFETileElement.cpp41 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName) argument
46 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
66 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName) argument
68 if (!isSupportedAttribute(attrName)) {
69 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
75 if (attrName == SVGNames::inAttr) {
H A DSVGFitToViewBox.cpp56 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName) argument
58 return attrName == SVGNames::viewBoxAttr || attrName == SVGNames::preserveAspectRatioAttr;
H A DSVGGElement.cpp40 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName) argument
43 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
56 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName) argument
58 if (!isSupportedAttribute(attrName)) {
59 SVGGraphicsElement::svgAttributeChanged(attrName);
H A DSVGLineElement.cpp47 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName) argument
56 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
79 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName) argument
81 if (!isSupportedAttribute(attrName)) {
82 SVGGeometryElement::svgAttributeChanged(attrName);
88 bool isLengthAttribute = attrName == SVGNames::x1Attr
89 || attrName == SVGNames::y1Attr
90 || attrName == SVGNames::x2Attr
91 || attrName == SVGNames::y2Attr;
H A DSVGPolyElement.cpp39 bool SVGPolyElement::isSupportedAttribute(const QualifiedName& attrName) argument
45 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
65 void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName) argument
67 if (!isSupportedAttribute(attrName)) {
68 SVGGeometryElement::svgAttributeChanged(attrName);
78 if (attrName == SVGNames::pointsAttr) {
H A DSVGRectElement.cpp52 bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName) argument
63 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
90 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName) argument
92 if (!isSupportedAttribute(attrName)) {
93 SVGGeometryElement::svgAttributeChanged(attrName);
99 bool isLengthAttribute = attrName == SVGNames::xAttr
100 || attrName == SVGNames::yAttr
101 || attrName == SVGNames::widthAttr
102 || attrName == SVGNames::heightAttr
103 || attrName
[all...]
H A DSVGSymbolElement.cpp39 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName) argument
45 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
64 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName) argument
66 if (!isSupportedAttribute(attrName)) {
67 SVGElement::svgAttributeChanged(attrName);
H A DSVGTextPositioningElement.cpp48 bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrName) argument
58 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
86 void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrName) argument
88 if (!isSupportedAttribute(attrName)) {
89 SVGTextContentElement::svgAttributeChanged(attrName);
95 bool updateRelativeLengths = attrName == SVGNames::xAttr
96 || attrName == SVGNames::yAttr
97 || attrName == SVGNames::dxAttr
98 || attrName == SVGNames::dyAttr;
107 if (updateRelativeLengths || attrName
[all...]
H A DSVGZoomAndPan.cpp39 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName) argument
41 return attrName == SVGNames::zoomAndPanAttr;
H A DSVGClipPathElement.cpp40 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName) argument
46 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
66 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName) argument
68 if (!isSupportedAttribute(attrName)) {
69 SVGGraphicsElement::svgAttributeChanged(attrName);
H A DSVGCursorElement.cpp56 bool SVGCursorElement::isSupportedAttribute(const QualifiedName& attrName) argument
65 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
109 void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName) argument
111 if (!isSupportedAttribute(attrName)) {
112 SVGElement::svgAttributeChanged(attrName);
H A DSVGFEBlendElement.cpp58 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName) argument
66 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
90 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
93 if (attrName == SVGNames::modeAttr)
100 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName) argument
102 if (!isSupportedAttribute(attrName)) {
103 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
109 if (attrName == SVGNames::modeAttr) {
110 primitiveAttributeChanged(attrName);
114 if (attrName
[all...]
H A DSVGFEComponentTransferElement.cpp46 bool SVGFEComponentTransferElement::isSupportedAttribute(const QualifiedName& attrName) argument
51 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRareData.cpp47 void NodeListsNodeData::invalidateCaches(const QualifiedName* attrName) argument
51 it->value->invalidateCacheForAttribute(attrName);
53 if (attrName)
/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
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMutationEvent.cpp36 const String& attrName, unsigned short attrChange)
41 , m_attrName(attrName)
53 const String& attrName, unsigned short attrChange)
63 m_attrName = attrName;
34 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
51 initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument

Completed in 379 milliseconds

123456