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

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/svg/
SVGFEFuncRElement.h 30 SVGFEFuncRElement(const QualifiedName&, Document*);
SVGFontFaceNameElement.h 30 SVGFontFaceNameElement(const QualifiedName&, Document*);
SVGMetadataElement.cpp 27 SVGMetadataElement::SVGMetadataElement(const QualifiedName& tagName, Document *doc)
SVGMetadataElement.h 30 SVGMetadataElement(const QualifiedName&, Document*);
SVGMissingGlyphElement.cpp 27 SVGMissingGlyphElement::SVGMissingGlyphElement(const QualifiedName& tagName, Document* doc)
SVGMissingGlyphElement.h 29 SVGMissingGlyphElement(const QualifiedName&, Document*);
SVGPolygonElement.h 31 SVGPolygonElement(const QualifiedName&, Document*);
SVGPolylineElement.h 31 SVGPolylineElement(const QualifiedName&, Document*);
SVGSetElement.cpp 27 SVGSetElement::SVGSetElement(const QualifiedName& tagName, Document *doc)
SVGTextPositioningElement.h 33 SVGTextPositioningElement(const QualifiedName&, Document*);
37 virtual void svgAttributeChanged(const QualifiedName&);
38 virtual void synchronizeProperty(const QualifiedName&);
40 bool isKnownAttribute(const QualifiedName&);
  /external/webkit/WebCore/wml/
WMLInsertedLegendElement.cpp 28 WMLInsertedLegendElement::WMLInsertedLegendElement(const QualifiedName& tagName, Document* doc)
WMLInsertedLegendElement.h 31 WMLInsertedLegendElement(const QualifiedName& tagName, Document*);
WMLNoopElement.h 31 WMLNoopElement(const QualifiedName& tagName, Document*);
WMLPrevElement.h 31 WMLPrevElement(const QualifiedName& tagName, Document*);
WMLRefreshElement.h 31 WMLRefreshElement(const QualifiedName& tagName, Document*);
  /external/webkit/WebCore/dom/
QualifiedName.cpp 28 #include "QualifiedName.h"
35 typedef HashSet<QualifiedName::QualifiedNameImpl*, QualifiedNameHash> QNameSet;
42 static bool equal(QualifiedName::QualifiedNameImpl* name, const QualifiedNameComponents& c)
46 static void translate(QualifiedName::QualifiedNameImpl*& location, const QualifiedNameComponents& components, unsigned)
48 location = QualifiedName::QualifiedNameImpl::create(components.m_prefix, components.m_localName, components.m_namespace).releaseRef();
54 void QualifiedName::init(const AtomicString& p, const AtomicString& l, const AtomicString& n)
65 QualifiedName::QualifiedName(const AtomicString& p, const AtomicString& l, const AtomicString& n)
70 QualifiedName::QualifiedName(const AtomicString& p, const char* l, const AtomicString& n
    [all...]
  /external/webkit/WebCore/html/
HTMLBRElement.h 35 HTMLBRElement(const QualifiedName&, Document*);
41 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLDivElement.h 31 HTMLDivElement(const QualifiedName&, Document*);
37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLFontElement.h 31 HTMLFontElement(const QualifiedName&, Document*);
36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLHRElement.h 31 HTMLHRElement(const QualifiedName&, Document*);
37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLLIElement.h 31 HTMLLIElement(const QualifiedName&, Document*);
36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLMarqueeElement.h 35 HTMLMarqueeElement(const QualifiedName&, Document*);
40 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLOListElement.h 31 HTMLOListElement(const QualifiedName&, Document*);
36 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLParagraphElement.h 31 HTMLParagraphElement(const QualifiedName&, Document*);
37 virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
HTMLPreElement.h 31 HTMLPreElement(const QualifiedName&, Document*);
36 bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;

Completed in 461 milliseconds

12 3 4 5 6 7 8 91011>>