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

  /external/webkit/Source/WebCore/html/parser/
HTMLFormattingElementList.h 106 Element* closestElementInScopeWithName(const AtomicString&);
HTMLFormattingElementList.cpp 42 Element* HTMLFormattingElementList::closestElementInScopeWithName(const AtomicString& targetName)
HTMLTreeBuilder.cpp 851 Element* activeATag = m_tree.activeFormattingElements()->closestElementInScopeWithName(aTag.localName());
    [all...]

Completed in 54 milliseconds