HomeSort by relevance Sort by last modified time
    Searched full:qualifiedname (Results 201 - 225 of 704) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFESpotLightElement.cpp 29 inline SVGFESpotLightElement::SVGFESpotLightElement(const QualifiedName& tagName, Document* document)
36 PassRefPtr<SVGFESpotLightElement> SVGFESpotLightElement::create(const QualifiedName& tagName, Document* document)
SVGFESpotLightElement.h 29 static PassRefPtr<SVGFESpotLightElement> create(const QualifiedName&, Document*);
32 SVGFESpotLightElement(const QualifiedName&, Document*);
SVGFontFaceFormatElement.h 30 static PassRefPtr<SVGFontFaceFormatElement> create(const QualifiedName&, Document*);
33 SVGFontFaceFormatElement(const QualifiedName&, Document*);
SVGFontFaceNameElement.cpp 30 inline SVGFontFaceNameElement::SVGFontFaceNameElement(const QualifiedName& tagName, Document* document)
37 PassRefPtr<SVGFontFaceNameElement> SVGFontFaceNameElement::create(const QualifiedName& tagName, Document* document)
SVGFontFaceNameElement.h 32 static PassRefPtr<SVGFontFaceNameElement> create(const QualifiedName&, Document*);
37 SVGFontFaceNameElement(const QualifiedName&, Document*);
SVGFontFaceSrcElement.h 32 static PassRefPtr<SVGFontFaceSrcElement> create(const QualifiedName&, Document*);
37 SVGFontFaceSrcElement(const QualifiedName&, Document*);
SVGHKernElement.h 32 static PassRefPtr<SVGHKernElement> create(const QualifiedName&, Document*);
37 SVGHKernElement(const QualifiedName&, Document*);
SVGImageElement.cpp 56 inline SVGImageElement::SVGImageElement(const QualifiedName& tagName, Document* document)
69 PassRefPtr<SVGImageElement> SVGImageElement::create(const QualifiedName& tagName, Document* document)
74 bool SVGImageElement::isSupportedAttribute(const QualifiedName& attrName)
76 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
90 bool SVGImageElement::isPresentationAttribute(const QualifiedName& name) const
97 void SVGImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
107 void SVGImageElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
134 void SVGImageElement::svgAttributeChanged(const QualifiedName& attrName)
SVGMetadataElement.cpp 27 inline SVGMetadataElement::SVGMetadataElement(const QualifiedName& tagName, Document* document)
34 PassRefPtr<SVGMetadataElement> SVGMetadataElement::create(const QualifiedName& tagName, Document* document)
SVGMetadataElement.h 30 static PassRefPtr<SVGMetadataElement> create(const QualifiedName&, Document*);
33 SVGMetadataElement(const QualifiedName&, Document*);
SVGMissingGlyphElement.cpp 28 inline SVGMissingGlyphElement::SVGMissingGlyphElement(const QualifiedName& tagName, Document* document)
35 PassRefPtr<SVGMissingGlyphElement> SVGMissingGlyphElement::create(const QualifiedName& tagName, Document* document)
SVGMissingGlyphElement.h 30 static PassRefPtr<SVGMissingGlyphElement> create(const QualifiedName&, Document*);
33 SVGMissingGlyphElement(const QualifiedName&, Document*);
SVGPolygonElement.cpp 28 inline SVGPolygonElement::SVGPolygonElement(const QualifiedName& tagName, Document* document)
35 PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(const QualifiedName& tagName, Document* document)
SVGPolygonElement.h 30 static PassRefPtr<SVGPolygonElement> create(const QualifiedName&, Document*);
33 SVGPolygonElement(const QualifiedName&, Document*);
SVGPolylineElement.cpp 28 inline SVGPolylineElement::SVGPolylineElement(const QualifiedName& tagName, Document* document)
35 PassRefPtr<SVGPolylineElement> SVGPolylineElement::create(const QualifiedName& tagName, Document* document)
SVGPolylineElement.h 30 static PassRefPtr<SVGPolylineElement> create(const QualifiedName&, Document*);
33 SVGPolylineElement(const QualifiedName&, Document*);
SVGSetElement.cpp 27 inline SVGSetElement::SVGSetElement(const QualifiedName& tagName, Document* document)
35 PassRefPtr<SVGSetElement> SVGSetElement::create(const QualifiedName& tagName, Document* document)
SVGSetElement.h 31 static PassRefPtr<SVGSetElement> create(const QualifiedName&, Document*);
34 SVGSetElement(const QualifiedName&, Document*);
SVGSwitchElement.h 33 static PassRefPtr<SVGSwitchElement> create(const QualifiedName&, Document*);
36 SVGSwitchElement(const QualifiedName&, Document*);
SVGTSpanElement.h 30 static PassRefPtr<SVGTSpanElement> create(const QualifiedName&, Document*);
33 SVGTSpanElement(const QualifiedName&, Document*);
SVGTextElement.h 30 static PassRefPtr<SVGTextElement> create(const QualifiedName&, Document*);
35 SVGTextElement(const QualifiedName&, Document*);
SVGTitleElement.h 30 static PassRefPtr<SVGTitleElement> create(const QualifiedName&, Document*);
33 SVGTitleElement(const QualifiedName&, Document*);
SVGVKernElement.h 31 static PassRefPtr<SVGVKernElement> create(const QualifiedName&, Document*);
36 SVGVKernElement(const QualifiedName&, Document*);
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 57 * @param qualifiedName The qualified name of the document type to be
66 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
76 public DocumentType createDocumentType(String qualifiedName,
87 * @param qualifiedName The qualified name of the document element to be
97 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
98 * malformed, if the <code>qualifiedName</code> has a prefix and the
100 * <code>qualifiedName</code> has a prefix that is "xml" and the
118 String qualifiedName,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.h 39 static PassRefPtr<HTMLImageElement> create(const QualifiedName&, Document*, HTMLFormElement*);
83 HTMLImageElement(const QualifiedName&, Document*, HTMLFormElement* = 0);
90 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
91 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
92 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;

Completed in 70 milliseconds

1 2 3 4 5 6 7 891011>>