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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSymbolElement.cpp 55 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
57 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
65 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
80 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName)
SVGAnimateMotionElement.h 44 bool isSupportedAttribute(const QualifiedName&);
45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
SVGGlyphRefElement.h 36 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
54 void parseAttributeInternal(const QualifiedName&, const AtomicString&);
SVGViewElement.h 54 bool isSupportedAttribute(const QualifiedName&);
55 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
SVGClipPathElement.cpp 54 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName)
56 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
64 void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
84 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
SVGFEOffsetElement.cpp 56 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
58 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
67 void SVGFEOffsetElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
92 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h 43 static PassRefPtr<HTMLElement> create(const QualifiedName& tagName, Document&);
95 HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
103 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
104 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
105 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
125 const AtomicString& eventNameForAttributeName(const QualifiedName& attrName) const;
133 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document& document, ConstructionType type = CreateHTMLElement)
HTMLBRElement.cpp 46 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const
53 void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLButtonElement.h 53 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
54 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLDivElement.cpp 45 bool HTMLDivElement::isPresentationAttribute(const QualifiedName& name) const
52 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLFrameElementBase.h 48 HTMLFrameElementBase(const QualifiedName&, Document&);
52 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLParagraphElement.cpp 45 bool HTMLParagraphElement::isPresentationAttribute(const QualifiedName& name) const
52 void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLTableSectionElement.h 37 static PassRefPtr<HTMLTableSectionElement> create(const QualifiedName&, Document&);
59 HTMLTableSectionElement(const QualifiedName& tagName, Document&);
HTMLBaseElement.h 42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLFormControlElementWithState.h 46 HTMLFormControlElementWithState(const QualifiedName& tagName, Document&, HTMLFormElement*);
HTMLFrameElement.h 47 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 42 class QualifiedName;
118 void popUntilPopped(const QualifiedName& tagName) { popUntilPopped(tagName.localName()); }
141 bool inScope(const QualifiedName&) const;
143 bool inListItemScope(const QualifiedName&) const;
145 bool inTableScope(const QualifiedName&) const;
147 bool inButtonScope(const QualifiedName&) const;
149 bool inSelectScope(const QualifiedName&) const;
CompactHTMLToken.h 36 class QualifiedName;
60 const Attribute* getAttributeItem(const QualifiedName&) const;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.h 36 #include "core/dom/QualifiedName.h"
51 class QualifiedName;
70 bool validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationRecord.h 43 class QualifiedName;
48 static PassRefPtr<MutationRecord> createAttributes(PassRefPtr<Node> target, const QualifiedName&, const AtomicString& oldValue);
Element.h 82 static PassRefPtr<Element> create(const QualifiedName&, Document*);
101 bool hasAttribute(const QualifiedName&) const;
102 const AtomicString& getAttribute(const QualifiedName&) const;
103 void setAttribute(const QualifiedName&, const AtomicString& value);
104 void setSynchronizedLazyAttribute(const QualifiedName&, const AtomicString& value);
105 void removeAttribute(const QualifiedName&);
108 int getIntegralAttribute(const QualifiedName& attributeName) const;
109 void setIntegralAttribute(const QualifiedName& attributeName, int value);
110 unsigned getUnsignedIntegralAttribute(const QualifiedName& attributeName) const;
111 void setUnsignedIntegralAttribute(const QualifiedName& attributeName, unsigned value)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff.h 42 static PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<EnumType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, EnumType& property)
56 SVGAnimatedEnumerationPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, unsigned& property)
SVGAnimatedTransformListPropertyTearOff.h 45 static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransformList& values)
52 SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransformList& values)
SVGPropertyInfo.h 23 #include "core/dom/QualifiedName.h"
63 SVGPropertyInfo(AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName& newAttributeName,
77 const QualifiedName& attributeName;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SetNodeAttributeCommand.cpp 35 const QualifiedName& attribute, const AtomicString& value)

Completed in 544 milliseconds

1 2 3 45 6 7 8 91011>>