HomeSort by relevance Sort by last modified time
    Searched refs:tagName (Results 1 - 25 of 454) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUnknownElement.cpp 36 SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document* document)
37 : SVGElement(tagName, document)
SVGFEFuncAElement.cpp 28 inline SVGFEFuncAElement::SVGFEFuncAElement(const QualifiedName& tagName, Document* document)
29 : SVGComponentTransferFunctionElement(tagName, document)
35 PassRefPtr<SVGFEFuncAElement> SVGFEFuncAElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGFEFuncAElement(tagName, document));
SVGFEFuncBElement.cpp 28 inline SVGFEFuncBElement::SVGFEFuncBElement(const QualifiedName& tagName, Document* document)
29 : SVGComponentTransferFunctionElement(tagName, document)
35 PassRefPtr<SVGFEFuncBElement> SVGFEFuncBElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGFEFuncBElement(tagName, document));
SVGFEFuncGElement.cpp 28 inline SVGFEFuncGElement::SVGFEFuncGElement(const QualifiedName& tagName, Document* document)
29 : SVGComponentTransferFunctionElement(tagName, document)
35 PassRefPtr<SVGFEFuncGElement> SVGFEFuncGElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGFEFuncGElement(tagName, document));
SVGFEFuncRElement.cpp 28 inline SVGFEFuncRElement::SVGFEFuncRElement(const QualifiedName& tagName, Document* document)
29 : SVGComponentTransferFunctionElement(tagName, document)
35 PassRefPtr<SVGFEFuncRElement> SVGFEFuncRElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGFEFuncRElement(tagName, document));
SVGMetadataElement.cpp 27 inline SVGMetadataElement::SVGMetadataElement(const QualifiedName& tagName, Document* document)
28 : SVGElement(tagName, document)
34 PassRefPtr<SVGMetadataElement> SVGMetadataElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new SVGMetadataElement(tagName, document));
SVGMissingGlyphElement.cpp 28 inline SVGMissingGlyphElement::SVGMissingGlyphElement(const QualifiedName& tagName, Document* document)
29 : SVGElement(tagName, document)
35 PassRefPtr<SVGMissingGlyphElement> SVGMissingGlyphElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGMissingGlyphElement(tagName, document));
SVGPolygonElement.cpp 28 inline SVGPolygonElement::SVGPolygonElement(const QualifiedName& tagName, Document* document)
29 : SVGPolyElement(tagName, document)
35 PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGPolygonElement(tagName, document));
SVGPolylineElement.cpp 28 inline SVGPolylineElement::SVGPolylineElement(const QualifiedName& tagName, Document* document)
29 : SVGPolyElement(tagName, document)
35 PassRefPtr<SVGPolylineElement> SVGPolylineElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGPolylineElement(tagName, document));
SVGSetElement.cpp 27 inline SVGSetElement::SVGSetElement(const QualifiedName& tagName, Document* document)
28 : SVGAnimateElement(tagName, document)
35 PassRefPtr<SVGSetElement> SVGSetElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGSetElement(tagName, document));
SVGDescElement.cpp 27 inline SVGDescElement::SVGDescElement(const QualifiedName& tagName, Document* document)
28 : SVGElement(tagName, document)
34 PassRefPtr<SVGDescElement> SVGDescElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new SVGDescElement(tagName, document));
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h 134 const AtomicString& tagName = localName();
135 return tagName == HTMLNames::addressTag
136 || tagName == HTMLNames::appletTag
137 || tagName == HTMLNames::areaTag
138 || tagName == HTMLNames::articleTag
139 || tagName == HTMLNames::asideTag
140 || tagName == HTMLNames::baseTag
141 || tagName == HTMLNames::basefontTag
142 || tagName == HTMLNames::bgsoundTag
143 || tagName == HTMLNames::blockquoteTa
    [all...]
HTMLTreeBuilderSimulator.cpp 43 const HTMLIdentifier& tagName = token.data();
44 return threadSafeHTMLNamesMatch(tagName, bTag)
45 || threadSafeHTMLNamesMatch(tagName, bigTag)
46 || threadSafeHTMLNamesMatch(tagName, blockquoteTag)
47 || threadSafeHTMLNamesMatch(tagName, bodyTag)
48 || threadSafeHTMLNamesMatch(tagName, brTag)
49 || threadSafeHTMLNamesMatch(tagName, centerTag)
50 || threadSafeHTMLNamesMatch(tagName, codeTag)
51 || threadSafeHTMLNamesMatch(tagName, ddTag)
52 || threadSafeHTMLNamesMatch(tagName, divTag
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBaseFontElement.cpp 32 inline HTMLBaseFontElement::HTMLBaseFontElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
39 PassRefPtr<HTMLBaseFontElement> HTMLBaseFontElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new HTMLBaseFontElement(tagName, document));
HTMLDListElement.cpp 32 inline HTMLDListElement::HTMLDListElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
39 PassRefPtr<HTMLDListElement> HTMLDListElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new HTMLDListElement(tagName, document));
HTMLDirectoryElement.cpp 32 inline HTMLDirectoryElement::HTMLDirectoryElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
39 PassRefPtr<HTMLDirectoryElement> HTMLDirectoryElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new HTMLDirectoryElement(tagName, document));
HTMLHeadingElement.cpp 28 inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document* document)
29 : HTMLElement(tagName, document)
34 PassRefPtr<HTMLHeadingElement> HTMLHeadingElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new HTMLHeadingElement(tagName, document));
HTMLMenuElement.cpp 32 inline HTMLMenuElement::HTMLMenuElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
39 PassRefPtr<HTMLMenuElement> HTMLMenuElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new HTMLMenuElement(tagName, document));
HTMLSpanElement.cpp 35 HTMLSpanElement::HTMLSpanElement(const QualifiedName& tagName, Document* document)
36 : HTMLElement(tagName, document)
42 PassRefPtr<HTMLSpanElement> HTMLSpanElement::create(const QualifiedName& tagName, Document* document)
44 return adoptRef(new HTMLSpanElement(tagName, document));
HTMLDataListElement.cpp 40 inline HTMLDataListElement::HTMLDataListElement(const QualifiedName& tagName, Document* document)
41 : HTMLElement(tagName, document)
46 PassRefPtr<HTMLDataListElement> HTMLDataListElement::create(const QualifiedName& tagName, Document* document)
49 return adoptRef(new HTMLDataListElement(tagName, document));
HTMLHeadElement.cpp 33 HTMLHeadElement::HTMLHeadElement(const QualifiedName& tagName, Document* document)
34 : HTMLElement(tagName, document)
45 PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLHeadElement(tagName, document));
HTMLModElement.cpp 32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLModElement> HTMLModElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new HTMLModElement(tagName, document));
HTMLUnknownElement.h 39 static PassRefPtr<HTMLUnknownElement> create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new HTMLUnknownElement(tagName, document));
47 HTMLUnknownElement(const QualifiedName& tagName, Document* document)
48 : HTMLElement(tagName, document)
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRefElementImpl.java 25 SmilRefElementImpl(SmilDocumentImpl owner, String tagName) {
26 super(owner, tagName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTag.java 23 public SystraceTag(String tagName, String details) {
24 tag = tagName;

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 91011>>