Searched refs:containsNode (Results 1 – 6 of 6) sorted by relevance
87 bool containsNode(const Node*, bool partlyContained) const;
49 boolean containsNode([Default=Undefined] optional Node node,
461 bool DOMSelection::containsNode(const Node* n, bool allowPartial) const in containsNode() function in WebCore::DOMSelection
468 if (!selection.containsNode(this, true))
504 function containsNode(parent, child) { function