Searched refs:QualifiedName (Results 126 - 150 of 451) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DImageInputType.h63 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
64 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DCompactHTMLToken.h36 class QualifiedName;
60 const Attribute* getAttributeItem(const QualifiedName&) const;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedIntegerOptionalInteger.h46 static PassRefPtr<SVGAnimatedIntegerOptionalInteger> create(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue = 0, float initialSecondValue = 0)
59 SVGAnimatedIntegerOptionalInteger(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue);
H A DSVGAnimatedNumberOptionalNumber.h46 static PassRefPtr<SVGAnimatedNumberOptionalNumber> create(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue = 0, float initialSecondValue = 0)
59 SVGAnimatedNumberOptionalNumber(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue);
H A DSVGAnimationElement.h76 static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);
89 ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName);
133 SVGAnimationElement(const QualifiedName&, Document&);
138 bool isSupportedAttribute(const QualifiedName&);
139 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
140 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
161 virtual void setAttributeName(const QualifiedName&) OVERRIDE;
191 void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
H A DSVGClipPathElement.cpp39 void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
44 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
H A DSVGGlyphRefElement.h37 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
55 void parseAttributeInternal(const QualifiedName&, const AtomicString&);
H A DSVGStaticStringList.h45 static PassRefPtr<SVGStaticStringList> create(SVGElement* contextElement, const QualifiedName& attributeName)
66 SVGStaticStringList(SVGElement*, const QualifiedName&);
H A DSVGZoomAndPan.cpp39 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName)
44 void SVGZoomAndPan::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
H A DSVGCircleElement.cpp44 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName)
46 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
55 void SVGCircleElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
60 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName)
H A DSVGEllipseElement.cpp46 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName)
48 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
58 void SVGEllipseElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
63 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName)
H A DSVGFEGaussianBlurElement.cpp50 bool SVGFEGaussianBlurElement::isSupportedAttribute(const QualifiedName& attrName)
52 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
60 void SVGFEGaussianBlurElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
65 void SVGFEGaussianBlurElement::svgAttributeChanged(const QualifiedName& attrName)
H A DSVGFEOffsetElement.cpp44 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
46 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
55 void SVGFEOffsetElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
76 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName)
H A DSVGGraphicsElement.h73 SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
77 bool isSupportedAttribute(const QualifiedName&);
78 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
79 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
H A DSVGLineElement.cpp45 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName)
47 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
57 void SVGLineElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
62 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName)
H A DSVGMPathElement.cpp94 bool SVGMPathElement::isSupportedAttribute(const QualifiedName& attrName)
96 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
103 void SVGMPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
117 void SVGMPathElement::svgAttributeChanged(const QualifiedName& attrName)
H A DSVGScriptElement.h46 virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE;
53 bool isSupportedAttribute(const QualifiedName&);
54 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
60 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DLiveNodeListBase.cpp32 void LiveNodeListBase::invalidateCacheForAttribute(const QualifiedName* attrName) const
H A DElement.h85 static PassRefPtrWillBeRawPtr<Element> create(const QualifiedName&, Document*);
102 bool hasAttribute(const QualifiedName&) const;
103 const AtomicString& getAttribute(const QualifiedName&) const;
106 void setAttribute(const QualifiedName&, const AtomicString& value);
107 void setSynchronizedLazyAttribute(const QualifiedName&, const AtomicString& value);
109 void removeAttribute(const QualifiedName&);
112 int getIntegralAttribute(const QualifiedName& attributeName) const;
113 void setIntegralAttribute(const QualifiedName& attributeName, int value);
114 void setUnsignedIntegralAttribute(const QualifiedName& attributeName, unsigned value);
115 double getFloatingPointAttribute(const QualifiedName
265 collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) argument
276 attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBaseElement.h42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLFrameElement.h48 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DLabelableElement.h51 LabelableElement(const QualifiedName& tagName, Document&);
H A DHTMLButtonElement.h55 virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
56 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
57 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLFrameElementBase.h42 HTMLFrameElementBase(const QualifiedName&, Document&);
46 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
60 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
H A DHTMLFrameSetElement.h63 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
64 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
65 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;

Completed in 217 milliseconds

1234567891011>>