HomeSort by relevance Sort by last modified time
    Searched refs:QualifiedName (Results 176 - 200 of 491) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/wml/
WMLFieldSetElement.h 31 WMLFieldSetElement(const QualifiedName& tagName, Document*);
WMLFormControlElement.h 31 WMLFormControlElement(const QualifiedName&, Document*);
WMLPostfieldElement.h 31 WMLPostfieldElement(const QualifiedName& tagName, Document*);
WMLTaskElement.h 36 WMLTaskElement(const QualifiedName& tagName, Document*);
WMLTimerElement.h 34 WMLTimerElement(const QualifiedName& tagName, Document*);
  /external/webkit/WebCore/html/
HTMLElement.h 38 static PassRefPtr<HTMLElement> create(const QualifiedName& tagName, Document*);
85 HTMLElement(const QualifiedName& tagName, Document*, ConstructionType = CreateElementZeroRefCount);
89 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
100 static bool isRecognizedTagName(const QualifiedName&);
116 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document* document, ConstructionType type)
HTMLAreaElement.h 38 static PassRefPtr<HTMLAreaElement> create(const QualifiedName&, Document*);
56 HTMLAreaElement(const QualifiedName&, Document*);
HTMLBRElement.cpp 35 HTMLBRElement::HTMLBRElement(const QualifiedName& tagName, Document *doc)
41 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
HTMLPlugInElement.h 54 HTMLPlugInElement(const QualifiedName& tagName, Document*);
60 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
HTMLPreElement.cpp 35 HTMLPreElement::HTMLPreElement(const QualifiedName& tagName, Document* doc)
40 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
HTMLTableCaptionElement.cpp 36 HTMLTableCaptionElement::HTMLTableCaptionElement(const QualifiedName& tagName, Document *doc)
42 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
HTMLUListElement.cpp 33 HTMLUListElement::HTMLUListElement(const QualifiedName& tagName, Document* doc)
39 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
HTMLVideoElement.h 40 HTMLVideoElement(const QualifiedName&, Document*);
54 virtual const QualifiedName& imageSourceAttributeName() const;
  /external/webkit/WebCore/dom/
NamedAttrMap.h 59 PassRefPtr<Node> getNamedItem(const QualifiedName& name) const;
60 PassRefPtr<Node> removeNamedItem(const QualifiedName& name, ExceptionCode&);
73 Attribute* getAttributeItem(const QualifiedName&) const;
95 void removeAttribute(const QualifiedName&);
113 inline Attribute* NamedNodeMap::getAttributeItem(const QualifiedName& name) const
132 const QualifiedName& attrName = m_attributes[i]->name();
MappedAttribute.h 35 static PassRefPtr<MappedAttribute> create(const QualifiedName& name, const AtomicString& value)
54 MappedAttribute(const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* declaration)
  /external/webkit/WebCore/svg/
SVGComponentTransferFunctionElement.h 34 SVGComponentTransferFunctionElement(const QualifiedName&, Document*);
38 virtual void synchronizeProperty(const QualifiedName&);
SVGFECompositeElement.h 32 SVGFECompositeElement(const QualifiedName&, Document*);
36 virtual void synchronizeProperty(const QualifiedName&);
SVGFEDiffuseLightingElement.h 39 SVGFEDiffuseLightingElement(const QualifiedName&, Document*);
43 virtual void synchronizeProperty(const QualifiedName&);
SVGFELightElement.h 34 SVGFELightElement(const QualifiedName&, Document*);
39 virtual void synchronizeProperty(const QualifiedName&);
SVGFESpecularLightingElement.h 36 SVGFESpecularLightingElement(const QualifiedName&, Document*);
40 virtual void synchronizeProperty(const QualifiedName&);
SVGFETileElement.cpp 33 SVGFETileElement::SVGFETileElement(const QualifiedName& tagName, Document* doc)
51 void SVGFETileElement::synchronizeProperty(const QualifiedName& attrName)
SVGFETurbulenceElement.h 41 SVGFETurbulenceElement(const QualifiedName&, Document*);
45 virtual void synchronizeProperty(const QualifiedName&);
SVGFilterPrimitiveStandardAttributes.h 36 SVGFilterPrimitiveStandardAttributes(const QualifiedName&, Document*);
42 virtual void synchronizeProperty(const QualifiedName&);
SVGMPathElement.cpp 32 SVGMPathElement::SVGMPathElement(const QualifiedName& qname, Document* doc)
48 void SVGMPathElement::synchronizeProperty(const QualifiedName& attrName)
SVGStopElement.cpp 34 SVGStopElement::SVGStopElement(const QualifiedName& tagName, Document* doc)
58 void SVGStopElement::synchronizeProperty(const QualifiedName& attrName)

Completed in 1096 milliseconds

1 2 3 4 5 6 78 91011>>