Home
last modified time | relevance | path

Searched defs:rootNode (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/dom/
DChildNodeList.h34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create()
DClassNodeList.h40 …static PassRefPtr<ClassNodeList> create(PassRefPtr<Node> rootNode, const String& classNames, Cache… in create()
DNameNodeList.h37 …static PassRefPtr<NameNodeList> create(PassRefPtr<Node> rootNode, const String& name, Caches* cach… in create()
DClassNodeList.cpp38 ClassNodeList::ClassNodeList(PassRefPtr<Node> rootNode, const String& classNames, DynamicNodeList::… in ClassNodeList()
DNameNodeList.cpp34 NameNodeList::NameNodeList(PassRefPtr<Node> rootNode, const String& name, DynamicNodeList::Caches* … in NameNodeList()
DDynamicNodeList.cpp31 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode) in DynamicNodeList()
39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches) in DynamicNodeList()
DTagNodeList.cpp32 TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicS… in TagNodeList()
DTagNodeList.h35 …static PassRefPtr<TagNodeList> create(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI,… in create()
DTraversal.cpp33 Traversal::Traversal(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> nodeFil… in Traversal()
DSelectorNodeList.cpp43 PassRefPtr<StaticNodeList> createSelectorNodeList(Node* rootNode, const CSSSelectorList& querySelec… in createSelectorNodeList()
DTreeWalker.h39 …static PassRefPtr<TreeWalker> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<No… in create()
DChildNodeList.cpp30 ChildNodeList::ChildNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* info) in ChildNodeList()
DNodeIterator.h39 …static PassRefPtr<NodeIterator> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<… in create()
DNodeIterator.cpp74 NodeIterator::NodeIterator(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> f… in NodeIterator()
DTreeWalker.cpp36 TreeWalker::TreeWalker(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filte… in TreeWalker()
DNode.cpp2174 const Node* rootNode; in showTreeAndMark() local
/external/icu4c/common/
Drbbitblb.cpp27 RBBITableBuilder::RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode) : in RBBITableBuilder()
/external/webkit/WebCore/editing/
Dhtmlediting.cpp627 …xtendRangeToWrappingNodes(PassRefPtr<Range> range, const Range* maximumRange, const Node* rootNode) in extendRangeToWrappingNodes()