Searched defs:tagName (Results 1 - 25 of 108) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLHeadingElement.cpp28 inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document& document) argument
29 : HTMLElement(tagName, document)
H A DHTMLTablePartElement.h37 HTMLTablePartElement(const QualifiedName& tagName, Document& document) argument
38 : HTMLElement(tagName, document)
H A DHTMLModElement.cpp32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document& document) argument
33 : HTMLElement(tagName, document)
H A DHTMLPreElement.cpp35 inline HTMLPreElement::HTMLPreElement(const QualifiedName& tagName, Document& document) argument
36 : HTMLElement(tagName, document)
H A DHTMLQuoteElement.cpp33 inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document& document) argument
34 : HTMLElement(tagName, document)
H A DHTMLUnknownElement.h40 static PassRefPtrWillBeRawPtr<HTMLUnknownElement> create(const QualifiedName& tagName, Document& document) argument
42 return adoptRefWillBeNoop(new HTMLUnknownElement(tagName, document));
48 HTMLUnknownElement(const QualifiedName& tagName, Document& document) argument
49 : HTMLElement(tagName, document) { }
H A DLabelableElement.cpp33 LabelableElement::LabelableElement(const QualifiedName& tagName, Document& document) argument
34 : HTMLElement(tagName, document)
H A DHTMLTableSectionElement.cpp41 inline HTMLTableSectionElement::HTMLTableSectionElement(const QualifiedName& tagName, Document& document) argument
42 : HTMLTablePartElement(tagName, document)
H A DHTMLFormControlElementWithState.cpp38 HTMLFormControlElementWithState::HTMLFormControlElementWithState(const QualifiedName& tagName, Document& doc, HTMLFormElement* f) argument
39 : HTMLFormControlElement(tagName, doc, f)
H A DHTMLTableColElement.cpp37 inline HTMLTableColElement::HTMLTableColElement(const QualifiedName& tagName, Document& document) argument
38 : HTMLTablePartElement(tagName, document)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUnknownElement.cpp36 inline SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document& document) argument
37 : SVGElement(tagName, document)
H A DSVGGeometryElement.cpp42 SVGGeometryElement::SVGGeometryElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) argument
43 : SVGGraphicsElement(tagName, document, constructionType)
H A DSVGPolyElement.cpp31 SVGPolyElement::SVGPolyElement(const QualifiedName& tagName, Document& document) argument
32 : SVGGeometryElement(tagName, document)
H A DSVGComponentTransferFunctionElement.cpp45 SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(const QualifiedName& tagName, Document& document) argument
46 : SVGElement(tagName, document)
H A DSVGTextPositioningElement.cpp33 SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagName, Document& document) argument
34 : SVGTextContentElement(tagName, document)
H A DSVGFELightElement.cpp35 SVGFELightElement::SVGFELightElement(const QualifiedName& tagName, Document& document) argument
36 : SVGElement(tagName, document)
H A DSVGGradientElement.cpp48 SVGGradientElement::SVGGradientElement(const QualifiedName& tagName, Document& document) argument
49 : SVGElement(tagName, document)
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyBlockElementCommand.h41 ApplyBlockElementCommand(Document&, const QualifiedName& tagName, const AtomicString& inlineStyle);
42 ApplyBlockElementCommand(Document&, const QualifiedName& tagName);
46 const QualifiedName tagName() const { return m_tagName; } function in class:blink::ApplyBlockElementCommand
H A DFormatBlockCommand.h43 static PassRefPtrWillBeRawPtr<FormatBlockCommand> create(Document& document, const QualifiedName& tagName) argument
45 return adoptRefWillBeNoop(new FormatBlockCommand(document, tagName));
54 FormatBlockCommand(Document&, const QualifiedName& tagName);
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlChangeListener.java48 @Nullable T context, String tagName, String... attributeNames);
47 discardedAttributes( @ullable T context, String tagName, String... attributeNames) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementRegistry.cpp89 QualifiedName tagName = QualifiedName::null(); local
90 if (!constructorBuilder->validateOptions(type, tagName, exceptionState))
93 ASSERT(tagName.namespaceURI() == HTMLNames::xhtmlNamespaceURI || tagName.namespaceURI() == SVGNames::svgNamespaceURI);
106 const CustomElementDescriptor descriptor(type, tagName.namespaceURI(), tagName.localName());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLMetaCharsetParser.cpp100 String tagName = attemptStaticStringCreation(m_token.name(), Likely8Bit); local
102 m_tokenizer->updateStateFor(tagName);
103 if (threadSafeMatch(tagName, metaTag) && processMeta()) {
109 if (!threadSafeMatch(tagName, scriptTag) && !threadSafeMatch(tagName, noscriptTag)
110 && !threadSafeMatch(tagName, styleTag) && !threadSafeMatch(tagName, linkTag)
111 && !threadSafeMatch(tagName, metaTag) && !threadSafeMatch(tagName, objectTag)
112 && !threadSafeMatch(tagName, titleTa
[all...]
H A DHTMLTreeBuilderSimulator.cpp43 const String& tagName = token.data(); local
44 return threadSafeMatch(tagName, bTag)
45 || threadSafeMatch(tagName, bigTag)
46 || threadSafeMatch(tagName, blockquoteTag)
47 || threadSafeMatch(tagName, bodyTag)
48 || threadSafeMatch(tagName, brTag)
49 || threadSafeMatch(tagName, centerTag)
50 || threadSafeMatch(tagName, codeTag)
51 || threadSafeMatch(tagName, ddTag)
52 || threadSafeMatch(tagName, divTa
100 const String& tagName = token.data(); local
135 const String& tagName = token.data(); local
164 const String& tagName = token.data(); local
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omaha/
H A DXMLParser.java36 public Node(String tagName) { argument
37 tag = tagName;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_util.js92 cvox.SemanticUtil.tagName = function(node) {
93 return node.tagName.toUpperCase();
127 var tagName = cvox.SemanticUtil.tagName(node);
128 if (cvox.SemanticUtil.IGNORETAGS.indexOf(tagName) != -1) continue;
129 if (cvox.SemanticUtil.EMPTYTAGS.indexOf(tagName) != -1 &&

Completed in 276 milliseconds

12345