Home
last modified time | relevance | path

Searched defs:tagName (Results 1 – 25 of 116) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLTreeBuilderSimulator.cpp43 const String& tagName = token.data(); in tokenExitsForeignContent() local
100 const String& tagName = token.data(); in tokenExitsMath() local
135 const String& tagName = token.data(); in simulate() local
164 const String& tagName = token.data(); in simulate() local
DHTMLTreeBuilder.cpp80 static bool isNumberedHeaderTag(const AtomicString& tagName) in isNumberedHeaderTag()
90 static bool isCaptionColOrColgroupTag(const AtomicString& tagName) in isCaptionColOrColgroupTag()
97 static bool isTableCellContextTag(const AtomicString& tagName) in isTableCellContextTag()
102 static bool isTableBodyContextTag(const AtomicString& tagName) in isTableBodyContextTag()
109 static bool isNonAnchorNonNobrFormattingTag(const AtomicString& tagName) in isNonAnchorNonNobrFormattingTag()
125 static bool isNonAnchorFormattingTag(const AtomicString& tagName) in isNonAnchorFormattingTag()
132 static bool isFormattingTag(const AtomicString& tagName) in isFormattingTag()
447 void HTMLTreeBuilder::processFakeStartTag(const QualifiedName& tagName, const Vector<Attribute>& at… in processFakeStartTag()
454 void HTMLTreeBuilder::processFakeEndTag(const AtomicString& tagName) in processFakeEndTag()
460 void HTMLTreeBuilder::processFakeEndTag(const QualifiedName& tagName) in processFakeEndTag()
DHTMLMetaCharsetParser.cpp100 String tagName = attemptStaticStringCreation(m_token.name(), Likely8Bit); in checkForMetaCharset() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLUnknownElement.h40 …static PassRefPtrWillBeRawPtr<HTMLUnknownElement> create(const QualifiedName& tagName, Document& d… in create()
48 HTMLUnknownElement(const QualifiedName& tagName, Document& document) in HTMLUnknownElement()
DHTMLHeadingElement.cpp28 inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document& document) in HTMLHeadingElement()
DHTMLTablePartElement.h37 HTMLTablePartElement(const QualifiedName& tagName, Document& document) in HTMLTablePartElement()
DLabelableElement.cpp33 LabelableElement::LabelableElement(const QualifiedName& tagName, Document& document) in LabelableElement()
DHTMLModElement.cpp32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document& document) in HTMLModElement()
DHTMLQuoteElement.cpp33 inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document& document) in HTMLQuoteElement()
DHTMLPreElement.cpp35 inline HTMLPreElement::HTMLPreElement(const QualifiedName& tagName, Document& document) in HTMLPreElement()
DHTMLFormControlElementWithState.cpp38 HTMLFormControlElementWithState::HTMLFormControlElementWithState(const QualifiedName& tagName, Docu… in HTMLFormControlElementWithState()
/external/chromium_org/chrome/renderer/resources/extensions/
Dtag_watcher.js5 function watchForTag(tagName, cb) { argument
44 function addTagWatcher(tagName, cb) { argument
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONML.java57 String tagName = null; in parse() local
312 String tagName; in toString() local
394 String tagName; in toString() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGUnknownElement.cpp36 inline SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document& document) in SVGUnknownElement()
DSVGPolyElement.cpp31 SVGPolyElement::SVGPolyElement(const QualifiedName& tagName, Document& document) in SVGPolyElement()
DSVGGeometryElement.cpp42 SVGGeometryElement::SVGGeometryElement(const QualifiedName& tagName, Document& document, Constructi… in SVGGeometryElement()
DSVGComponentTransferFunctionElement.cpp45 …tTransferFunctionElement::SVGComponentTransferFunctionElement(const QualifiedName& tagName, Docume… in SVGComponentTransferFunctionElement()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFormatBlockCommand.cpp49 FormatBlockCommand::FormatBlockCommand(Document& document, const QualifiedName& tagName) in FormatBlockCommand()
124 bool isElementForFormatBlock(const QualifiedName& tagName) in isElementForFormatBlock()
DApplyBlockElementCommand.h46 const QualifiedName tagName() const { return m_tagName; } in tagName() function
DFormatBlockCommand.h43 …PassRefPtrWillBeRawPtr<FormatBlockCommand> create(Document& document, const QualifiedName& tagName) in create()
/external/chromium_org/chrome/browser/resources/net_internals/
Dutil.js54 function addNode(parentNode, tagName) { argument
81 function addNodeWithText(parentNode, tagName, text) { argument
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlChangeListener.java48 @Nullable T context, String tagName, String... attributeNames); in discardedAttributes()
/external/chromium_org/tools/perf/utils/results_viewer/src/
Dui.js10 function createElementHelper(tagName, opt_bag) { argument
/external/chromium-trace/trace-viewer/src/
Dui.js67 function define(tagName, opt_parentConstructor) { argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmath_semantic_util.js92 cvox.SemanticUtil.tagName = function(node) { function in cvox.SemanticUtil

12345