OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subtreesAreDisjoint
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/xml/
XPathNodeSet.h
70
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 343 milliseconds