HomeSort by relevance Sort by last modified time
    Searched refs:tagName (Results 201 - 225 of 559) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/svg/
SVGCircleElement.cpp 41 inline SVGCircleElement::SVGCircleElement(const QualifiedName& tagName, Document* document)
42 : SVGStyledTransformableElement(tagName, document)
49 PassRefPtr<SVGCircleElement> SVGCircleElement::create(const QualifiedName& tagName, Document* document)
51 return adoptRef(new SVGCircleElement(tagName, document));
SVGCursorElement.cpp 38 inline SVGCursorElement::SVGCursorElement(const QualifiedName& tagName, Document* document)
39 : SVGElement(tagName, document)
45 PassRefPtr<SVGCursorElement> SVGCursorElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new SVGCursorElement(tagName, document));
SVGEllipseElement.cpp 42 inline SVGEllipseElement::SVGEllipseElement(const QualifiedName& tagName, Document* document)
43 : SVGStyledTransformableElement(tagName, document)
51 PassRefPtr<SVGEllipseElement> SVGEllipseElement::create(const QualifiedName& tagName, Document* document)
53 return adoptRef(new SVGEllipseElement(tagName, document));
SVGFEColorMatrixElement.cpp 38 inline SVGFEColorMatrixElement::SVGFEColorMatrixElement(const QualifiedName& tagName, Document* document)
39 : SVGFilterPrimitiveStandardAttributes(tagName, document)
44 PassRefPtr<SVGFEColorMatrixElement> SVGFEColorMatrixElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new SVGFEColorMatrixElement(tagName, document));
SVGFEDisplacementMapElement.cpp 39 inline SVGFEDisplacementMapElement::SVGFEDisplacementMapElement(const QualifiedName& tagName, Document* document)
40 : SVGFilterPrimitiveStandardAttributes(tagName, document)
46 PassRefPtr<SVGFEDisplacementMapElement> SVGFEDisplacementMapElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new SVGFEDisplacementMapElement(tagName, document));
SVGFEImageElement.cpp 46 inline SVGFEImageElement::SVGFEImageElement(const QualifiedName& tagName, Document* document)
47 : SVGFilterPrimitiveStandardAttributes(tagName, document)
51 PassRefPtr<SVGFEImageElement> SVGFEImageElement::create(const QualifiedName& tagName, Document* document)
53 return adoptRef(new SVGFEImageElement(tagName, document));
SVGFEMorphologyElement.cpp 39 inline SVGFEMorphologyElement::SVGFEMorphologyElement(const QualifiedName& tagName, Document* document)
40 : SVGFilterPrimitiveStandardAttributes(tagName, document)
45 PassRefPtr<SVGFEMorphologyElement> SVGFEMorphologyElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new SVGFEMorphologyElement(tagName, document));
SVGFETurbulenceElement.cpp 40 inline SVGFETurbulenceElement::SVGFETurbulenceElement(const QualifiedName& tagName, Document* document)
41 : SVGFilterPrimitiveStandardAttributes(tagName, document)
48 PassRefPtr<SVGFETurbulenceElement> SVGFETurbulenceElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new SVGFETurbulenceElement(tagName, document));
SVGFontElement.cpp 42 inline SVGFontElement::SVGFontElement(const QualifiedName& tagName, Document* document)
43 : SVGStyledElement(tagName, document)
48 PassRefPtr<SVGFontElement> SVGFontElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new SVGFontElement(tagName, document));
SVGForeignObjectElement.cpp 44 inline SVGForeignObjectElement::SVGForeignObjectElement(const QualifiedName& tagName, Document* document)
45 : SVGStyledTransformableElement(tagName, document)
53 PassRefPtr<SVGForeignObjectElement> SVGForeignObjectElement::create(const QualifiedName& tagName, Document* document)
55 return adoptRef(new SVGForeignObjectElement(tagName, document));
SVGGlyphElement.cpp 40 inline SVGGlyphElement::SVGGlyphElement(const QualifiedName& tagName, Document* document)
41 : SVGStyledElement(tagName, document)
45 PassRefPtr<SVGGlyphElement> SVGGlyphElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new SVGGlyphElement(tagName, document));
SVGLineElement.cpp 42 inline SVGLineElement::SVGLineElement(const QualifiedName& tagName, Document* document)
43 : SVGStyledTransformableElement(tagName, document)
51 PassRefPtr<SVGLineElement> SVGLineElement::create(const QualifiedName& tagName, Document* document)
53 return adoptRef(new SVGLineElement(tagName, document));
SVGScriptElement.cpp 38 inline SVGScriptElement::SVGScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted)
39 : SVGElement(tagName, document)
44 PassRefPtr<SVGScriptElement> SVGScriptElement::create(const QualifiedName& tagName, Document* document, bool insertedByParser)
46 return adoptRef(new SVGScriptElement(tagName, document, insertedByParser, false));
SVGTextPathElement.cpp 39 inline SVGTextPathElement::SVGTextPathElement(const QualifiedName& tagName, Document* document)
40 : SVGTextContentElement(tagName, document)
47 PassRefPtr<SVGTextPathElement> SVGTextPathElement::create(const QualifiedName& tagName, Document* document)
49 return adoptRef(new SVGTextPathElement(tagName, document));
  /external/webkit/Source/WebCore/wml/
WMLCardElement.h 36 static PassRefPtr<WMLCardElement> create(const QualifiedName& tagName, Document*);
WMLOptionElement.h 35 WMLOptionElement(const QualifiedName& tagName, Document*);
WMLTaskElement.cpp 37 WMLTaskElement::WMLTaskElement(const QualifiedName& tagName, Document* doc)
38 : WMLElement(tagName, doc)
WMLTableElement.cpp 42 WMLTableElement::WMLTableElement(const QualifiedName& tagName, Document* doc)
43 : WMLElement(tagName, doc)
48 PassRefPtr<WMLTableElement> WMLTableElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new WMLTableElement(tagName, document));
120 Vector<WMLElement*> WMLTableElement::scanTableChildElements(WMLElement* startElement, const QualifiedName& tagName) const
131 if (child->hasTagName(tagName))
  /external/webkit/Source/WebKit/chromium/public/
WebElement.h 54 WEBKIT_API WebString tagName() const;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnamelength.js 78 The "getElementsByTagName(tagName)" method returns a
79 NodeList of all the Elements with a given tagName.
82 "getElementsByTagName(tagName)" method with tagName
hc_documentcreateelementcasesensitive.js 78 The tagName parameter in the "createElement(tagName)"
81 "createElement(tagName)" method twice. Once for tagName
82 equal to "acronym" and once for tagName equal to "ACRONYM"
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetelementsbytagnamelength.js 78 The "getElementsByTagName(tagName)" method returns a
79 NodeList of all the Elements with a given tagName.
82 "getElementsByTagName(tagName)" method with tagName
hc_documentcreateelementcasesensitive.js 78 The tagName parameter in the "createElement(tagName)"
81 "createElement(tagName)" method twice. Once for tagName
82 equal to "acronym" and once for tagName equal to "ACRONYM"
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeappendchild02.js 90 var tagName;
101 tagName = docElem.tagName;
105 newElem = doc.createElementNS(rootNS,tagName);
  /frameworks/base/services/java/com/android/server/pm/
SELinuxMMAC.java 123 String tagName = parser.getName();
124 if ("signer".equals(tagName)) {
149 } else if ("default".equals(tagName)) {
158 } else if ("package".equals(tagName)) {
206 String tagName = parser.getName();
207 if ("seinfo".equals(tagName)) {

Completed in 594 milliseconds

1 2 3 4 5 6 7 891011>>