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

  /external/webkit/Source/WebCore/xml/
XPathNodeSet.h 71 bool subtreesAreDisjoint() const { return m_subtreesAreDisjoint || m_nodes.size() < 2; }
XPathPath.cpp 121 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
128 if (nodes.subtreesAreDisjoint() && (step->axis() == Step::ChildAxis || step->axis() == Step::SelfAxis))

Completed in 1581 milliseconds