Searched defs:rootNode (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/dom/
H A DClassNodeList.cpp38 ClassNodeList::ClassNodeList(ContainerNode& rootNode, const String& classNames) argument
H A DNameNodeList.cpp32 NameNodeList::NameNodeList(ContainerNode& rootNode, const AtomicString& name) argument
H A DNameNodeList.h36 static PassRef<NameNodeList> create(ContainerNode& rootNode, const AtomicString& name) argument
H A DTagNodeList.cpp31 TagNodeList::TagNodeList(ContainerNode& rootNode, const AtomicString& namespaceURI, const AtomicString& localName) argument
47 HTMLTagNodeList::HTMLTagNodeList(ContainerNode& rootNode, const AtomicString& localName) argument
H A DTraversal.cpp33 NodeIteratorBase::NodeIteratorBase(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> nodeFilter, bool expandEntityReferences) argument
H A DClassNodeList.h42 static PassRef<ClassNodeList> create(ContainerNode& rootNode, const String& classNames) argument
H A DLiveNodeList.cpp46 ContainerNode& LiveNodeList::rootNode() const function in class:WebCore::LiveNodeList
57 Node& rootNode = this->rootNode(); local
H A DTagNodeList.h36 static PassRef<TagNodeList> create(ContainerNode& rootNode, const AtomicString& namespaceURI, const AtomicString& localName) argument
42 static PassRef<TagNodeList> create(ContainerNode& rootNode, const AtomicString& localName) argument
70 static PassRef<HTMLTagNodeList> create(ContainerNode& rootNode, const AtomicString& localName) argument
H A DTreeWalker.cpp36 TreeWalker::TreeWalker(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter, bool expandEntityReferences) argument
H A DTreeWalker.h40 static PassRefPtr<TreeWalker> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter, bool expandEntityReferences) argument
H A DNodeIterator.h40 static PassRefPtr<NodeIterator> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter, bool expandEntityReferences) argument
H A DTreeScope.h100 ContainerNode& rootNode() const { return m_rootNode; } function in class:WebCore::TreeScope
H A DLiveNodeList.h147 inline ContainerNode& CachedLiveNodeList<NodeListType>::rootNode() const function in class:WebCore::CachedLiveNodeList
H A DNodeIterator.cpp79 NodeIterator::NodeIterator(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter, bool expandEntityReferences) argument
H A DSelectorQuery.cpp171 static const CSSSelector* selectorForIdLookup(const ContainerNode& rootNode, const CSSSelector& firstSelector) argument
194 executeFastPathForIdSelector(const ContainerNode& rootNode, const SelectorData& selectorData, const CSSSelector* idSelector, typename SelectorQueryTrait::OutputType& output) const argument
224 filterRootById(ContainerNode& rootNode, const CSSSelector& firstSelector) argument
264 elementsForLocalName(const ContainerNode& rootNode, const AtomicString& localName, typename SelectorQueryTrait::OutputType& output) argument
276 anyElement(const ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) argument
287 executeSingleTagNameSelectorData(const ContainerNode& rootNode, const SelectorData& selectorData, typename SelectorQueryTrait::OutputType& output) const argument
317 executeSingleClassNameSelectorData(const ContainerNode& rootNode, const SelectorData& selectorData, typename SelectorQueryTrait::OutputType& output) const argument
333 executeSingleSelectorData(const ContainerNode& rootNode, const SelectorData& selectorData, typename SelectorQueryTrait::OutputType& output) const argument
347 executeSingleMultiSelectorData(const ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const argument
364 executeCompiledSimpleSelectorChecker(const ContainerNode& rootNode, SelectorCompiler::SimpleSelectorChecker selectorChecker, typename SelectorQueryTrait::OutputType& output, const SelectorData& selectorData) const argument
382 execute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const argument
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DRadioNodeList.h38 static PassRef<RadioNodeList> create(ContainerNode& rootNode, const AtomicString& name) argument
H A DRadioNodeList.cpp41 RadioNodeList::RadioNodeList(ContainerNode& rootNode, const AtomicString& name) argument
H A DHTMLCollection.cpp164 ContainerNode& HTMLCollection::rootNode() const function in class:WebCore::HTMLCollection
235 ContainerNode& rootNode = this->rootNode(); local
/macosx-10.10/llvmCore-3425.0.34/tools/opt/
H A DPrintSCC.cpp95 CallGraphNode* rootNode = getAnalysis<CallGraph>().getRoot(); local
/macosx-10.10/WebCore-7600.1.25/editing/
H A DSimplifyMarkupCommand.cpp46 Node* rootNode = m_firstNode->parentNode(); local
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCodeCache.cpp95 RefPtr<RootNode> rootNode = parse<RootNode>(&vm, source, 0, Identifier(), strictness, JSParseProgramCode, error); local
[all...]
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingTree.h123 ScrollingTreeNode* rootNode() const { return m_rootNode.get(); } function in class:WebCore::ScrollingTree
H A DScrollingTree.cpp134 ScrollingStateScrollingNode* rootNode = scrollingStateTree->rootStateNode(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLElementStack.cpp559 ContainerNode* HTMLElementStack::rootNode() const function in class:WebCore::HTMLElementStack
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c1263 BlockDescriptor rootNode; local
[all...]

Completed in 224 milliseconds

12