HomeSort by relevance Sort by last modified time
    Searched refs:matchesHTMLTag (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h 80 bool matchesHTMLTag(const AtomicString& name) const { return m_tokenLocalName == name && m_namespaceURI == HTMLNames::xhtmlNamespaceURI; }
81 bool matchesHTMLTag(const QualifiedName& name) const { return m_tokenLocalName == name && m_namespaceURI == HTMLNames::xhtmlNamespaceURI; }
HTMLElementStack.cpp 215 while (!topStackItem()->matchesHTMLTag(tagName)) {
424 if (pos->stackItem()->matchesHTMLTag(tagName))
445 if (item->matchesHTMLTag(targetTag))
HTMLFormattingElementList.cpp 54 if (entry.stackItem()->matchesHTMLTag(targetName))
HTMLTreeBuilder.cpp     [all...]
HTMLConstructionSite.cpp     [all...]

Completed in 26 milliseconds