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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.h 42 class SimpleNodeList;
65 PassOwnPtr<SimpleNodeList> findTraverseRoots(Node& rootNode, bool& matchTraverseRoots) const;
SelectorQuery.cpp 41 class SimpleNodeList {
43 virtual ~SimpleNodeList() { }
48 class SingleNodeList : public SimpleNodeList {
65 class ClassRootNodeList : public SimpleNodeList {
97 class ClassElementList : public SimpleNodeList {
240 PassOwnPtr<SimpleNodeList> SelectorDataList::findTraverseRoots(Node& rootNode, bool& matchTraverseRoots) const
343 OwnPtr<SimpleNodeList> traverseRoots = findTraverseRoots(rootNode, matchTraverseRoots);

Completed in 715 milliseconds