HomeSort by relevance Sort by last modified time
    Searched full:tagname (Results 1 - 25 of 649) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
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...]
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...]
  /external/chromium-trace/trace-viewer/src/
ui.js 58 * @param {string} tagName The tagName of the newly created subtype. If
67 function define(tagName, opt_parentConstructor) {
68 if (typeof tagName == 'function') {
69 throw new Error('Passing functions as tagName is deprecated. Please ' +
70 'use (tagName, opt_parentConstructor) to subclass');
73 var tagName = tagName.toLowerCase();
74 if (opt_parentConstructor && !opt_parentConstructor.tagName)
88 tagName + ' prototye\'s __proto__ field is messed up. '
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 5 function watchForTag(tagName, cb) {
10 $Array.forEach(queryNode.querySelectorAll(tagName), function(node) {
22 if (addedNode.tagName == tagName)
32 // Expose a function to watch the |tagName| introduction via mutation observer.
34 // We employee mutation observer to watch on any introduction of |tagName|
44 function addTagWatcher(tagName, cb) {
50 watchForTag(tagName, cb);
  /external/chromium_org/tools/perf/utils/results_viewer/src/
ui.js 10 function createElementHelper(tagName, opt_bag) {
16 return doc.createElement(tagName);
34 * @param {string|Function} tagNameOrFunction The tagName or
42 var createFunction, tagName;
45 tagName = '';
48 tagName = tagNameOrFunction;
60 var el = createFunction(tagName, opt_propertyBag);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilDocumentImpl.java 155 public Element createElement(String tagName) throws DOMException {
157 tagName = tagName.toLowerCase();
158 if (tagName.equals("text") ||
159 tagName.equals("img") ||
160 tagName.equals("video")) {
161 return new SmilRegionMediaElementImpl(this, tagName);
162 } else if (tagName.equals("audio")) {
163 return new SmilMediaElementImpl(this, tagName);
164 } else if (tagName.equals("layout"))
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
is_option_element_toggleable.js 6 if (option.tagName.toLowerCase() != 'option')
11 if (parent.tagName.toLowerCase() == 'select') {
  /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));
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));
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));
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));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
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));
SVGFEDistantLightElement.cpp 29 inline SVGFEDistantLightElement::SVGFEDistantLightElement(const QualifiedName& tagName, Document* document)
30 : SVGFELightElement(tagName, document)
36 PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const QualifiedName& tagName, Document* document)
38 return adoptRef(new SVGFEDistantLightElement(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));
SVGFEPointLightElement.cpp 29 inline SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagName, Document* document)
30 : SVGFELightElement(tagName, document)
36 PassRefPtr<SVGFEPointLightElement> SVGFEPointLightElement::create(const QualifiedName& tagName, Document* document)
38 return adoptRef(new SVGFEPointLightElement(tagName, document));
SVGFESpotLightElement.cpp 29 inline SVGFESpotLightElement::SVGFESpotLightElement(const QualifiedName& tagName, Document* document)
30 : SVGFELightElement(tagName, document)
36 PassRefPtr<SVGFESpotLightElement> SVGFESpotLightElement::create(const QualifiedName& tagName, Document* document)
38 return adoptRef(new SVGFESpotLightElement(tagName, document));
SVGFontFaceNameElement.cpp 30 inline SVGFontFaceNameElement::SVGFontFaceNameElement(const QualifiedName& tagName, Document* document)
31 : SVGElement(tagName, document)
37 PassRefPtr<SVGFontFaceNameElement> SVGFontFaceNameElement::create(const QualifiedName& tagName, Document* document)
39 return adoptRef(new SVGFontFaceNameElement(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));

Completed in 288 milliseconds

1 2 3 4 5 6 7 8 91011>>