Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.cpp451 bool inScopeCommon(HTMLElementStack::ElementRecord* top, const AtomicString& targetTag) in inScopeCommon() function
492 return inScopeCommon<isScopeMarker>(m_top.get(), targetTag); in inScope()
502 return inScopeCommon<isListItemScopeMarker>(m_top.get(), targetTag); in inListItemScope()
512 return inScopeCommon<isTableScopeMarker>(m_top.get(), targetTag); in inTableScope()
522 return inScopeCommon<isButtonScopeMarker>(m_top.get(), targetTag); in inButtonScope()
532 return inScopeCommon<isSelectScopeMarker>(m_top.get(), targetTag); in inSelectScope()
542 return inScopeCommon<isRootNode>(m_top.get(), templateTag.localName()); in hasTemplateInHTMLScope()