TreeScope         262 Source/core/accessibility/AXNodeObject.cpp     TreeScope& scope = node->treeScope();
TreeScope         121 Source/core/css/ElementRuleCollector.cpp     TreeScope& treeScope = element->treeScope();
TreeScope          34 Source/core/css/StyleSheetList.cpp StyleSheetList::StyleSheetList(TreeScope* treeScope)
TreeScope          38 Source/core/css/StyleSheetList.h     static PassRefPtrWillBeRawPtr<StyleSheetList> create(TreeScope* treeScope) { return adoptRefWillBeNoop(new StyleSheetList(treeScope)); }
TreeScope          54 Source/core/css/StyleSheetList.h     StyleSheetList(TreeScope*);
TreeScope          57 Source/core/css/StyleSheetList.h     TreeScope* m_treeScope;
TreeScope          54 Source/core/css/resolver/ScopedStyleResolver.h     const TreeScope& treeScope() const { return m_scopingNode.treeScope(); }
TreeScope         138 Source/core/css/resolver/ScopedStyleTree.cpp     TreeScope& treeScope = element->treeScope();
TreeScope          54 Source/core/dom/CharacterData.h     CharacterData(TreeScope& treeScope, const String& text, ConstructionType type)
TreeScope         190 Source/core/dom/ContainerNode.h     ContainerNode(TreeScope*, ConstructionType = CreateContainer);
TreeScope         246 Source/core/dom/ContainerNode.h inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type)
TreeScope         405 Source/core/dom/Document.cpp     , TreeScope(*this)
TreeScope        1230 Source/core/dom/Document.cpp     return TreeScope::elementFromPoint(x, y);
TreeScope         232 Source/core/dom/Document.h class Document : public ContainerNode, public TreeScope, public SecurityContext, public ExecutionContext, public ExecutionContextClient
TreeScope         105 Source/core/dom/DocumentOrderedMap.cpp inline Element* DocumentOrderedMap::get(StringImpl* key, const TreeScope* scope) const
TreeScope         129 Source/core/dom/DocumentOrderedMap.cpp Element* DocumentOrderedMap::getElementById(StringImpl* key, const TreeScope* scope) const
TreeScope         134 Source/core/dom/DocumentOrderedMap.cpp const Vector<Element*>& DocumentOrderedMap::getAllElementsById(StringImpl* key, const TreeScope* scope) const
TreeScope         162 Source/core/dom/DocumentOrderedMap.cpp Element* DocumentOrderedMap::getElementByMapName(StringImpl* key, const TreeScope* scope) const
TreeScope         167 Source/core/dom/DocumentOrderedMap.cpp Element* DocumentOrderedMap::getElementByLowercasedMapName(StringImpl* key, const TreeScope* scope) const
TreeScope         172 Source/core/dom/DocumentOrderedMap.cpp Element* DocumentOrderedMap::getElementByLabelForAttribute(StringImpl* key, const TreeScope* scope) const
TreeScope          41 Source/core/dom/DocumentOrderedMap.h class TreeScope;
TreeScope          51 Source/core/dom/DocumentOrderedMap.h     Element* getElementById(StringImpl*, const TreeScope*) const;
TreeScope          52 Source/core/dom/DocumentOrderedMap.h     const Vector<Element*>& getAllElementsById(StringImpl*, const TreeScope*) const;
TreeScope          53 Source/core/dom/DocumentOrderedMap.h     Element* getElementByMapName(StringImpl*, const TreeScope*) const;
TreeScope          54 Source/core/dom/DocumentOrderedMap.h     Element* getElementByLowercasedMapName(StringImpl*, const TreeScope*) const;
TreeScope          55 Source/core/dom/DocumentOrderedMap.h     Element* getElementByLabelForAttribute(StringImpl*, const TreeScope*) const;
TreeScope          58 Source/core/dom/DocumentOrderedMap.h     template<bool keyMatches(StringImpl*, Element&)> Element* get(StringImpl*, const TreeScope*) const;
TreeScope          51 Source/core/dom/DocumentStyleSheetCollection.cpp DocumentStyleSheetCollection::DocumentStyleSheetCollection(TreeScope& treeScope)
TreeScope          39 Source/core/dom/DocumentStyleSheetCollection.h class TreeScope;
TreeScope          45 Source/core/dom/DocumentStyleSheetCollection.h     explicit DocumentStyleSheetCollection(TreeScope&);
TreeScope        1297 Source/core/dom/Element.cpp     TreeScope& scope = insertionPoint->treeScope();
TreeScope        1344 Source/core/dom/Element.cpp             TreeScope& treeScope = insertionPoint->treeScope();
TreeScope        2821 Source/core/dom/Element.cpp inline void Element::updateId(TreeScope& scope, const AtomicString& oldId, const AtomicString& newId)
TreeScope        2835 Source/core/dom/Element.cpp void Element::updateLabel(TreeScope& scope, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue)
TreeScope        2858 Source/core/dom/Element.cpp         TreeScope& scope = treeScope();
TreeScope         602 Source/core/dom/Element.h     void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId);
TreeScope         604 Source/core/dom/Element.h     void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue);
TreeScope        2325 Source/core/dom/Node.cpp inline void TreeScope::removedLastRefToScope()
TreeScope         112 Source/core/dom/Node.h     friend class TreeScope;
TreeScope         455 Source/core/dom/Node.h     TreeScope& treeScope() const
TreeScope         746 Source/core/dom/Node.h     Node(TreeScope* treeScope, ConstructionType type)
TreeScope         780 Source/core/dom/Node.h     void setTreeScope(TreeScope* scope) { m_treeScope = scope; }
TreeScope         827 Source/core/dom/Node.h     TreeScope* m_treeScope;
TreeScope          42 Source/core/dom/NodeRareData.h class TreeScope;
TreeScope          78 Source/core/dom/StyleElement.cpp void StyleElement::removedFromDocument(Document& document, Element* element, ContainerNode* scopingNode, TreeScope& treeScope)
TreeScope         102 Source/core/dom/StyleElement.cpp         TreeScope& treeScope = scopingNode ? scopingNode->treeScope() : element->treeScope();
TreeScope          32 Source/core/dom/StyleElement.h class TreeScope;
TreeScope          51 Source/core/dom/StyleElement.h     void removedFromDocument(Document&, Element*, ContainerNode* scopingNode, TreeScope&);
TreeScope         115 Source/core/dom/StyleEngine.cpp void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope)
TreeScope         127 Source/core/dom/StyleEngine.cpp     TreeScope* followingTreeScope = 0;
TreeScope         130 Source/core/dom/StyleEngine.cpp         TreeScope* n = *it;
TreeScope         142 Source/core/dom/StyleEngine.cpp TreeScopeStyleSheetCollection* StyleEngine::ensureStyleSheetCollectionFor(TreeScope& treeScope)
TreeScope         147 Source/core/dom/StyleEngine.cpp     WillBeHeapHashMap<TreeScope*, OwnPtrWillBeMember<ShadowTreeStyleSheetCollection> >::AddResult result = m_styleSheetCollectionMap.add(&treeScope, nullptr);
TreeScope         153 Source/core/dom/StyleEngine.cpp TreeScopeStyleSheetCollection* StyleEngine::styleSheetCollectionFor(TreeScope& treeScope)
TreeScope         158 Source/core/dom/StyleEngine.cpp     WillBeHeapHashMap<TreeScope*, OwnPtrWillBeMember<ShadowTreeStyleSheetCollection> >::iterator it = m_styleSheetCollectionMap.find(&treeScope);
TreeScope         164 Source/core/dom/StyleEngine.cpp const WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& StyleEngine::styleSheetsForStyleSheetList(TreeScope& treeScope)
TreeScope         247 Source/core/dom/StyleEngine.cpp     TreeScope* treeScope = isHTMLStyleElement(*styleSheetCandidateNode) ? &styleSheetCandidateNode->treeScope() : &m_document;
TreeScope         276 Source/core/dom/StyleEngine.cpp     TreeScope& treeScope = isHTMLStyleElement(*node) ? node->treeScope() : m_document;
TreeScope         287 Source/core/dom/StyleEngine.cpp     TreeScope& treeScope = isHTMLStyleElement(*node) ? node->treeScope() : m_document;
TreeScope         304 Source/core/dom/StyleEngine.cpp void StyleEngine::removeStyleSheetCandidateNode(Node* node, ContainerNode* scopingNode, TreeScope& treeScope)
TreeScope         321 Source/core/dom/StyleEngine.cpp     TreeScope& treeScope = isHTMLStyleElement(*node) ? node->treeScope() : m_document;
TreeScope         334 Source/core/dom/StyleEngine.cpp         TreeScope& treeScope = **it;
TreeScope         372 Source/core/dom/StyleEngine.cpp         HashSet<TreeScope*> treeScopesRemoved;
TreeScope         375 Source/core/dom/StyleEngine.cpp             TreeScope* treeScope = *it;
TreeScope         384 Source/core/dom/StyleEngine.cpp             for (HashSet<TreeScope*>::iterator it = treeScopesRemoved.begin(); it != treeScopesRemoved.end(); ++it)
TreeScope         551 Source/core/dom/StyleEngine.cpp void StyleEngine::markTreeScopeDirty(TreeScope& scope)
TreeScope          95 Source/core/dom/StyleEngine.h     const WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& styleSheetsForStyleSheetList(TreeScope&);
TreeScope         106 Source/core/dom/StyleEngine.h     void removeStyleSheetCandidateNode(Node*, ContainerNode* scopingNode, TreeScope&);
TreeScope         196 Source/core/dom/StyleEngine.h     TreeScopeStyleSheetCollection* ensureStyleSheetCollectionFor(TreeScope&);
TreeScope         197 Source/core/dom/StyleEngine.h     TreeScopeStyleSheetCollection* styleSheetCollectionFor(TreeScope&);
TreeScope         200 Source/core/dom/StyleEngine.h     void markTreeScopeDirty(TreeScope&);
TreeScope         206 Source/core/dom/StyleEngine.h     static void insertTreeScopeInDocumentOrder(TreeScopeSet&, TreeScope*);
TreeScope         228 Source/core/dom/StyleEngine.h     WillBeHeapHashMap<TreeScope*, OwnPtrWillBeMember<ShadowTreeStyleSheetCollection> > m_styleSheetCollectionMap;
TreeScope          62 Source/core/dom/Text.h     Text(TreeScope& treeScope, const String& data, ConstructionType type)
TreeScope          58 Source/core/dom/TreeScope.cpp TreeScope::TreeScope(ContainerNode& rootNode, Document& document)
TreeScope          70 Source/core/dom/TreeScope.cpp TreeScope::TreeScope(Document& document)
TreeScope          80 Source/core/dom/TreeScope.cpp TreeScope::~TreeScope()
TreeScope          94 Source/core/dom/TreeScope.cpp TreeScope* TreeScope::olderShadowRootOrParentTreeScope() const
TreeScope         103 Source/core/dom/TreeScope.cpp bool TreeScope::isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(const TreeScope& scope) const
TreeScope         105 Source/core/dom/TreeScope.cpp     for (const TreeScope* current = &scope; current; current = current->olderShadowRootOrParentTreeScope()) {
TreeScope         112 Source/core/dom/TreeScope.cpp bool TreeScope::rootNodeHasTreeSharedParent() const
TreeScope         117 Source/core/dom/TreeScope.cpp void TreeScope::destroyTreeScopeData()
TreeScope         124 Source/core/dom/TreeScope.cpp void TreeScope::setParentTreeScope(TreeScope& newParentScope)
TreeScope         136 Source/core/dom/TreeScope.cpp Element* TreeScope::getElementById(const AtomicString& elementId) const
TreeScope         145 Source/core/dom/TreeScope.cpp const Vector<Element*>& TreeScope::getAllElementsById(const AtomicString& elementId) const
TreeScope         155 Source/core/dom/TreeScope.cpp void TreeScope::addElementById(const AtomicString& elementId, Element* element)
TreeScope         163 Source/core/dom/TreeScope.cpp void TreeScope::removeElementById(const AtomicString& elementId, Element* element)
TreeScope         171 Source/core/dom/TreeScope.cpp Node* TreeScope::ancestorInThisScope(Node* node) const
TreeScope         185 Source/core/dom/TreeScope.cpp void TreeScope::addImageMap(HTMLMapElement* imageMap)
TreeScope         195 Source/core/dom/TreeScope.cpp void TreeScope::removeImageMap(HTMLMapElement* imageMap)
TreeScope         205 Source/core/dom/TreeScope.cpp HTMLMapElement* TreeScope::getImageMap(const String& url) const
TreeScope         240 Source/core/dom/TreeScope.cpp Element* TreeScope::elementFromPoint(int x, int y) const
TreeScope         255 Source/core/dom/TreeScope.cpp void TreeScope::addLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element)
TreeScope         261 Source/core/dom/TreeScope.cpp void TreeScope::removeLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element)
TreeScope         267 Source/core/dom/TreeScope.cpp HTMLLabelElement* TreeScope::labelElementForId(const AtomicString& forAttributeValue)
TreeScope         285 Source/core/dom/TreeScope.cpp DOMSelection* TreeScope::getSelection() const
TreeScope         300 Source/core/dom/TreeScope.cpp Element* TreeScope::findAnchor(const String& name)
TreeScope         320 Source/core/dom/TreeScope.cpp bool TreeScope::applyAuthorStyles() const
TreeScope         325 Source/core/dom/TreeScope.cpp void TreeScope::adoptIfNeeded(Node& node)
TreeScope         344 Source/core/dom/TreeScope.cpp Element* TreeScope::adjustedFocusedElement() const
TreeScope         369 Source/core/dom/TreeScope.cpp unsigned short TreeScope::comparePosition(const TreeScope& otherScope) const
TreeScope         374 Source/core/dom/TreeScope.cpp     Vector<const TreeScope*, 16> chain1;
TreeScope         375 Source/core/dom/TreeScope.cpp     Vector<const TreeScope*, 16> chain2;
TreeScope         376 Source/core/dom/TreeScope.cpp     const TreeScope* current;
TreeScope         388 Source/core/dom/TreeScope.cpp         const TreeScope* child1 = chain1[--index1];
TreeScope         389 Source/core/dom/TreeScope.cpp         const TreeScope* child2 = chain2[--index2];
TreeScope         411 Source/core/dom/TreeScope.cpp static void listTreeScopes(Node* node, Vector<TreeScope*, 5>& treeScopes)
TreeScope         422 Source/core/dom/TreeScope.cpp TreeScope* commonTreeScope(Node* nodeA, Node* nodeB)
TreeScope         430 Source/core/dom/TreeScope.cpp     Vector<TreeScope*, 5> treeScopesA;
TreeScope         433 Source/core/dom/TreeScope.cpp     Vector<TreeScope*, 5> treeScopesB;
TreeScope         445 Source/core/dom/TreeScope.cpp bool TreeScope::deletionHasBegun()
TreeScope         450 Source/core/dom/TreeScope.cpp void TreeScope::beginDeletion()
TreeScope         456 Source/core/dom/TreeScope.cpp int TreeScope::refCount() const
TreeScope         461 Source/core/dom/TreeScope.cpp bool TreeScope::isInclusiveAncestorOf(const TreeScope& scope) const
TreeScope         463 Source/core/dom/TreeScope.cpp     for (const TreeScope* current = &scope; current; current = current->parentTreeScope()) {
TreeScope         470 Source/core/dom/TreeScope.cpp Element* TreeScope::getElementByAccessKey(const String& key) const
TreeScope         487 Source/core/dom/TreeScope.cpp void TreeScope::setNeedsStyleRecalcForViewportUnits()
TreeScope          52 Source/core/dom/TreeScope.h class TreeScope : public WillBeGarbageCollectedMixin {
TreeScope          54 Source/core/dom/TreeScope.h     TreeScope* parentTreeScope() const { return m_parentTreeScope; }
TreeScope          56 Source/core/dom/TreeScope.h     TreeScope* olderShadowRootOrParentTreeScope() const;
TreeScope          57 Source/core/dom/TreeScope.h     bool isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(const TreeScope&) const;
TreeScope         115 Source/core/dom/TreeScope.h             m_keepAlive = adoptPtr(new Persistent<TreeScope>(this));
TreeScope         151 Source/core/dom/TreeScope.h     bool isInclusiveAncestorOf(const TreeScope&) const;
TreeScope         152 Source/core/dom/TreeScope.h     unsigned short comparePosition(const TreeScope&) const;
TreeScope         157 Source/core/dom/TreeScope.h     TreeScope(ContainerNode&, Document&);
TreeScope         158 Source/core/dom/TreeScope.h     TreeScope(Document&);
TreeScope         159 Source/core/dom/TreeScope.h     virtual ~TreeScope();
TreeScope         163 Source/core/dom/TreeScope.h     void setParentTreeScope(TreeScope&);
TreeScope         185 Source/core/dom/TreeScope.h     TreeScope* m_parentTreeScope;
TreeScope         204 Source/core/dom/TreeScope.h     OwnPtr<Persistent<TreeScope> > m_keepAlive;
TreeScope         211 Source/core/dom/TreeScope.h inline bool TreeScope::hasElementWithId(StringImpl* id) const
TreeScope         217 Source/core/dom/TreeScope.h inline bool TreeScope::containsMultipleElementsWithId(const AtomicString& id) const
TreeScope         222 Source/core/dom/TreeScope.h inline bool operator==(const TreeScope& a, const TreeScope& b) { return &a == &b; }
TreeScope         223 Source/core/dom/TreeScope.h inline bool operator==(const TreeScope& a, const TreeScope* b) { return &a == b; }
TreeScope         224 Source/core/dom/TreeScope.h inline bool operator==(const TreeScope* a, const TreeScope& b) { return a == &b; }
TreeScope         225 Source/core/dom/TreeScope.h inline bool operator!=(const TreeScope& a, const TreeScope& b) { return !(a == b); }
TreeScope         226 Source/core/dom/TreeScope.h inline bool operator!=(const TreeScope& a, const TreeScope* b) { return !(a == b); }
TreeScope         227 Source/core/dom/TreeScope.h inline bool operator!=(const TreeScope* a, const TreeScope& b) { return !(a == b); }
TreeScope         230 Source/core/dom/TreeScope.h TreeScope* commonTreeScope(Node*, Node*);
TreeScope          32 Source/core/dom/TreeScopeAdopter.h class TreeScope;
TreeScope          36 Source/core/dom/TreeScopeAdopter.h     TreeScopeAdopter(Node& toAdopt, TreeScope& newScope);
TreeScope          54 Source/core/dom/TreeScopeAdopter.h     TreeScope& m_newScope;
TreeScope          55 Source/core/dom/TreeScopeAdopter.h     TreeScope& m_oldScope;
TreeScope          58 Source/core/dom/TreeScopeAdopter.h inline TreeScopeAdopter::TreeScopeAdopter(Node& toAdopt, TreeScope& newScope)
TreeScope          41 Source/core/dom/TreeScopeStyleSheetCollection.cpp TreeScopeStyleSheetCollection::TreeScopeStyleSheetCollection(TreeScope& treeScope)
TreeScope          73 Source/core/dom/TreeScopeStyleSheetCollection.h     explicit TreeScopeStyleSheetCollection(TreeScope&);
TreeScope         104 Source/core/dom/TreeScopeStyleSheetCollection.h     TreeScope& m_treeScope;
TreeScope          46 Source/core/dom/shadow/ShadowRoot.cpp struct SameSizeAsShadowRoot : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
TreeScope          55 Source/core/dom/shadow/ShadowRoot.cpp     , TreeScope(*this, document)
TreeScope          45 Source/core/dom/shadow/ShadowRoot.h class ShadowRoot FINAL : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
TreeScope          66 Source/core/dom/shadow/ShadowRoot.h     using TreeScope::document;
TreeScope         108 Source/core/dom/shadow/ShadowRoot.h     using TreeScope::setDocument;
TreeScope         109 Source/core/dom/shadow/ShadowRoot.h     using TreeScope::setParentTreeScope;
TreeScope         162 Source/core/dom/shadow/ShadowRoot.h DEFINE_TYPE_CASTS(ShadowRoot, TreeScope, treeScope, treeScope->rootNode().isShadowRoot(), treeScope.rootNode().isShadowRoot());
TreeScope         120 Source/core/editing/TextIteratorTest.cpp PassRefPtr<ShadowRoot> createShadowRootForElementWithIDAndSetInnerHTML(TreeScope& scope, const char* hostElementID, const char* shadowRootContent)
TreeScope         531 Source/core/editing/VisibleSelection.cpp     TreeScope& treeScope = startContainerNode->treeScope();
TreeScope         549 Source/core/editing/VisibleSelection.cpp     TreeScope& treeScope = endContainerNode->treeScope();
TreeScope          78 Source/core/editing/htmlediting.cpp     TreeScope* commonScope = commonTreeScope(a.containerNode(), b.containerNode());
TreeScope         172 Source/core/events/EventPath.cpp     HashMap<const TreeScope*, TreeScopeEventContext*> treeScopeEventContextMap;
TreeScope         180 Source/core/events/EventPath.cpp         TreeScope* parent = treeScopeEventContext->treeScope().olderShadowRootOrParentTreeScope();
TreeScope         193 Source/core/events/EventPath.cpp TreeScopeEventContext* EventPath::ensureTreeScopeEventContext(Node* currentTarget, TreeScope* treeScope, TreeScopeEventContextMap& treeScopeEventContextMap)
TreeScope         214 Source/core/events/EventPath.cpp     const TreeScope* lastTreeScope = 0;
TreeScope         222 Source/core/events/EventPath.cpp         TreeScope& currentTreeScope = currentNode->treeScope();
TreeScope         251 Source/core/events/EventPath.cpp EventTarget* EventPath::findRelatedNode(TreeScope* scope, RelatedTargetMap& relatedTargetMap)
TreeScope         253 Source/core/events/EventPath.cpp     Vector<TreeScope*, 32> parentTreeScopes;
TreeScope         265 Source/core/events/EventPath.cpp     for (Vector<TreeScope*, 32>::iterator iter = parentTreeScopes.begin(); iter < parentTreeScopes.end(); ++iter)
TreeScope         321 Source/core/events/EventPath.cpp     Vector<TreeScope*> treeScopes;
TreeScope         337 Source/core/events/EventPath.cpp         TreeScope& treeScope = m_treeScopeEventContexts[i]->treeScope();
TreeScope         346 Source/core/events/EventPath.cpp void EventPath::adjustTouchList(const Node* node, const TouchList* touchList, WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTouchList, const Vector<TreeScope*>& treeScopes)
TreeScope         361 Source/core/events/EventPath.cpp void EventPath::checkReachability(TreeScope& treeScope, TouchList& touchList)
TreeScope          43 Source/core/events/EventPath.h class TreeScope;
TreeScope          84 Source/core/events/EventPath.h     void adjustTouchList(const Node*, const TouchList*, WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTouchList, const Vector<TreeScope*>& treeScopes);
TreeScope          87 Source/core/events/EventPath.h     TreeScopeEventContext* ensureTreeScopeEventContext(Node* currentTarget, TreeScope*, TreeScopeEventContextMap&);
TreeScope          92 Source/core/events/EventPath.h     static EventTarget* findRelatedNode(TreeScope*, RelatedTargetMap&);
TreeScope          95 Source/core/events/EventPath.h     static void checkReachability(TreeScope&, TouchList&);
TreeScope          59 Source/core/events/TreeScopeEventContext.cpp PassRefPtr<TreeScopeEventContext> TreeScopeEventContext::create(TreeScope& treeScope)
TreeScope          64 Source/core/events/TreeScopeEventContext.cpp TreeScopeEventContext::TreeScopeEventContext(TreeScope& treeScope)
TreeScope          44 Source/core/events/TreeScopeEventContext.h class TreeScope;
TreeScope          48 Source/core/events/TreeScopeEventContext.h     static PassRefPtr<TreeScopeEventContext> create(TreeScope&);
TreeScope          51 Source/core/events/TreeScopeEventContext.h     TreeScope& treeScope() const { return m_treeScope; }
TreeScope          72 Source/core/events/TreeScopeEventContext.h     TreeScopeEventContext(TreeScope&);
TreeScope          78 Source/core/events/TreeScopeEventContext.h     TreeScope& m_treeScope;
TreeScope         123 Source/core/frame/LocalFrame.cpp bool LocalFrame::inScope(TreeScope* scope) const
TreeScope          53 Source/core/frame/LocalFrame.h     class TreeScope;
TreeScope          56 Source/core/frame/LocalFrame.h     class TreeScope;
TreeScope          94 Source/core/frame/LocalFrame.h         bool inScope(TreeScope*) const;
TreeScope         206 Source/core/html/HTMLStyleElement.cpp         TreeScope* containingScope = containingShadowRoot();
TreeScope          62 Source/core/page/DOMSelection.cpp DOMSelection::DOMSelection(const TreeScope* treeScope)
TreeScope          48 Source/core/page/DOMSelection.h class TreeScope;
TreeScope          53 Source/core/page/DOMSelection.h     static PassRefPtrWillBeRawPtr<DOMSelection> create(const TreeScope* treeScope)
TreeScope         101 Source/core/page/DOMSelection.h     explicit DOMSelection(const TreeScope*);
TreeScope         113 Source/core/page/DOMSelection.h     const TreeScope* m_treeScope;
TreeScope          72 Source/core/page/FocusController.cpp FocusNavigationScope::FocusNavigationScope(TreeScope* treeScope)
TreeScope          47 Source/core/page/FocusController.h class TreeScope;
TreeScope          60 Source/core/page/FocusController.h     explicit FocusNavigationScope(TreeScope*);
TreeScope          61 Source/core/page/FocusController.h     TreeScope* m_rootTreeScope;
TreeScope         173 Source/core/page/FrameTree.cpp     TreeScope* scope = m_thisFrame->document();
TreeScope         191 Source/core/page/FrameTree.cpp     TreeScope* scope = m_thisFrame->document();
TreeScope         201 Source/core/page/FrameTree.cpp inline unsigned FrameTree::scopedChildCount(TreeScope* scope) const
TreeScope          28 Source/core/page/FrameTree.h     class TreeScope;
TreeScope          67 Source/core/page/FrameTree.h         unsigned scopedChildCount(TreeScope*) const;
TreeScope         401 Source/core/testing/Internals.cpp     const TreeScope* parentTreeScope = node->treeScope().parentTreeScope();
TreeScope         468 Source/core/testing/Internals.cpp     const TreeScope* treeScope1 = node1->isDocumentNode() ? static_cast<const TreeScope*>(toDocument(node1)) :
TreeScope         469 Source/core/testing/Internals.cpp         node1->isShadowRoot() ? static_cast<const TreeScope*>(toShadowRoot(node1)) : 0;
TreeScope         470 Source/core/testing/Internals.cpp     const TreeScope* treeScope2 = node2->isDocumentNode() ? static_cast<const TreeScope*>(toDocument(node2)) :
TreeScope         471 Source/core/testing/Internals.cpp         node2->isShadowRoot() ? static_cast<const TreeScope*>(toShadowRoot(node2)) : 0;
TreeScope         334 Source/core/xml/XPathFunctions.cpp     TreeScope& contextScope = evaluationContext().node->treeScope();