Searched defs:parentStackIsConsistent (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorFilter.h49 bool parentStackIsConsistent(const ContainerNode* parentNode) const { return !m_parentStack.isEmpty() && m_parentStack.last().element == parentNode; } function in class:WebCore::SelectorFilter

Completed in 81 milliseconds