HomeSort by relevance Sort by last modified time
    Searched full:includechildren (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLCollection.cpp 85 static Node* nextNodeOrSibling(Node* base, Node* node, bool includeChildren)
87 return includeChildren ? node->traverseNextNode(base) : node->traverseNextSibling(base);

Completed in 379 milliseconds