Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.cpp421 bool inScopeCommon(HTMLElementStack::ElementRecord* top, const AtomicString& targetTag) in inScopeCommon() function
475 return inScopeCommon<isScopeMarker>(m_top.get(), targetTag); in inScope()
486 return inScopeCommon<isListItemScopeMarker>(m_top.get(), targetTag); in inListItemScope()
497 return inScopeCommon<isTableScopeMarker>(m_top.get(), targetTag); in inTableScope()
508 return inScopeCommon<isButtonScopeMarker>(m_top.get(), targetTag); in inButtonScope()
519 return inScopeCommon<isSelectScopeMarker>(m_top.get(), targetTag); in inSelectScope()
/external/webkit/Source/WebCore/
DChangeLog54254 (WebCore::inScopeCommon):
54607 (WebCore::inScopeCommon):
54786 (WebCore::inScopeCommon):
DChangeLog-2010-12-06109825 (WebCore::inScopeCommon):