HomeSort by relevance Sort by last modified time
    Searched refs:QualifiedName (Results 251 - 275 of 440) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElementWithState.cpp 37 HTMLFormControlElementWithState::HTMLFormControlElementWithState(const QualifiedName& tagName, Document& doc, HTMLFormElement* f)
HTMLFrameElement.cpp 83 void HTMLFrameElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLFrameOwnerElement.h 67 HTMLFrameOwnerElement(const QualifiedName& tagName, Document&);
HTMLMetaElement.h 53 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLOptGroupElement.h 47 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLOptionElement.h 77 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLStyleElement.h 73 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLTrackElement.h 61 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLButtonElement.cpp 86 bool HTMLButtonElement::isPresentationAttribute(const QualifiedName& name) const
97 void HTMLButtonElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLFrameElementBase.cpp 45 HTMLFrameElementBase::HTMLFrameElementBase(const QualifiedName& tagName, Document& document)
100 void HTMLFrameElementBase::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLMarqueeElement.cpp 60 bool HTMLMarqueeElement::isPresentationAttribute(const QualifiedName& name) const
67 void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
AtomicHTMLToken.h 68 Attribute* getAttributeItem(const QualifiedName& attributeName)
166 QualifiedName name(nullAtom, it->name, nullAtom);
202 QualifiedName nameForAttribute(const HTMLToken::Attribute&) const;
244 const QualifiedName& name = nameForAttribute(attribute);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.h 55 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilter.h 79 void primitiveAttributeChanged(RenderObject*, const QualifiedName&);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEFloodElement.cpp 43 bool SVGFEFloodElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
SVGMarkerElement.cpp 108 bool SVGMarkerElement::isSupportedAttribute(const QualifiedName& attrName)
110 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
124 void SVGMarkerElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
157 void SVGMarkerElement::svgAttributeChanged(const QualifiedName& attrName)
SVGRadialGradientElement.cpp 72 bool SVGRadialGradientElement::isSupportedAttribute(const QualifiedName& attrName)
74 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
86 void SVGRadialGradientElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
110 void SVGRadialGradientElement::svgAttributeChanged(const QualifiedName& attrName)
SVGAnimateElement.cpp 30 #include "core/dom/QualifiedName.h"
38 SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document& document)
207 const QualifiedName& attributeName = this->attributeName();
265 static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName, const String& valueAsString)
285 static inline void removeCSSPropertyFromTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName)
305 static inline void notifyTargetAboutAnimValChange(SVGElement* targetElement, const QualifiedName& attributeName)
311 static inline void notifyTargetAndInstancesAboutAnimValChange(SVGElement* targetElement, const QualifiedName& attributeName)
420 void SVGAnimateElement::setAttributeName(const QualifiedName& attributeName)
SVGFEConvolveMatrixElement.cpp 102 bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
104 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
120 void SVGFEConvolveMatrixElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
218 bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
254 void SVGFEConvolveMatrixElement::svgAttributeChanged(const QualifiedName& attrName)
SVGFilterElement.cpp 102 bool SVGFilterElement::isSupportedAttribute(const QualifiedName& attrName)
104 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
119 void SVGFilterElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
155 void SVGFilterElement::svgAttributeChanged(const QualifiedName& attrName)
205 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, allowedChildElementTags, ());
SVGElement.cpp 63 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName)
73 SVGElement::SVGElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
220 void SVGElement::reportAttributeParsingError(SVGParsingError error, const QualifiedName& name, const AtomicString& value)
286 QualifiedName attributeName(nullAtom, name, nullAtom);
391 CSSPropertyID SVGElement::cssPropertyIdForSVGAttributeName(const QualifiedName& attrName)
651 void SVGElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
695 typedef HashMap<QualifiedName, AnimatedPropertyType> AttributeToPropertyTypeMap;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.cpp 28 SVGAnimatedProperty::SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType)
  /external/chromium_org/third_party/WebKit/Source/web/
DOMUtilitiesPrivate.cpp 45 bool elementHasLegalLinkAttribute(const Element* element, const QualifiedName& attrName)
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 211 bool isDescendantOfElementType(const QualifiedName& tagName) const;
226 bool elementAttributeValue(const QualifiedName&) const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationRecord.cpp 37 #include "core/dom/QualifiedName.h"
100 AttributesRecord(PassRefPtr<Node> target, const QualifiedName& name, const AtomicString& oldValue)
174 PassRefPtr<MutationRecord> MutationRecord::createAttributes(PassRefPtr<Node> target, const QualifiedName& name, const AtomicString& oldValue)

Completed in 1334 milliseconds

<<1112131415161718