Home
last modified time | relevance | path

Searched refs:sectionTag (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableRowsCollection.cpp41 static inline bool isInSection(HTMLTableRowElement& row, const HTMLQualifiedName& sectionTag) in isInSection() argument
45 return toHTMLElement(row.parentNode())->hasTagName(sectionTag); in isInSection()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFormatBlockCommand.cpp149 blockTags.add(sectionTag); in isElementForFormatBlock()
DReplaceSelectionCommand.cpp622 elements.add(sectionTag.localName()); in isProhibitedParagraphChild()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLStackItem.h195 || tagName == HTMLNames::sectionTag in isSpecialNode()
DHTMLTreeBuilder.cpp668 || token->name() == sectionTag in processStartTagForInBody()
1787 || token->name() == sectionTag in processEndTagForInBody()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp380 if (node && node->hasTagName(sectionTag)) in determineAccessibilityRole()
407 …ame(headerTag) && !isDescendantOfElementType(articleTag) && !isDescendantOfElementType(sectionTag)) in determineAccessibilityRole()
409 …ame(footerTag) && !isDescendantOfElementType(articleTag) && !isDescendantOfElementType(sectionTag)) in determineAccessibilityRole()