root 703 Source/bindings/templates/interface.cpp Node* root = V8GCController::opaqueRootForGC(owner, isolate); root 704 Source/bindings/templates/interface.cpp isolate->SetReferenceFromGroup(v8::UniqueId(reinterpret_cast<intptr_t>(root)), wrapper); root 374 Source/bindings/tests/results/V8TestInterface2.cpp Node* root = V8GCController::opaqueRootForGC(owner, isolate); root 375 Source/bindings/tests/results/V8TestInterface2.cpp isolate->SetReferenceFromGroup(v8::UniqueId(reinterpret_cast<intptr_t>(root)), wrapper); root 117 Source/bindings/v8/NPV8Object.cpp NPObject* npCreateV8ScriptObject(NPP npp, v8::Handle<v8::Object> object, DOMWindow* root, v8::Isolate* isolate) root 139 Source/bindings/v8/NPV8Object.cpp if (v8npObject->v8Object == object && v8npObject->rootObject == root) { root 155 Source/bindings/v8/NPV8Object.cpp v8npObject->rootObject = root; root 39 Source/bindings/v8/RetainedDOMInfo.cpp RetainedDOMInfo::RetainedDOMInfo(Node* root) root 40 Source/bindings/v8/RetainedDOMInfo.cpp : m_root(root) root 43 Source/bindings/v8/RetainedDOMInfo.h explicit RetainedDOMInfo(Node* root); root 269 Source/bindings/v8/V8GCController.cpp Node* root = V8GCController::opaqueRootForGC(node, m_isolate); root 270 Source/bindings/v8/V8GCController.cpp m_isolate->SetObjectGroupId(*value, v8::UniqueId(reinterpret_cast<intptr_t>(root))); root 272 Source/bindings/v8/V8GCController.cpp m_groupsWhichNeedRetainerInfo.append(root); root 288 Source/bindings/v8/V8GCController.cpp Node* root = m_groupsWhichNeedRetainerInfo[i]; root 289 Source/bindings/v8/V8GCController.cpp if (root != alreadyAdded) { root 290 Source/bindings/v8/V8GCController.cpp profiler->SetRetainedObjectInfo(v8::UniqueId(reinterpret_cast<intptr_t>(root)), new RetainedDOMInfo(root)); root 291 Source/bindings/v8/V8GCController.cpp alreadyAdded = root; root 423 Source/bindings/v8/V8NPObject.cpp v8::Local<v8::Object> createV8ObjectForNPObject(NPObject* object, NPObject* root, v8::Isolate* isolate) root 464 Source/bindings/v8/V8NPObject.cpp _NPN_RegisterObject(object, root); root 57 Source/bindings/v8/V8NPObject.h v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root, v8::Isolate*); root 2047 Source/core/accessibility/AXRenderObject.cpp if (AXSVGRoot* root = remoteSVGRootElement()) root 2048 Source/core/accessibility/AXRenderObject.cpp root->setParent(0); root 2235 Source/core/accessibility/AXRenderObject.cpp AXSVGRoot* root = remoteSVGRootElement(); root 2236 Source/core/accessibility/AXRenderObject.cpp if (!root) root 2239 Source/core/accessibility/AXRenderObject.cpp root->setParent(this); root 2241 Source/core/accessibility/AXRenderObject.cpp if (root->accessibilityIsIgnored()) { root 2242 Source/core/accessibility/AXRenderObject.cpp AccessibilityChildrenVector children = root->children(); root 2247 Source/core/accessibility/AXRenderObject.cpp m_children.append(root); root 414 Source/core/css/CSSStyleSheet.cpp const CSSStyleSheet* root = this; root 415 Source/core/css/CSSStyleSheet.cpp while (root->parentStyleSheet()) root 416 Source/core/css/CSSStyleSheet.cpp root = root->parentStyleSheet(); root 417 Source/core/css/CSSStyleSheet.cpp return root->ownerNode() ? &root->ownerNode()->document() : 0; root 70 Source/core/css/SelectorChecker.cpp ShadowRoot* root = element->containingShadowRoot(); root 71 Source/core/css/SelectorChecker.cpp if (!root || root->type() != ShadowRoot::UserAgentShadowRoot) root 117 Source/core/css/SelectorChecker.cpp ShadowRoot* root = context.element->containingShadowRoot(); root 118 Source/core/css/SelectorChecker.cpp if (!root) root 122 Source/core/css/SelectorChecker.cpp return root->host() == context.scope; root 374 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); root 375 Source/core/css/StyleSheetContents.cpp return root->m_loadingClients.isEmpty(); root 394 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); root 395 Source/core/css/StyleSheetContents.cpp if (root->m_loadingClients.isEmpty()) root 433 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); root 434 Source/core/css/StyleSheetContents.cpp for (ClientsIterator it = root->m_loadingClients.begin(); it != root->m_loadingClients.end(); ++it) root 442 Source/core/css/StyleSheetContents.cpp copyToVector(root->m_completedClients, completedClients); root 449 Source/core/css/StyleSheetContents.cpp const StyleSheetContents* root = this; root 450 Source/core/css/StyleSheetContents.cpp while (root->parentStyleSheet()) root 451 Source/core/css/StyleSheetContents.cpp root = root->parentStyleSheet(); root 452 Source/core/css/StyleSheetContents.cpp return const_cast<StyleSheetContents*>(root); root 462 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); root 463 Source/core/css/StyleSheetContents.cpp if (!root->hasOneClient()) root 465 Source/core/css/StyleSheetContents.cpp if (root->m_loadingClients.size()) root 466 Source/core/css/StyleSheetContents.cpp return (*root->m_loadingClients.begin())->ownerNode(); root 467 Source/core/css/StyleSheetContents.cpp return (*root->m_completedClients.begin())->ownerNode(); root 472 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); root 473 Source/core/css/StyleSheetContents.cpp return root->clientSingleOwnerDocument(); root 655 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); root 656 Source/core/css/StyleSheetContents.cpp removeFontFaceRules(root->m_loadingClients, fontFaceRule); root 657 Source/core/css/StyleSheetContents.cpp removeFontFaceRules(root->m_completedClients, fontFaceRule); root 124 Source/core/css/invalidation/StyleInvalidator.cpp for (ShadowRoot* root = element.youngestShadowRoot(); root; root = root->olderShadowRoot()) { root 125 Source/core/css/invalidation/StyleInvalidator.cpp for (Element* child = ElementTraversal::firstWithin(*root); child; child = ElementTraversal::nextSibling(*child)) { root 129 Source/core/css/invalidation/StyleInvalidator.cpp root->clearChildNeedsStyleInvalidation(); root 130 Source/core/css/invalidation/StyleInvalidator.cpp root->clearNeedsStyleInvalidation(); root 151 Source/core/css/resolver/StyleResolver.cpp Element* root = document.documentElement(); root 152 Source/core/css/resolver/StyleResolver.cpp if (root) root 153 Source/core/css/resolver/StyleResolver.cpp m_rootDefaultStyle = styleForElement(root, 0, DisallowStyleSharing, MatchOnlyUserAgentRules); root 719 Source/core/dom/ContainerNode.cpp point.move(toRenderText(o)->linesBoundingBox().x(), toRenderText(o)->firstTextBox()->root().lineTop().toFloat()); root 39 Source/core/dom/ContainerNodeAlgorithms.cpp for (ShadowRoot* root = tree->youngestShadowRoot(); root; root = root->olderShadowRoot()) root 40 Source/core/dom/ContainerNodeAlgorithms.cpp append(root); root 74 Source/core/dom/ContainerNodeAlgorithms.cpp for (ShadowRoot* root = node.youngestShadowRoot(); root; root = root->olderShadowRoot()) root 75 Source/core/dom/ContainerNodeAlgorithms.cpp notifyNodeInsertedIntoTree(*root); root 123 Source/core/dom/ContainerNodeAlgorithms.cpp for (ShadowRoot* root = shadow.youngestShadowRoot(); root; root = root->olderShadowRoot()) root 124 Source/core/dom/ContainerNodeAlgorithms.cpp collectFrameOwners(*root); root 137 Source/core/dom/ContainerNodeAlgorithms.cpp for (ShadowRoot* root = shadow->youngestShadowRoot(); root; root = root->olderShadowRoot()) root 138 Source/core/dom/ContainerNodeAlgorithms.cpp count += assertConnectedSubrameCountIsConsistent(*root); root 295 Source/core/dom/ContainerNodeAlgorithms.h explicit ChildFrameDisconnector(Node& root) root 296 Source/core/dom/ContainerNodeAlgorithms.h : m_root(root) root 303 Source/core/dom/ContainerNodeAlgorithms.h void collectFrameOwners(Node& root); root 315 Source/core/dom/ContainerNodeAlgorithms.h inline void ChildFrameDisconnector::collectFrameOwners(Node& root) root 317 Source/core/dom/ContainerNodeAlgorithms.h if (!root.connectedSubframeCount()) root 320 Source/core/dom/ContainerNodeAlgorithms.h if (root.isHTMLElement() && root.isFrameOwnerElement()) root 321 Source/core/dom/ContainerNodeAlgorithms.h m_frameOwners.append(&toHTMLFrameOwnerElement(root)); root 323 Source/core/dom/ContainerNodeAlgorithms.h for (Node* child = root.firstChild(); child; child = child->nextSibling()) root 326 Source/core/dom/ContainerNodeAlgorithms.h ElementShadow* shadow = root.isElementNode() ? toElement(root).shadow() : 0; root 1485 Source/core/dom/Document.cpp PassRefPtr<NodeIterator> Document::createNodeIterator(Node* root, ExceptionState& exceptionState) root 1488 Source/core/dom/Document.cpp if (!root) { root 1492 Source/core/dom/Document.cpp return NodeIterator::create(root, NodeFilter::SHOW_ALL, PassRefPtr<NodeFilter>()); root 1495 Source/core/dom/Document.cpp PassRefPtr<NodeIterator> Document::createNodeIterator(Node* root, unsigned whatToShow, ExceptionState& exceptionState) root 1497 Source/core/dom/Document.cpp if (!root) { root 1503 Source/core/dom/Document.cpp return NodeIterator::create(root, whatToShow, PassRefPtr<NodeFilter>()); root 1506 Source/core/dom/Document.cpp PassRefPtr<NodeIterator> Document::createNodeIterator(Node* root, unsigned whatToShow, PassRefPtr<NodeFilter> filter, ExceptionState& exceptionState) root 1508 Source/core/dom/Document.cpp if (!root) { root 1513 Source/core/dom/Document.cpp return NodeIterator::create(root, whatToShow, filter); root 1516 Source/core/dom/Document.cpp PassRefPtr<TreeWalker> Document::createTreeWalker(Node* root, ExceptionState& exceptionState) root 1518 Source/core/dom/Document.cpp if (!root) { root 1522 Source/core/dom/Document.cpp return TreeWalker::create(root, NodeFilter::SHOW_ALL, PassRefPtr<NodeFilter>()); root 1525 Source/core/dom/Document.cpp PassRefPtr<TreeWalker> Document::createTreeWalker(Node* root, unsigned whatToShow, ExceptionState& exceptionState) root 1527 Source/core/dom/Document.cpp if (!root) { root 1531 Source/core/dom/Document.cpp return TreeWalker::create(root, whatToShow, PassRefPtr<NodeFilter>()); root 1534 Source/core/dom/Document.cpp PassRefPtr<TreeWalker> Document::createTreeWalker(Node* root, unsigned whatToShow, PassRefPtr<NodeFilter> filter, ExceptionState& exceptionState) root 1536 Source/core/dom/Document.cpp if (!root) { root 1540 Source/core/dom/Document.cpp return TreeWalker::create(root, whatToShow, filter); root 1617 Source/core/dom/Document.cpp Node* root = node; root 1618 Source/core/dom/Document.cpp while (Node* host = root->shadowHost()) root 1619 Source/core/dom/Document.cpp root = host; root 1620 Source/core/dom/Document.cpp while (Node* ancestor = root->parentOrShadowHostNode()) root 1621 Source/core/dom/Document.cpp root = ancestor; root 1622 Source/core/dom/Document.cpp if (root->childNeedsDistributionRecalc()) root 1623 Source/core/dom/Document.cpp root->recalcDistribution(); root 3618 Source/core/dom/Document.cpp if ((*it)->root() == node) { root 470 Source/core/dom/Document.h PassRefPtr<NodeIterator> createNodeIterator(Node* root, ExceptionState&); root 471 Source/core/dom/Document.h PassRefPtr<NodeIterator> createNodeIterator(Node* root, unsigned whatToShow, ExceptionState&); root 472 Source/core/dom/Document.h PassRefPtr<NodeIterator> createNodeIterator(Node* root, unsigned whatToShow, PassRefPtr<NodeFilter>, ExceptionState&); root 474 Source/core/dom/Document.h PassRefPtr<TreeWalker> createTreeWalker(Node* root, ExceptionState&); root 475 Source/core/dom/Document.h PassRefPtr<TreeWalker> createTreeWalker(Node* root, unsigned whatToShow, ExceptionState&); root 476 Source/core/dom/Document.h PassRefPtr<TreeWalker> createTreeWalker(Node* root, unsigned whatToShow, PassRefPtr<NodeFilter>, ExceptionState&); root 1622 Source/core/dom/Element.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { root 1623 Source/core/dom/Element.cpp if (root->shouldCallRecalcStyle(change)) root 1624 Source/core/dom/Element.cpp root->recalcStyle(change); root 2428 Source/core/dom/Element.cpp if (ShadowRoot* root = containingShadowRoot()) { root 2429 Source/core/dom/Element.cpp if (root->type() == ShadowRoot::UserAgentShadowRoot) root 179 Source/core/dom/LiveNodeListBase.h ContainerNode& root = nodeList.rootNode(); root 180 Source/core/dom/LiveNodeListBase.h Element* element = ElementTraversal::firstWithin(root); root 182 Source/core/dom/LiveNodeListBase.h element = ElementTraversal::next(*element, &root); root 189 Source/core/dom/LiveNodeListBase.h ContainerNode& root = nodeList.rootNode(); root 192 Source/core/dom/LiveNodeListBase.h next = ElementTraversal::next(*next, &root); root 631 Source/core/dom/Node.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { root 632 Source/core/dom/Node.cpp if (root->childNeedsDistributionRecalc()) root 633 Source/core/dom/Node.cpp root->recalcDistribution(); root 1112 Source/core/dom/Node.cpp if (ShadowRoot* root = containingShadowRoot()) root 1113 Source/core/dom/Node.cpp return root->host(); root 1119 Source/core/dom/Node.cpp if (ShadowRoot* root = containingShadowRoot()) root 1120 Source/core/dom/Node.cpp return root->host(); root 1127 Source/core/dom/Node.cpp Node& root = treeScope().rootNode(); root 1128 Source/core/dom/Node.cpp return root.isShadowRoot() ? toShadowRoot(&root) : 0; root 1134 Source/core/dom/Node.cpp Node* root = this; root 1135 Source/core/dom/Node.cpp while (root) { root 1136 Source/core/dom/Node.cpp if (root->isShadowRoot()) root 1137 Source/core/dom/Node.cpp return root; root 1138 Source/core/dom/Node.cpp Node* parent = root->parentOrShadowHostNode(); root 1140 Source/core/dom/Node.cpp return root; root 1141 Source/core/dom/Node.cpp root = parent; root 50 Source/core/dom/NodeIterator.cpp bool NodeIterator::NodePointer::moveToNext(Node* root) root 58 Source/core/dom/NodeIterator.cpp node = NodeTraversal::next(*node, root); root 62 Source/core/dom/NodeIterator.cpp bool NodeIterator::NodePointer::moveToPrevious(Node* root) root 70 Source/core/dom/NodeIterator.cpp node = NodeTraversal::previous(*node, root); root 76 Source/core/dom/NodeIterator.cpp , m_referenceNode(root(), true) root 80 Source/core/dom/NodeIterator.cpp root()->document().attachNodeIterator(this); root 85 Source/core/dom/NodeIterator.cpp root()->document().detachNodeIterator(this); root 98 Source/core/dom/NodeIterator.cpp while (m_candidateNode.moveToNext(root())) { root 127 Source/core/dom/NodeIterator.cpp while (m_candidateNode.moveToPrevious(root())) { root 148 Source/core/dom/NodeIterator.cpp root()->document().detachNodeIterator(this); root 162 Source/core/dom/NodeIterator.cpp ASSERT(root()->document() == removedNode.document()); root 166 Source/core/dom/NodeIterator.cpp if (!removedNode.isDescendantOf(root())) root 174 Source/core/dom/NodeIterator.cpp Node* node = NodeTraversal::next(removedNode, root()); root 179 Source/core/dom/NodeIterator.cpp node = NodeTraversal::next(*node, root()); root 183 Source/core/dom/NodeIterator.cpp node = NodeTraversal::previous(removedNode, root()); root 189 Source/core/dom/NodeIterator.cpp node = NodeTraversal::previous(*node, root()); root 201 Source/core/dom/NodeIterator.cpp Node* node = NodeTraversal::previous(removedNode, root()); root 207 Source/core/dom/NodeIterator.cpp node = NodeTraversal::previous(*node, root()); root 213 Source/core/dom/NodeIterator.cpp node = NodeTraversal::next(removedNode, root()); root 218 Source/core/dom/NodeIterator.cpp node = NodeTraversal::previous(*node, root()); root 65 Source/core/dom/NodeIterator.h bool moveToNext(Node* root); root 66 Source/core/dom/NodeIterator.h bool moveToPrevious(Node* root); root 38 Source/core/dom/NodeIteratorBase.h Node* root() const { return m_root.get(); } root 1035 Source/core/dom/Position.cpp if (b1->root() != b2->root()) { root 1203 Source/core/dom/Range.cpp Node* root = n; root 1204 Source/core/dom/Range.cpp while (ContainerNode* parent = root->parentNode()) root 1205 Source/core/dom/Range.cpp root = parent; root 1207 Source/core/dom/Range.cpp switch (root->nodeType()) { root 475 Source/core/dom/TreeScope.cpp Node& root = rootNode(); root 476 Source/core/dom/TreeScope.cpp for (Element* element = ElementTraversal::firstWithin(root); element; element = ElementTraversal::next(*element, &root)) { root 490 Source/core/dom/TreeScope.cpp for (ShadowRoot* root = element->youngestShadowRoot(); root; root = root->olderShadowRoot()) root 491 Source/core/dom/TreeScope.cpp root->setNeedsStyleRecalcForViewportUnits(); root 37 Source/core/dom/TreeScopeAdopter.cpp void TreeScopeAdopter::moveTreeToNewScope(Node& root) const root 53 Source/core/dom/TreeScopeAdopter.cpp for (Node* node = &root; node; node = NodeTraversal::next(*node, &root)) { root 83 Source/core/dom/TreeScopeAdopter.cpp void TreeScopeAdopter::moveTreeToNewDocument(Node& root, Document& oldDocument, Document& newDocument) const root 86 Source/core/dom/TreeScopeAdopter.cpp for (Node* node = &root; node; node = NodeTraversal::next(*node, &root)) { root 38 Source/core/dom/TreeWalker.cpp , m_current(root()) root 61 Source/core/dom/TreeWalker.cpp while (node != root()) { root 99 Source/core/dom/TreeWalker.cpp if (!parent || parent == root() || parent == m_current) root 132 Source/core/dom/TreeWalker.cpp if (!parent || parent == root() || parent == m_current) root 143 Source/core/dom/TreeWalker.cpp if (node == root()) root 167 Source/core/dom/TreeWalker.cpp if (!node || node == root()) root 180 Source/core/dom/TreeWalker.cpp if (node == root()) root 204 Source/core/dom/TreeWalker.cpp if (!node || node == root()) root 217 Source/core/dom/TreeWalker.cpp while (node != root()) { root 238 Source/core/dom/TreeWalker.cpp if (node == root()) root 267 Source/core/dom/TreeWalker.cpp while (Node* nextSibling = NodeTraversal::nextSkippingChildren(*node, root())) { root 146 Source/core/dom/shadow/ElementShadow.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) root 147 Source/core/dom/shadow/ElementShadow.cpp root->lazyReattachIfAttached(); root 190 Source/core/dom/shadow/ElementShadow.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { root 191 Source/core/dom/shadow/ElementShadow.cpp if (root->needsAttach()) root 192 Source/core/dom/shadow/ElementShadow.cpp root->attach(childrenContext); root 201 Source/core/dom/shadow/ElementShadow.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) root 202 Source/core/dom/shadow/ElementShadow.cpp root->detach(childrenContext); root 207 Source/core/dom/shadow/ElementShadow.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { root 208 Source/core/dom/shadow/ElementShadow.cpp for (Node* node = root; node; node = NodeTraversal::next(*node)) root 235 Source/core/dom/shadow/ElementShadow.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { root 236 Source/core/dom/shadow/ElementShadow.cpp if (root->hasScopedHTMLStyleChild()) root 238 Source/core/dom/shadow/ElementShadow.cpp if (!root->containsShadowElements()) root 246 Source/core/dom/shadow/ElementShadow.cpp ShadowRoot* root = youngestShadowRoot(); root 248 Source/core/dom/shadow/ElementShadow.cpp while (root || otherRoot) { root 249 Source/core/dom/shadow/ElementShadow.cpp if (!root || !otherRoot) root 252 Source/core/dom/shadow/ElementShadow.cpp StyleSheetList* list = root->styleSheets(); root 262 Source/core/dom/shadow/ElementShadow.cpp root = root->olderShadowRoot(); root 298 Source/core/dom/shadow/ElementShadow.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { root 300 Source/core/dom/shadow/ElementShadow.cpp const Vector<RefPtr<InsertionPoint> >& insertionPoints = root->descendantInsertionPoints(); root 319 Source/core/dom/shadow/ElementShadow.cpp ShadowRoot* root = shadowInsertionPoint->containingShadowRoot(); root 320 Source/core/dom/shadow/ElementShadow.cpp ASSERT(root); root 321 Source/core/dom/shadow/ElementShadow.cpp if (root->isOldest()) { root 323 Source/core/dom/shadow/ElementShadow.cpp } else if (root->olderShadowRoot()->type() == root->type()) { root 326 Source/core/dom/shadow/ElementShadow.cpp DistributionPool olderShadowRootPool(*root->olderShadowRoot()); root 328 Source/core/dom/shadow/ElementShadow.cpp root->olderShadowRoot()->setShadowInsertionPointOfYoungerShadowRoot(shadowInsertionPoint); root 347 Source/core/dom/shadow/ElementShadow.cpp for (ShadowRoot* root = oldestShadowRoot(); root; root = root->youngerShadowRoot()) root 348 Source/core/dom/shadow/ElementShadow.cpp collectSelectFeatureSetFrom(*root); root 353 Source/core/dom/shadow/ElementShadow.cpp void ElementShadow::collectSelectFeatureSetFrom(ShadowRoot& root) root 355 Source/core/dom/shadow/ElementShadow.cpp if (!root.containsShadowRoots() && !root.containsContentElements()) root 358 Source/core/dom/shadow/ElementShadow.cpp for (Element* element = ElementTraversal::firstWithin(root); element; element = ElementTraversal::next(*element, &root)) { root 391 Source/core/dom/shadow/ElementShadow.cpp for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) root 392 Source/core/dom/shadow/ElementShadow.cpp root->setShadowInsertionPointOfYoungerShadowRoot(nullptr); root 194 Source/core/dom/shadow/InsertionPoint.cpp if (ShadowRoot* root = containingShadowRoot()) { root 195 Source/core/dom/shadow/InsertionPoint.cpp if (ElementShadow* rootOwner = root->owner()) root 203 Source/core/dom/shadow/InsertionPoint.cpp if (ShadowRoot* root = containingShadowRoot()) { root 204 Source/core/dom/shadow/InsertionPoint.cpp if (ElementShadow* rootOwner = root->owner()) { root 206 Source/core/dom/shadow/InsertionPoint.cpp if (canBeActive() && !m_registeredWithShadowRoot && insertionPoint->treeScope().rootNode() == root) { root 208 Source/core/dom/shadow/InsertionPoint.cpp root->didAddInsertionPoint(this); root 221 Source/core/dom/shadow/InsertionPoint.cpp ShadowRoot* root = containingShadowRoot(); root 222 Source/core/dom/shadow/InsertionPoint.cpp if (!root) root 223 Source/core/dom/shadow/InsertionPoint.cpp root = insertionPoint->containingShadowRoot(); root 225 Source/core/dom/shadow/InsertionPoint.cpp if (root) { root 226 Source/core/dom/shadow/InsertionPoint.cpp if (ElementShadow* rootOwner = root->owner()) root 231 Source/core/dom/shadow/InsertionPoint.cpp ElementShadow* rootOwner = root ? root->owner() : 0; root 236 Source/core/dom/shadow/InsertionPoint.cpp if (m_registeredWithShadowRoot && insertionPoint->treeScope().rootNode() == root) { root 237 Source/core/dom/shadow/InsertionPoint.cpp ASSERT(root); root 239 Source/core/dom/shadow/InsertionPoint.cpp root->didRemoveInsertionPoint(this); root 215 Source/core/dom/shadow/ShadowRoot.cpp if (ShadowRoot* root = host()->containingShadowRoot()) { root 216 Source/core/dom/shadow/ShadowRoot.cpp root->addChildShadowRoot(); root 226 Source/core/dom/shadow/ShadowRoot.cpp ShadowRoot* root = host()->containingShadowRoot(); root 227 Source/core/dom/shadow/ShadowRoot.cpp if (!root) root 228 Source/core/dom/shadow/ShadowRoot.cpp root = insertionPoint->containingShadowRoot(); root 229 Source/core/dom/shadow/ShadowRoot.cpp if (root) root 230 Source/core/dom/shadow/ShadowRoot.cpp root->removeChildShadowRoot(); root 241 Source/core/dom/shadow/ShadowRoot.cpp if (ShadowRoot* root = point->containingShadowRoot()) root 242 Source/core/dom/shadow/ShadowRoot.cpp root->owner()->setNeedsDistributionRecalc(); root 65 Source/core/editing/FormatBlockCommand.cpp Element* root = editableRootForPosition(start); root 67 Source/core/editing/FormatBlockCommand.cpp if (!root || !refNode) root 77 Source/core/editing/FormatBlockCommand.cpp && refNode != root && !root->isDescendantOf(refNode)) { root 1373 Source/core/editing/FrameSelection.cpp RefPtr<Node> root = nullptr; root 1376 Source/core/editing/FrameSelection.cpp root = highestEditableRoot(m_selection.start()); root 1380 Source/core/editing/FrameSelection.cpp selectStartTarget = root.get(); root 1382 Source/core/editing/FrameSelection.cpp root = m_selection.nonBoundaryShadowTreeRootNode(); root 1383 Source/core/editing/FrameSelection.cpp if (root) root 1384 Source/core/editing/FrameSelection.cpp selectStartTarget = root->shadowHost(); root 1386 Source/core/editing/FrameSelection.cpp root = document->documentElement(); root 1390 Source/core/editing/FrameSelection.cpp if (!root) root 1396 Source/core/editing/FrameSelection.cpp VisibleSelection newSelection(VisibleSelection::selectionFromContentsOfNode(root.get())); root 1616 Source/core/editing/FrameSelection.cpp Node* root = rootEditableElement(); root 1617 Source/core/editing/FrameSelection.cpp if (!root) root 1620 Source/core/editing/FrameSelection.cpp Element* focusedElement = root->document().focusedElement(); root 89 Source/core/editing/RemoveFormatCommand.cpp Node* root = frame->selection().rootEditableElement(); root 90 Source/core/editing/RemoveFormatCommand.cpp RefPtr<EditingStyle> defaultStyle = EditingStyle::create(root); root 52 Source/core/editing/RenderedPosition.h RootInlineBox* rootBox() { return m_inlineBox ? &m_inlineBox->root() : 0; } root 382 Source/core/editing/TypingCommand.cpp Element* root = endingSelection().rootEditableElement(); root 383 Source/core/editing/TypingCommand.cpp if (!root || !root->firstChild()) root 386 Source/core/editing/TypingCommand.cpp if (root->firstChild() == root->lastChild()) { root 387 Source/core/editing/TypingCommand.cpp Element* firstElementChild = ElementTraversal::firstWithin(*root); root 390 Source/core/editing/TypingCommand.cpp if (root->renderer() && root->renderer()->isRenderBlockFlow()) root 395 Source/core/editing/TypingCommand.cpp while (Node* child = root->firstChild()) root 398 Source/core/editing/TypingCommand.cpp addBlockPlaceholderIfNeeded(root); root 399 Source/core/editing/TypingCommand.cpp setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional())); root 172 Source/core/editing/VisiblePosition.cpp if (boxOnLeft && boxOnLeft->root() == box->root()) root 192 Source/core/editing/VisiblePosition.cpp if (primaryDirection == LTR ? box->root().getLogicalStartBoxWithNode(logicalStart) : box->root().getLogicalEndBoxWithNode(logicalStart)) { root 337 Source/core/editing/VisiblePosition.cpp if (boxOnRight && boxOnRight->root() == box->root()) root 357 Source/core/editing/VisiblePosition.cpp if (primaryDirection == LTR ? box->root().getLogicalEndBoxWithNode(logicalEnd) : box->root().getLogicalStartBoxWithNode(logicalEnd)) { root 636 Source/core/editing/VisibleSelection.cpp Node* root = editableRootForPosition(p); root 637 Source/core/editing/VisibleSelection.cpp shadowAncestor = root ? root->shadowHost() : 0; root 665 Source/core/editing/VisibleSelection.cpp Node* root = editableRootForPosition(p); root 666 Source/core/editing/VisibleSelection.cpp shadowAncestor = root ? root->shadowHost() : 0; root 147 Source/core/editing/VisibleUnits.cpp const InlineTextBox* CachedLogicallyOrderedLeafBoxes::previousTextBox(const RootInlineBox* root, const InlineTextBox* box) root 149 Source/core/editing/VisibleUnits.cpp if (!root) root 152 Source/core/editing/VisibleUnits.cpp collectBoxes(root); root 167 Source/core/editing/VisibleUnits.cpp const InlineTextBox* CachedLogicallyOrderedLeafBoxes::nextTextBox(const RootInlineBox* root, const InlineTextBox* box) root 169 Source/core/editing/VisibleUnits.cpp if (!root) root 172 Source/core/editing/VisibleUnits.cpp collectBoxes(root); root 188 Source/core/editing/VisibleUnits.cpp const Vector<InlineBox*>& CachedLogicallyOrderedLeafBoxes::collectBoxes(const RootInlineBox* root) root 190 Source/core/editing/VisibleUnits.cpp if (m_rootInlineBox != root) { root 191 Source/core/editing/VisibleUnits.cpp m_rootInlineBox = root; root 193 Source/core/editing/VisibleUnits.cpp root->collectLeafBoxesInLogicalOrder(m_leafBoxes); root 212 Source/core/editing/VisibleUnits.cpp const InlineTextBox* previousBox = leafBoxes.previousTextBox(&startBox->root(), textBox); root 216 Source/core/editing/VisibleUnits.cpp previousBox = leafBoxes.previousTextBox(startBox->root().prevRootBox(), 0); root 253 Source/core/editing/VisibleUnits.cpp const InlineTextBox* nextBox = leafBoxes.nextTextBox(&startBox->root(), textBox); root 257 Source/core/editing/VisibleUnits.cpp nextBox = leafBoxes.nextTextBox(startBox->root().nextRootBox(), 0); root 901 Source/core/editing/VisibleUnits.cpp static inline IntPoint absoluteLineDirectionPointToLocalPointInBlock(RootInlineBox* root, int lineDirectionPoint) root 903 Source/core/editing/VisibleUnits.cpp ASSERT(root); root 904 Source/core/editing/VisibleUnits.cpp RenderBlockFlow& containingBlock = root->block(); root 909 Source/core/editing/VisibleUnits.cpp if (root->block().isHorizontalWritingMode()) root 910 Source/core/editing/VisibleUnits.cpp return IntPoint(lineDirectionPoint - absoluteBlockPoint.x(), root->blockDirectionPointInLine()); root 912 Source/core/editing/VisibleUnits.cpp return IntPoint(root->blockDirectionPointInLine(), lineDirectionPoint - absoluteBlockPoint.y()); root 929 Source/core/editing/VisibleUnits.cpp RootInlineBox* root = 0; root 934 Source/core/editing/VisibleUnits.cpp root = box->root().prevRootBox(); root 937 Source/core/editing/VisibleUnits.cpp if (!root || !root->logicalHeight() || !root->firstLeafChild()) root 938 Source/core/editing/VisibleUnits.cpp root = 0; root 941 Source/core/editing/VisibleUnits.cpp if (!root) { root 945 Source/core/editing/VisibleUnits.cpp root = renderedPosition.rootBox(); root 946 Source/core/editing/VisibleUnits.cpp if (!root) root 951 Source/core/editing/VisibleUnits.cpp if (root) { root 953 Source/core/editing/VisibleUnits.cpp IntPoint pointInLine = absoluteLineDirectionPointToLocalPointInBlock(root, lineDirectionPoint); root 954 Source/core/editing/VisibleUnits.cpp RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->renderer(); root 984 Source/core/editing/VisibleUnits.cpp RootInlineBox* root = 0; root 989 Source/core/editing/VisibleUnits.cpp root = box->root().nextRootBox(); root 992 Source/core/editing/VisibleUnits.cpp if (!root || !root->logicalHeight() || !root->firstLeafChild()) root 993 Source/core/editing/VisibleUnits.cpp root = 0; root 996 Source/core/editing/VisibleUnits.cpp if (!root) { root 1003 Source/core/editing/VisibleUnits.cpp root = renderedPosition.rootBox(); root 1004 Source/core/editing/VisibleUnits.cpp if (!root) root 1009 Source/core/editing/VisibleUnits.cpp if (root) { root 1011 Source/core/editing/VisibleUnits.cpp IntPoint pointInLine = absoluteLineDirectionPointToLocalPointInBlock(root, lineDirectionPoint); root 1012 Source/core/editing/VisibleUnits.cpp RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->renderer(); root 552 Source/core/editing/htmlediting.cpp Node* root = highestEditableRoot(p); root 554 Source/core/editing/htmlediting.cpp if (root && !n->rendererIsEditable()) root 558 Source/core/editing/htmlediting.cpp if (n == root) root 572 Source/core/editing/htmlediting.cpp Node* root = rule == CannotCrossEditingBoundary ? highestEditableRoot(p) : 0; root 576 Source/core/editing/htmlediting.cpp if (root && !n->rendererIsEditable()) root 580 Source/core/editing/htmlediting.cpp if (n == root) root 590 Source/core/editing/htmlediting.cpp Node* root = rule == CannotCrossEditingBoundary ? highestEditableRoot(p) : 0; root 592 Source/core/editing/htmlediting.cpp if (root && !n->rendererIsEditable()) root 596 Source/core/editing/htmlediting.cpp if (n == root) root 652 Source/core/editing/htmlediting.cpp Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); root 657 Source/core/editing/htmlediting.cpp if (n == root) root 670 Source/core/editing/htmlediting.cpp Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); root 674 Source/core/editing/htmlediting.cpp if (isHTMLLIElement(*n) || (isListElement(n->parentNode()) && n != root)) root 676 Source/core/editing/htmlediting.cpp if (n == root || isTableCell(n)) root 107 Source/core/frame/FrameView.cpp FrameViewLayoutStateMaintainer(RenderObject& root, bool inSubtreeLayout) root 108 Source/core/frame/FrameView.cpp : m_view(*root.view()) root 110 Source/core/frame/FrameView.cpp , m_disabled(inSubtreeLayout && m_view.shouldDisableLayoutStateForSubtree(root)) root 113 Source/core/frame/FrameView.cpp m_view.pushLayoutState(root); root 1037 Source/core/frame/FrameView.cpp void FrameView::repaintTree(RenderObject* root) root 1040 Source/core/frame/FrameView.cpp ASSERT(!root->needsLayout()); root 1059 Source/core/frame/FrameView.cpp for (RenderObject* renderer = root; renderer; renderer = renderer->nextInPreOrder()) { root 1067 Source/core/frame/FrameView.cpp for (RenderObject* renderer = root; renderer; renderer = renderer->nextInPreOrder()) { root 367 Source/core/frame/FrameView.h void repaintTree(RenderObject* root); root 377 Source/core/frame/LocalFrame.cpp RenderObject* root = view()->layoutRoot(); root 379 Source/core/frame/LocalFrame.cpp if (!root) { root 381 Source/core/frame/LocalFrame.cpp root = contentRenderer(); root 387 Source/core/frame/LocalFrame.cpp for (RenderObject* o = root; o; o = o->nextInPreOrder(root)) { root 76 Source/core/html/HTMLContentElement.cpp if (ShadowRoot* root = containingShadowRoot()) root 77 Source/core/html/HTMLContentElement.cpp root->owner()->willAffectSelector(); root 60 Source/core/html/HTMLDetailsElement.cpp void HTMLDetailsElement::didAddUserAgentShadowRoot(ShadowRoot& root) root 71 Source/core/html/HTMLDetailsElement.cpp root.appendChild(summary.release()); root 77 Source/core/html/HTMLDetailsElement.cpp root.appendChild(content.release()); root 126 Source/core/html/HTMLFormElement.cpp void notifyFormRemovedFromTree(const Vector<T*>& elements, Node& root) root 130 Source/core/html/HTMLFormElement.cpp elements[i]->formRemovedFromTree(root); root 139 Source/core/html/HTMLFormElement.cpp Node& root = highestAncestor(); root 142 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(elements, root); root 146 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(elements, root); root 147 Source/core/html/HTMLFormElement.cpp collectAssociatedElements(root, elements); root 148 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(elements, root); root 153 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(images, root); root 157 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(images, root); root 158 Source/core/html/HTMLFormElement.cpp collectImageElements(root, images); root 159 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(images, root); root 540 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::collectAssociatedElements(Node& root, Vector<FormAssociatedElement*>& elements) const root 543 Source/core/html/HTMLFormElement.cpp for (HTMLElement* element = Traversal<HTMLElement>::firstWithin(root); element; element = Traversal<HTMLElement>::next(*element)) { root 574 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::collectImageElements(Node& root, Vector<HTMLImageElement*>& elements) root 577 Source/core/html/HTMLFormElement.cpp for (HTMLImageElement* image = Traversal<HTMLImageElement>::firstWithin(root); image; image = Traversal<HTMLImageElement>::next(*image)) { root 141 Source/core/html/HTMLFormElement.h void collectAssociatedElements(Node& root, Vector<FormAssociatedElement*>&) const; root 142 Source/core/html/HTMLFormElement.h void collectImageElements(Node& root, Vector<HTMLImageElement*>&); root 97 Source/core/html/HTMLFrameOwnerElement.h explicit SubframeLoadingDisabler(Node& root) root 98 Source/core/html/HTMLFrameOwnerElement.h : m_root(root) root 151 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::didAddShadowRoot(ShadowRoot& root) root 153 Source/core/html/HTMLInputElement.cpp if (!root.isOldestAuthorShadowRoot()) root 52 Source/core/html/HTMLKeygenElement.cpp void HTMLKeygenElement::didAddUserAgentShadowRoot(ShadowRoot& root) root 68 Source/core/html/HTMLKeygenElement.cpp root.appendChild(select); root 106 Source/core/html/HTMLKeygenElement.cpp ShadowRoot* root = userAgentShadowRoot(); root 107 Source/core/html/HTMLKeygenElement.cpp return root ? toHTMLSelectElement(root->firstChild()) : 0; root 222 Source/core/html/HTMLMeterElement.cpp void HTMLMeterElement::didAddUserAgentShadowRoot(ShadowRoot& root) root 227 Source/core/html/HTMLMeterElement.cpp root.appendChild(inner); root 560 Source/core/html/HTMLPlugInElement.cpp void HTMLPlugInElement::didAddShadowRoot(ShadowRoot& root) root 562 Source/core/html/HTMLPlugInElement.cpp if (root.isOldestAuthorShadowRoot()) root 149 Source/core/html/HTMLProgressElement.cpp void HTMLProgressElement::didAddUserAgentShadowRoot(ShadowRoot& root) root 155 Source/core/html/HTMLProgressElement.cpp root.appendChild(inner); root 76 Source/core/html/HTMLShadowElement.cpp ShadowRoot* root = containingShadowRoot(); root 77 Source/core/html/HTMLShadowElement.cpp if (root && root->olderShadowRoot() && root->type() != root->olderShadowRoot()->type()) { root 78 Source/core/html/HTMLShadowElement.cpp String message = String::format("<shadow> doesn't work for %s element host.", root->host()->tagName().utf8().data()); root 55 Source/core/html/HTMLSummaryElement.cpp void HTMLSummaryElement::didAddUserAgentShadowRoot(ShadowRoot& root) root 57 Source/core/html/HTMLSummaryElement.cpp root.appendChild(DetailsMarkerControl::create(document())); root 58 Source/core/html/HTMLSummaryElement.cpp root.appendChild(HTMLContentElement::create(document())); root 98 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::didAddUserAgentShadowRoot(ShadowRoot& root) root 100 Source/core/html/HTMLTextAreaElement.cpp root.appendChild(TextControlInnerTextElement::create(document())); root 137 Source/core/html/forms/InputTypeView.cpp if (ShadowRoot* root = element().userAgentShadowRoot()) root 138 Source/core/html/forms/InputTypeView.cpp root->removeChildren(); root 46 Source/core/html/imports/HTMLImport.cpp return root()->document(); root 51 Source/core/html/imports/HTMLImport.cpp return root()->toController(); root 76 Source/core/html/imports/HTMLImport.cpp root()->scheduleRecalcState(); root 79 Source/core/html/imports/HTMLImport.cpp void HTMLImport::recalcTreeState(HTMLImport* root) root 81 Source/core/html/imports/HTMLImport.cpp ASSERT(root == root->root()); root 86 Source/core/html/imports/HTMLImport.cpp for (HTMLImport* i = root; i; i = traverseNext(i)) { root 96 Source/core/html/imports/HTMLImport.cpp for (HTMLImport* i = traverseFirstPostOrder(root); i; i = traverseNextPostOrder(i)) { root 122 Source/core/html/imports/HTMLImport.cpp root()->showTree(this, 0); root 122 Source/core/html/imports/HTMLImport.h virtual HTMLImportRoot* root() = 0; root 141 Source/core/html/imports/HTMLImport.h static void recalcTreeState(HTMLImport* root); root 135 Source/core/html/imports/HTMLImportChild.cpp return parent() ? parent()->root() : 0; root 180 Source/core/html/imports/HTMLImportChild.cpp if (HTMLImportChild* found = root()->findLinkFor(m_url, this)) root 71 Source/core/html/imports/HTMLImportChild.h virtual HTMLImportRoot* root() OVERRIDE; root 60 Source/core/html/imports/HTMLImportsController.h virtual HTMLImportRoot* root() OVERRIDE; root 670 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::markFutureAndPastNodes(ContainerNode* root, double previousTimestamp, double movieTime) root 679 Source/core/html/track/vtt/VTTCue.cpp for (Node* child = root->firstChild(); child; child = NodeTraversal::next(*child, root)) { root 151 Source/core/html/track/vtt/VTTCue.h void copyVTTNodeToDOMTree(ContainerNode* vttNode, ContainerNode* root); root 355 Source/core/inspector/InspectorDOMAgent.cpp for (ShadowRoot* root = node->youngestShadowRoot(); root; root = root->olderShadowRoot()) root 356 Source/core/inspector/InspectorDOMAgent.cpp unbind(root, nodesMap); root 484 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::getDocument(ErrorString* errorString, RefPtr<TypeBuilder::DOM::Node>& root) root 495 Source/core/inspector/InspectorDOMAgent.cpp root = buildObjectForNode(m_document.get(), 2, &m_documentNodeToIdMap); root 1546 Source/core/inspector/InspectorDOMAgent.cpp for (ShadowRoot* root = shadow->youngestShadowRoot(); root; root = root->olderShadowRoot()) root 1547 Source/core/inspector/InspectorDOMAgent.cpp shadowRoots->addItem(buildObjectForNode(root, 0, nodesMap)); root 1936 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didPushShadowRoot(Element* host, ShadowRoot* root) root 1946 Source/core/inspector/InspectorDOMAgent.cpp m_frontend->shadowRootPushed(hostId, buildObjectForNode(root, 0, &m_documentNodeToIdMap)); root 1949 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::willPopShadowRoot(Element* host, ShadowRoot* root) root 1955 Source/core/inspector/InspectorDOMAgent.cpp int rootId = m_documentNodeToIdMap.get(root); root 2116 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<TypeBuilder::DOM::Node> root; root 2117 Source/core/inspector/InspectorDOMAgent.cpp getDocument(errorString, root); root 118 Source/core/inspector/InspectorDOMAgent.h virtual void getDocument(ErrorString*, RefPtr<TypeBuilder::DOM::Node>& root) OVERRIDE; root 231 Source/core/inspector/InspectorDOMAgent.h void updateSubtreeBreakpoints(Node* root, uint32_t rootMask, bool value); root 227 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::buildLayerIdToNodeIdMap(RenderLayer* root, const String& nodeGroup, LayerIdToNodeIdMap& layerIdToNodeIdMap) root 229 Source/core/inspector/InspectorLayerTreeAgent.cpp if (root->hasCompositedLayerMapping()) { root 230 Source/core/inspector/InspectorLayerTreeAgent.cpp if (Node* node = root->renderer()->generatingNode()) { root 231 Source/core/inspector/InspectorLayerTreeAgent.cpp GraphicsLayer* graphicsLayer = root->compositedLayerMapping()->childForSuperlayers(); root 235 Source/core/inspector/InspectorLayerTreeAgent.cpp for (RenderLayer* child = root->firstChild(); child; child = child->nextSibling()) root 237 Source/core/inspector/InspectorLayerTreeAgent.cpp if (!root->renderer()->isRenderIFrame()) root 239 Source/core/inspector/InspectorLayerTreeAgent.cpp FrameView* childFrameView = toFrameView(toRenderWidget(root->renderer())->widget()); root 246 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::gatherGraphicsLayers(GraphicsLayer* root, HashMap<int, int>& layerIdToNodeIdMap, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >& layers) root 248 Source/core/inspector/InspectorLayerTreeAgent.cpp int layerId = root->platformLayer()->id(); root 251 Source/core/inspector/InspectorLayerTreeAgent.cpp layers->addItem(buildObjectForLayer(root, layerIdToNodeIdMap.get(layerId))); root 252 Source/core/inspector/InspectorLayerTreeAgent.cpp if (GraphicsLayer* replica = root->replicaLayer()) root 254 Source/core/inspector/InspectorLayerTreeAgent.cpp for (size_t i = 0, size = root->children().size(); i < size; ++i) root 255 Source/core/inspector/InspectorLayerTreeAgent.cpp gatherGraphicsLayers(root->children()[i], layerIdToNodeIdMap, layers); root 270 Source/core/inspector/InspectorLayerTreeAgent.cpp static GraphicsLayer* findLayerById(GraphicsLayer* root, int layerId) root 272 Source/core/inspector/InspectorLayerTreeAgent.cpp if (root->platformLayer()->id() == layerId) root 273 Source/core/inspector/InspectorLayerTreeAgent.cpp return root; root 274 Source/core/inspector/InspectorLayerTreeAgent.cpp if (root->replicaLayer()) { root 275 Source/core/inspector/InspectorLayerTreeAgent.cpp if (GraphicsLayer* layer = findLayerById(root->replicaLayer(), layerId)) root 278 Source/core/inspector/InspectorLayerTreeAgent.cpp for (size_t i = 0, size = root->children().size(); i < size; ++i) { root 279 Source/core/inspector/InspectorLayerTreeAgent.cpp if (GraphicsLayer* layer = findLayerById(root->children()[i], layerId)) root 516 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didLayout(RenderObject* root) root 523 Source/core/inspector/InspectorTimelineAgent.cpp root->absoluteQuads(quads); root 525 Source/core/inspector/InspectorTimelineAgent.cpp TimelineRecordFactory::setLayoutRoot(entry.data.get(), quads[0], nodeId(root)); root 85 Source/core/page/FocusController.cpp Node* root = rootNode(); root 86 Source/core/page/FocusController.cpp if (root->isShadowRoot()) { root 87 Source/core/page/FocusController.cpp ShadowRoot* shadowRoot = toShadowRoot(root); root 90 Source/core/page/FocusController.cpp if (Frame* frame = root->document().frame()) root 98 Source/core/page/FocusController.cpp Node* root = node; root 100 Source/core/page/FocusController.cpp root = n; root 103 Source/core/page/FocusController.cpp return FocusNavigationScope(&root->treeScope()); root 620 Source/core/page/FocusController.cpp Node* root = selection.rootEditableElement(); root 621 Source/core/page/FocusController.cpp if (!root) root 624 Source/core/page/FocusController.cpp if (Node* shadowAncestorNode = root->deprecatedShadowAncestorNode()) { root 111 Source/core/page/HistoryController.cpp HistoryEntry::HistoryEntry(HistoryItem* root, int64_t frameID) root 113 Source/core/page/HistoryController.cpp m_root = HistoryNode::create(this, root, frameID); root 116 Source/core/page/HistoryController.cpp PassOwnPtr<HistoryEntry> HistoryEntry::create(HistoryItem* root, int64_t frameID) root 118 Source/core/page/HistoryController.cpp return adoptPtr(new HistoryEntry(root, frameID)); root 168 Source/core/page/HistoryController.cpp differentDocumentLoads.set(m_page->mainFrame(), m_provisionalEntry->root()); root 171 Source/core/page/HistoryController.cpp sameDocumentLoads.set(m_page->mainFrame(), m_provisionalEntry->root()); root 117 Source/core/page/HistoryController.h static PassOwnPtr<HistoryEntry> create(HistoryItem* root, int64_t frameID); root 122 Source/core/page/HistoryController.h HistoryItem* root() const { return m_root->value(); } root 129 Source/core/page/HistoryController.h explicit HistoryEntry(HistoryItem* root, int64_t frameID); root 359 Source/core/rendering/CounterNode.cpp const CounterNode* root = node; root 360 Source/core/rendering/CounterNode.cpp while (root->parent()) root 361 Source/core/rendering/CounterNode.cpp root = root->parent(); root 363 Source/core/rendering/CounterNode.cpp for (const CounterNode* current = root; current; current = current->nextInPreOrder()) { root 365 Source/core/rendering/CounterNode.cpp for (const CounterNode* parent = current; parent && parent != root; parent = parent->parent()) root 132 Source/core/rendering/EllipsisBox.cpp return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock())); root 148 Source/core/rendering/EllipsisBox.cpp LayoutUnit selectionBottom = root().selectionBottom(); root 149 Source/core/rendering/EllipsisBox.cpp LayoutUnit top = root().selectionTop(); root 150 Source/core/rendering/EllipsisBox.cpp LayoutUnit h = root().selectionHeight(); root 547 Source/core/rendering/FastTextAutosizer.cpp bool FastTextAutosizer::clusterWouldHaveEnoughTextToAutosize(const RenderBlock* root, const RenderBlock* widthProvider) root 549 Source/core/rendering/FastTextAutosizer.cpp Cluster hypotheticalCluster(root, true, 0); root 558 Source/core/rendering/FastTextAutosizer.cpp const RenderBlock* root = cluster->m_root; root 560 Source/core/rendering/FastTextAutosizer.cpp widthProvider = clusterWidthProvider(root); root 563 Source/core/rendering/FastTextAutosizer.cpp if (root->isTextArea() || (root->style() && root->style()->userModify() != READ_ONLY)) { root 568 Source/core/rendering/FastTextAutosizer.cpp if (blockSuppressesAutosizing(root)) { root 577 Source/core/rendering/FastTextAutosizer.cpp RenderObject* descendant = root->nextInPreOrder(root); root 587 Source/core/rendering/FastTextAutosizer.cpp descendant = descendant->nextInPreOrderAfterChildren(root); root 602 Source/core/rendering/FastTextAutosizer.cpp descendant = descendant->nextInPreOrder(root); root 793 Source/core/rendering/FastTextAutosizer.cpp const RenderBlock* FastTextAutosizer::clusterWidthProvider(const RenderBlock* root) root 795 Source/core/rendering/FastTextAutosizer.cpp if (root->isTable() || root->isTableCell()) root 796 Source/core/rendering/FastTextAutosizer.cpp return root; root 798 Source/core/rendering/FastTextAutosizer.cpp return deepestBlockContainingAllText(root); root 837 Source/core/rendering/FastTextAutosizer.cpp const RenderBlock* FastTextAutosizer::deepestBlockContainingAllText(const RenderBlock* root) root 840 Source/core/rendering/FastTextAutosizer.cpp const RenderObject* firstTextLeaf = findTextLeaf(root, firstDepth, First); root 842 Source/core/rendering/FastTextAutosizer.cpp return root; root 845 Source/core/rendering/FastTextAutosizer.cpp const RenderObject* lastTextLeaf = findTextLeaf(root, lastDepth, Last); root 874 Source/core/rendering/FastTextAutosizer.cpp ASSERT(containingBlock->isDescendantOf(root)); root 116 Source/core/rendering/FastTextAutosizer.h explicit Cluster(const RenderBlock* root, bool autosize, Cluster* parent, Supercluster* supercluster = 0) root 117 Source/core/rendering/FastTextAutosizer.h : m_root(root) root 124 Source/core/rendering/FastTextAutosizer.h , m_hasTableAncestor(root->isTableCell() || (m_parent && m_parent->m_hasTableAncestor)) root 209 Source/core/rendering/FastTextAutosizer.h bool clusterWouldHaveEnoughTextToAutosize(const RenderBlock* root, const RenderBlock* widthProvider = 0); root 222 Source/core/rendering/InlineBox.cpp return m_parent->root(); root 230 Source/core/rendering/InlineBox.cpp return m_parent->root(); root 320 Source/core/rendering/InlineBox.cpp RenderBlockFlow& block = root().block(); root 331 Source/core/rendering/InlineBox.cpp root().block().flipForWritingMode(rect); root 338 Source/core/rendering/InlineBox.cpp return root().block().flipForWritingMode(point); root 345 Source/core/rendering/InlineBox.cpp root().block().flipForWritingMode(rect); root 352 Source/core/rendering/InlineBox.cpp return root().block().flipForWritingMode(point); root 186 Source/core/rendering/InlineBox.h const RootInlineBox& root() const; root 187 Source/core/rendering/InlineBox.h RootInlineBox& root(); root 187 Source/core/rendering/InlineFlowBox.cpp root().childRemoved(child); root 404 Source/core/rendering/InlineFlowBox.cpp curr->setLogicalLeft(root().block().logicalWidth() - logicalLeft); root 1066 Source/core/rendering/InlineFlowBox.cpp RootInlineBox& rootBox = root(); root 1233 Source/core/rendering/InlineFlowBox.cpp const RootInlineBox& rootBox = root(); root 51 Source/core/rendering/InlineIterator.h InlineIterator(RenderObject* root, RenderObject* o, unsigned p) root 52 Source/core/rendering/InlineIterator.h : m_root(root) root 81 Source/core/rendering/InlineIterator.h RenderObject* root() const { return m_root; } root 208 Source/core/rendering/InlineIterator.h static inline RenderObject* bidiNextShared(RenderObject* root, RenderObject* current, Observer* observer = 0, EmptyInlineBehavior emptyInlineBehavior = SkipEmptyInlines, bool* endOfInlinePtr = 0) root 231 Source/core/rendering/InlineIterator.h while (current && current != root) { root 241 Source/core/rendering/InlineIterator.h if (emptyInlineBehavior == IncludeEmptyInlines && current && current != root && current->isRenderInline()) { root 266 Source/core/rendering/InlineIterator.h static inline RenderObject* bidiNextSkippingEmptyInlines(RenderObject* root, RenderObject* current, Observer* observer) root 269 Source/core/rendering/InlineIterator.h return bidiNextShared(root, current, observer, SkipEmptyInlines); root 273 Source/core/rendering/InlineIterator.h static inline RenderObject* bidiNextSkippingEmptyInlines(RenderObject* root, RenderObject* current) root 276 Source/core/rendering/InlineIterator.h return bidiNextSkippingEmptyInlines(root, current, observer); root 279 Source/core/rendering/InlineIterator.h static inline RenderObject* bidiNextIncludingEmptyInlines(RenderObject* root, RenderObject* current, bool* endOfInlinePtr = 0) root 282 Source/core/rendering/InlineIterator.h return bidiNextShared(root, current, observer, IncludeEmptyInlines, endOfInlinePtr); root 285 Source/core/rendering/InlineIterator.h static inline RenderObject* bidiFirstSkippingEmptyInlines(RenderObject* root, InlineBidiResolver* resolver = 0) root 287 Source/core/rendering/InlineIterator.h RenderObject* o = root->firstChild(); root 294 Source/core/rendering/InlineIterator.h o = bidiNextSkippingEmptyInlines(root, o, resolver); root 305 Source/core/rendering/InlineIterator.h o = bidiNextSkippingEmptyInlines(root, o, resolver); root 313 Source/core/rendering/InlineIterator.h static inline RenderObject* bidiFirstIncludingEmptyInlines(RenderObject* root) root 315 Source/core/rendering/InlineIterator.h RenderObject* o = root->firstChild(); root 321 Source/core/rendering/InlineIterator.h return bidiNextIncludingEmptyInlines(root, o); root 337 Source/core/rendering/InlineIterator.h InlineWalker(RenderObject* root) root 338 Source/core/rendering/InlineIterator.h : m_root(root) root 346 Source/core/rendering/InlineIterator.h RenderObject* root() { return m_root; } root 370 Source/core/rendering/InlineIterator.h while (innerIsolatedObject && innerIsolatedObject != isolatedIterator.root()) { root 521 Source/core/rendering/InlineIterator.h static inline RenderObject* highestContainingIsolateWithinRoot(RenderObject* object, RenderObject* root) root 525 Source/core/rendering/InlineIterator.h while (object && object != root) { root 540 Source/core/rendering/InlineIterator.h while (object && object != iter.root()) { root 694 Source/core/rendering/InlineIterator.h obj = bidiNextSkippingEmptyInlines(m_sor.root(), obj, &isolateTracker); root 715 Source/core/rendering/InlineIterator.h m_eor.moveTo(bidiNextSkippingEmptyInlines(m_eor.root(), m_eor.object()), 0); root 127 Source/core/rendering/InlineTextBox.cpp return root().selectionTop(); root 132 Source/core/rendering/InlineTextBox.cpp return root().selectionBottom(); root 137 Source/core/rendering/InlineTextBox.cpp return root().selectionHeight(); root 177 Source/core/rendering/InlineTextBox.cpp if (m_truncation != cNoTruncation && root().ellipsisBox()) { root 178 Source/core/rendering/InlineTextBox.cpp EllipsisBox* ellipsis = root().ellipsisBox(); root 859 Source/core/rendering/InlineTextBox.cpp LayoutUnit selectionBottom = root().selectionBottom(); root 860 Source/core/rendering/InlineTextBox.cpp LayoutUnit selectionTop = root().selectionTopAdjustedForPrecedingBlock(); root 931 Source/core/rendering/InlineTextBox.cpp const float offset = inlineTextBox->root().maxLogicalTop() - inlineTextBox->logicalTop(); root 1416 Source/core/rendering/InlineTextBox.cpp return logicalLeft() - root().logicalLeft(); root 122 Source/core/rendering/LayoutState.cpp LayoutState::LayoutState(RenderObject& root) root 134 Source/core/rendering/LayoutState.cpp , m_renderer(&root) root 137 Source/core/rendering/LayoutState.cpp RenderObject* container = root.container(); root 1501 Source/core/rendering/RenderBlock.cpp RootInlineBox& box = toRenderBox(o)->inlineBoxWrapper()->root(); root 3001 Source/core/rendering/RenderBlock.cpp for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) { root 3002 Source/core/rendering/RenderBlock.cpp if (!root->firstLeafChild()) root 3005 Source/core/rendering/RenderBlock.cpp firstRootBoxWithChildren = root; root 3007 Source/core/rendering/RenderBlock.cpp if (!linesAreFlipped && root->isFirstAfterPageBreak() && (pointInLogicalContents.y() < root->lineTopWithLeading() root 3008 Source/core/rendering/RenderBlock.cpp || (blocksAreFlipped && pointInLogicalContents.y() == root->lineTopWithLeading()))) root 3011 Source/core/rendering/RenderBlock.cpp lastRootBoxWithChildren = root; root 3014 Source/core/rendering/RenderBlock.cpp if (pointInLogicalContents.y() < root->selectionBottom() || (blocksAreFlipped && pointInLogicalContents.y() == root->selectionBottom())) { root 3016 Source/core/rendering/RenderBlock.cpp RootInlineBox* nextRootBoxWithChildren = root->nextRootBox(); root 3024 Source/core/rendering/RenderBlock.cpp closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); root 3053 Source/core/rendering/RenderBlock.cpp LayoutPoint point(pointInLogicalContents.x(), closestBox->root().blockDirectionPointInLine()); root 5035 Source/core/rendering/RenderBlock.cpp for (const RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) root 5036 Source/core/rendering/RenderBlock.cpp root->showLineTreeAndMark(markedBox1, markedLabel1, markedBox2, markedLabel2, obj, 1); root 52 Source/core/rendering/RenderBlockLineLayout.cpp static RenderObject* firstRenderObjectForDirectionalityDetermination(RenderObject* root, RenderObject* current = 0) root 58 Source/core/rendering/RenderBlockLineLayout.cpp if (current != root) root 68 Source/core/rendering/RenderBlockLineLayout.cpp current = root->firstChild(); root 79 Source/core/rendering/RenderBlockLineLayout.cpp while (current && current != root) { root 96 Source/core/rendering/RenderBlockLineLayout.cpp static TextDirection determinePlaintextDirectionality(RenderObject* root, RenderObject* current = 0, unsigned pos = 0) root 98 Source/core/rendering/RenderBlockLineLayout.cpp InlineIterator iter(root, firstRenderObjectForDirectionalityDetermination(root, current), pos); root 100 Source/core/rendering/RenderBlockLineLayout.cpp observer.setStatus(BidiStatus(root->style()->direction(), isOverride(root->style()->unicodeBidi()))); root 300 Source/core/rendering/RenderBlockLineLayout.cpp lastLineBox()->root().setHasSelectedChildren(true); root 745 Source/core/rendering/RenderBlockLineLayout.cpp static inline void setupResolverToResumeInIsolate(InlineBidiResolver& resolver, RenderObject* root, RenderObject* startObject) root 747 Source/core/rendering/RenderBlockLineLayout.cpp if (root != startObject) { root 749 Source/core/rendering/RenderBlockLineLayout.cpp setupResolverToResumeInIsolate(resolver, root, parent); root 770 Source/core/rendering/RenderBlockLineLayout.cpp RenderObject* currentRoot = topResolver.position().root(); root 973 Source/core/rendering/RenderBlockLineLayout.cpp resolver.setPosition(InlineIterator(resolver.position().root(), 0, 0), 0); root 996 Source/core/rendering/RenderBlockLineLayout.cpp resolver.setPosition(InlineIterator(resolver.position().root(), 0, 0), 0); root 1009 Source/core/rendering/RenderBlockLineLayout.cpp TextDirection direction = determinePlaintextDirectionality(resolver.position().root(), resolver.position().object(), resolver.position().offset()); root 1948 Source/core/rendering/RenderBox.cpp RootInlineBox& root = box->root(); root 1949 Source/core/rendering/RenderBox.cpp root.block().setStaticInlinePositionForChild(this, root.lineTopWithLeading(), LayoutUnit::fromFloatRound(box->logicalLeft())); root 3987 Source/core/rendering/RenderBox.cpp RootInlineBox& rootBox = box->root(); root 729 Source/core/rendering/RenderBoxModelObject.cpp RootInlineBox& root = box->root(); root 730 Source/core/rendering/RenderBoxModelObject.cpp box->paint(info, LayoutPoint(scrolledPaintRect.x() - box->x(), scrolledPaintRect.y() - box->y()), root.lineTop(), root.lineBottom()); root 601 Source/core/rendering/RenderCounter.cpp const WebCore::RenderObject* root = renderer; root 602 Source/core/rendering/RenderCounter.cpp while (root->parent()) root 603 Source/core/rendering/RenderCounter.cpp root = root->parent(); root 606 Source/core/rendering/RenderCounter.cpp for (const WebCore::RenderObject* current = root; current; current = current->nextInPreOrder()) { root 608 Source/core/rendering/RenderCounter.cpp for (const WebCore::RenderObject* parent = current; parent && parent != root; parent = parent->parent()) root 561 Source/core/rendering/RenderInline.cpp RootInlineBox& rootBox = currBox->inlineBoxWrapper()->root(); root 576 Source/core/rendering/RenderInline.cpp RootInlineBox& rootBox = childLine->root(); root 594 Source/core/rendering/RenderInline.cpp RootInlineBox& rootBox = childText->root(); root 983 Source/core/rendering/RenderInline.cpp RootInlineBox& firstRootBox = firstLineBox()->root(); root 984 Source/core/rendering/RenderInline.cpp RootInlineBox& lastRootBox = lastLineBox()->root(); root 1249 Source/core/rendering/RenderInline.cpp currBox->inlineBoxWrapper()->root().markDirty(); root 1254 Source/core/rendering/RenderInline.cpp childLine->root().markDirty(); root 1258 Source/core/rendering/RenderInline.cpp childText->root().markDirty(); root 1427 Source/core/rendering/RenderInline.cpp RootInlineBox& root = curr->root(); root 1428 Source/core/rendering/RenderInline.cpp LayoutUnit top = max<LayoutUnit>(root.lineTop(), curr->logicalTop()); root 1429 Source/core/rendering/RenderInline.cpp LayoutUnit bottom = min<LayoutUnit>(root.lineBottom(), curr->logicalBottom()); root 267 Source/core/rendering/RenderLayer.cpp ASSERT(rootLayer == root()); root 306 Source/core/rendering/RenderLayer.cpp convertToLayerCoords(root(), offsetFromRoot); root 143 Source/core/rendering/RenderLayer.h const RenderLayer* root() const root 202 Source/core/rendering/RenderLayerRepainter.cpp m_renderer->layer()->convertToLayerCoords(m_renderer->layer()->root(), delta); root 53 Source/core/rendering/RenderLayerStackingNodeIterator.h RenderLayerStackingNodeIterator(const RenderLayerStackingNode& root, unsigned whichChildren) root 54 Source/core/rendering/RenderLayerStackingNodeIterator.h : m_root(root) root 73 Source/core/rendering/RenderLayerStackingNodeIterator.h RenderLayerStackingNodeReverseIterator(const RenderLayerStackingNode& root, unsigned whichChildren) root 74 Source/core/rendering/RenderLayerStackingNodeIterator.h : m_root(root) root 179 Source/core/rendering/RenderLineBoxList.cpp RootInlineBox& firstRootBox = firstLineBox()->root(); root 180 Source/core/rendering/RenderLineBoxList.cpp RootInlineBox& lastRootBox = lastLineBox()->root(); root 189 Source/core/rendering/RenderLineBoxList.cpp RootInlineBox& root = box->root(); root 190 Source/core/rendering/RenderLineBoxList.cpp LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root.lineTop()), root.selectionTop()); root 191 Source/core/rendering/RenderLineBoxList.cpp LayoutUnit logicalBottom = box->logicalBottomVisualOverflow(root.lineBottom()); root 222 Source/core/rendering/RenderLineBoxList.cpp RootInlineBox& root = curr->root(); root 223 Source/core/rendering/RenderLineBoxList.cpp curr->paint(info, paintOffset, root.lineTop(), root.lineBottom()); root 260 Source/core/rendering/RenderLineBoxList.cpp RootInlineBox& root = curr->root(); root 261 Source/core/rendering/RenderLineBoxList.cpp if (rangeIntersectsRect(renderer, curr->logicalTopVisualOverflow(root.lineTop()), curr->logicalBottomVisualOverflow(root.lineBottom()), rect, accumulatedOffset)) { root 262 Source/core/rendering/RenderLineBoxList.cpp bool inside = curr->nodeAtPoint(request, result, locationInContainer, accumulatedOffset, root.lineTop(), root.lineBottom()); root 304 Source/core/rendering/RenderLineBoxList.cpp box = &wrapper->root(); root 308 Source/core/rendering/RenderLineBoxList.cpp box = &textBox->root(); root 312 Source/core/rendering/RenderLineBoxList.cpp box = &lastSiblingBox->root(); root 331 Source/core/rendering/RenderLineBoxList.cpp box = &firstBox->root(); root 350 Source/core/rendering/RenderListItem.cpp RootInlineBox& root = m_marker->inlineBoxWrapper()->root(); root 353 Source/core/rendering/RenderListItem.cpp LayoutUnit lineTop = root.lineTop(); root 354 Source/core/rendering/RenderListItem.cpp LayoutUnit lineBottom = root.lineBottom(); root 367 Source/core/rendering/RenderListItem.cpp if (box == root) root 373 Source/core/rendering/RenderListItem.cpp if (box == root) root 389 Source/core/rendering/RenderListItem.cpp if (box == root) root 394 Source/core/rendering/RenderListItem.cpp if (box == root) root 1119 Source/core/rendering/RenderListMarker.cpp RootInlineBox& root = inlineBoxWrapper()->root(); root 1120 Source/core/rendering/RenderListMarker.cpp LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop(); root 1121 Source/core/rendering/RenderListMarker.cpp if (root.block().style()->isHorizontalWritingMode()) root 1122 Source/core/rendering/RenderListMarker.cpp return LayoutRect(0, newLogicalTop, width(), root.selectionHeight()); root 1123 Source/core/rendering/RenderListMarker.cpp return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height()); root 1829 Source/core/rendering/RenderListMarker.cpp inlineBoxWrapper()->root().setHasSelectedChildren(state != SelectionNone); root 1839 Source/core/rendering/RenderListMarker.cpp RootInlineBox& root = inlineBoxWrapper()->root(); root 1840 Source/core/rendering/RenderListMarker.cpp LayoutRect rect(0, root.selectionTop() - y(), width(), root.selectionHeight()); root 634 Source/core/rendering/RenderObject.cpp ASSERT(!layouter || this != layouter->root()); root 676 Source/core/rendering/RenderObject.cpp if (object == layouter->root()) root 3369 Source/core/rendering/RenderObject.cpp const WebCore::RenderObject* root = object1; root 3370 Source/core/rendering/RenderObject.cpp while (root->parent()) root 3371 Source/core/rendering/RenderObject.cpp root = root->parent(); root 3372 Source/core/rendering/RenderObject.cpp root->showRenderTreeAndMark(object1, "*", object2, "-", 0); root 1293 Source/core/rendering/RenderObject.h if (markParents == MarkContainingBlockChain && (!layouter || layouter->root() != this)) root 1323 Source/core/rendering/RenderObject.h if (!alreadyNeededLayout && markParents == MarkContainingBlockChain && (!layouter || layouter->root() != this)) root 201 Source/core/rendering/RenderReplaced.cpp LayoutUnit selTop = paintOffset.y() + inlineBoxWrapper()->root().selectionTop(); root 202 Source/core/rendering/RenderReplaced.cpp LayoutUnit selBottom = paintOffset.y() + selTop + inlineBoxWrapper()->root().selectionHeight(); root 535 Source/core/rendering/RenderReplaced.cpp RootInlineBox* rootBox = box ? &box->root() : 0; root 583 Source/core/rendering/RenderReplaced.cpp RootInlineBox& root = inlineBoxWrapper()->root(); root 584 Source/core/rendering/RenderReplaced.cpp LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop(); root 585 Source/core/rendering/RenderReplaced.cpp if (root.block().style()->isHorizontalWritingMode()) root 586 Source/core/rendering/RenderReplaced.cpp return LayoutRect(0, newLogicalTop, width(), root.selectionHeight()); root 587 Source/core/rendering/RenderReplaced.cpp return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height()); root 596 Source/core/rendering/RenderReplaced.cpp inlineBoxWrapper()->root().setHasSelectedChildren(isSelected()); root 216 Source/core/rendering/RenderText.cpp RootInlineBox* next = firstTextBox()->root().nextRootBox(); root 395 Source/core/rendering/RenderText.cpp if (EllipsisBox* ellipsis = box->root().ellipsisBox()) { root 630 Source/core/rendering/RenderText.cpp RootInlineBox& rootBox = box->root(); root 665 Source/core/rendering/RenderText.cpp int height = box->root().selectionHeight(); root 666 Source/core/rendering/RenderText.cpp int top = box->root().selectionTop(); root 678 Source/core/rendering/RenderText.cpp float rootLeft = box->root().logicalLeft(); root 679 Source/core/rendering/RenderText.cpp float rootRight = box->root().logicalRight(); root 684 Source/core/rendering/RenderText.cpp *extraWidthToEndOfLine = (box->root().logicalWidth() + rootLeft) - (left + 1); root 1216 Source/core/rendering/RenderText.cpp box->root().setHasSelectedChildren(true); root 1221 Source/core/rendering/RenderText.cpp box->root().setHasSelectedChildren(state == SelectionInside); root 1257 Source/core/rendering/RenderText.cpp RootInlineBox* root = &curr->root(); root 1259 Source/core/rendering/RenderText.cpp firstRootBox = root; root 1265 Source/core/rendering/RenderText.cpp lastRootBox = root; root 1291 Source/core/rendering/RenderText.cpp firstRootBox = &lastTextBox()->root(); root 487 Source/core/rendering/RenderTreeAsText.cpp RenderView* root = view->frame().contentRenderer(); root 488 Source/core/rendering/RenderTreeAsText.cpp if (root) { root 490 Source/core/rendering/RenderTreeAsText.cpp RenderLayer* l = root->layer(); root 855 Source/core/rendering/RenderView.cpp void RenderView::pushLayoutState(RenderObject& root) root 860 Source/core/rendering/RenderView.cpp pushLayoutStateForCurrentFlowThread(root); root 861 Source/core/rendering/RenderView.cpp m_layoutState = new LayoutState(root); root 285 Source/core/rendering/RenderView.h explicit LayoutStateMaintainer(RenderBox& root, const LayoutSize& offset, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0) root 286 Source/core/rendering/RenderView.h : m_view(*root.view()) root 287 Source/core/rendering/RenderView.h , m_disabled(root.shouldDisableLayoutState()) root 292 Source/core/rendering/RenderView.h push(root, offset, pageHeight, pageHeightChanged, colInfo); root 296 Source/core/rendering/RenderView.h explicit LayoutStateMaintainer(RenderBox& root) root 297 Source/core/rendering/RenderView.h : m_view(*root.view()) root 312 Source/core/rendering/RenderView.h void push(RenderBox& root, const LayoutSize& offset, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0) root 316 Source/core/rendering/RenderView.h m_didCreateLayoutState = m_view.pushLayoutState(root, offset, pageHeight, pageHeightChanged, colInfo); root 347 Source/core/rendering/RenderView.h LayoutStateDisabler(const RenderBox& root) root 348 Source/core/rendering/RenderView.h : m_view(*root.view()) root 432 Source/core/rendering/RootInlineBox.cpp RenderObject::SelectionState blockSelectionState = root().block().selectionState(); root 437 Source/core/rendering/RootInlineBox.cpp if (RenderBlock* block = root().block().blockBeforeWithinSelectionRoot(offsetToBlockBefore)) { root 39 Source/core/rendering/SubtreeLayoutScope.cpp SubtreeLayoutScope::SubtreeLayoutScope(RenderObject* root) root 40 Source/core/rendering/SubtreeLayoutScope.cpp : m_root(root) root 51 Source/core/rendering/SubtreeLayoutScope.h SubtreeLayoutScope(RenderObject* root); root 57 Source/core/rendering/SubtreeLayoutScope.h RenderObject* root() { return m_root; } root 276 Source/core/rendering/TextAutosizer.cpp writeDebugInfo(clusterInfo.root, AtomicString(String::format("cluster:%f", multiplier))); root 287 Source/core/rendering/TextAutosizer.cpp if (clusterInfos.size() == 1 && getGeneratingElementNode(clusterInfos[0].root)) root 288 Source/core/rendering/TextAutosizer.cpp return getCachedHash(clusterInfos[0].root, false); root 322 Source/core/rendering/TextAutosizer.cpp float multiplier = clusterMultiplier(clusterInfos[0].root->style()->writingMode(), windowInfo, textWidth); root 343 Source/core/rendering/TextAutosizer.cpp clusterInfo.blockContainingAllText = findDeepestBlockContainingAllText(clusterInfo.root); root 360 Source/core/rendering/TextAutosizer.cpp clusterInfo.blockContainingAllText = findDeepestBlockContainingAllText(clusterInfo.root); root 366 Source/core/rendering/TextAutosizer.cpp ASSERT(clusterInfos[i].root->style()->writingMode() == clusterInfos[0].root->style()->writingMode()); root 367 Source/core/rendering/TextAutosizer.cpp processClusterInternal(clusterInfos[i], clusterInfos[i].root, clusterInfos[i].root, windowInfo, multiplier); root 378 Source/core/rendering/TextAutosizer.cpp processStaleContainer(multiplier, (*it2).root, *it2); root 722 Source/core/rendering/TextAutosizer.cpp if (clusterInfos[i].root->isTextArea() || (clusterInfos[i].root->style() && clusterInfos[i].root->style()->userModify() != READ_ONLY)) root 824 Source/core/rendering/TextAutosizer.cpp return first.root->contentLogicalWidth() > second.root->contentLogicalWidth(); root 848 Source/core/rendering/TextAutosizer.cpp LayoutUnit currentWidth = clusterInfos[i].root->contentLogicalWidth(); root 849 Source/core/rendering/TextAutosizer.cpp LayoutUnit nextWidth = clusterInfos[i + 1].root->contentLogicalWidth(); root 46 Source/core/rendering/TextAutosizer.h explicit TextAutosizingClusterInfo(RenderBlock* root) root 47 Source/core/rendering/TextAutosizer.h : root(root) root 53 Source/core/rendering/TextAutosizer.h RenderBlock* root; root 1233 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (RenderLayer* root = m_owningLayer.renderingContextRoot()) { root 1234 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (Node* node = root->renderer()->node()) root 64 Source/core/rendering/line/LineBreaker.cpp ASSERT(resolver.position().root() == m_block); root 111 Source/core/rendering/svg/RenderSVGText.cpp static inline bool findPreviousAndNextAttributes(RenderObject* root, RenderSVGInlineText* locateElement, SVGTextLayoutAttributes*& previous, SVGTextLayoutAttributes*& next) root 113 Source/core/rendering/svg/RenderSVGText.cpp ASSERT(root); root 116 Source/core/rendering/svg/RenderSVGText.cpp RenderObject* current = root->firstChild(); root 138 Source/core/rendering/svg/RenderSVGText.cpp current = current->nextInPreOrderAfterChildren(root); root 379 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static TextStream& operator<<(TextStream& ts, const RenderSVGRoot& root) root 381 Source/core/rendering/svg/SVGRenderTreeAsText.cpp return writePositionAndStyle(ts, root); root 589 Source/core/rendering/svg/SVGRenderTreeAsText.cpp void write(TextStream& ts, const RenderSVGRoot& root, int indent) root 591 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeStandardPrefix(ts, root, indent); root 592 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << root << "\n"; root 593 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeChildren(ts, root, indent); root 33 Source/core/svg/SVGElementInstanceList.h static PassRefPtr<SVGElementInstanceList> create(PassRefPtr<SVGElementInstance> root) { return adoptRef(new SVGElementInstanceList(root)); } root 379 Source/core/svg/SVGSVGElement.cpp const SVGElement* root = this; root 383 Source/core/svg/SVGSVGElement.cpp root = referenceElement; root 390 Source/core/svg/SVGSVGElement.cpp for (SVGGraphicsElement* element = Traversal<SVGGraphicsElement>::firstWithin(*root); element; root 391 Source/core/svg/SVGSVGElement.cpp element = Traversal<SVGGraphicsElement>::next(*element, root)) { root 662 Source/core/svg/SVGSVGElement.cpp RenderSVGRoot* root = toRenderSVGRoot(renderer()); root 665 Source/core/svg/SVGSVGElement.cpp if (root->isEmbeddedThroughFrameContainingSVGDocument()) root 666 Source/core/svg/SVGSVGElement.cpp return !root->hasReplacedLogicalWidth() && !document().frame()->ownerRenderer()->hasReplacedLogicalWidth(); root 669 Source/core/svg/SVGSVGElement.cpp if (root->isEmbeddedThroughSVGImage() || document().documentElement() != this) root 670 Source/core/svg/SVGSVGElement.cpp return !root->hasReplacedLogicalWidth(); root 684 Source/core/svg/SVGSVGElement.cpp RenderSVGRoot* root = toRenderSVGRoot(renderer()); root 687 Source/core/svg/SVGSVGElement.cpp if (root->isEmbeddedThroughFrameContainingSVGDocument()) root 688 Source/core/svg/SVGSVGElement.cpp return !root->hasReplacedLogicalHeight() && !document().frame()->ownerRenderer()->hasReplacedLogicalHeight(); root 691 Source/core/svg/SVGSVGElement.cpp if (root->isEmbeddedThroughSVGImage() || document().documentElement() != this) root 692 Source/core/svg/SVGSVGElement.cpp return !root->hasReplacedLogicalHeight(); root 498 Source/core/testing/Internals.cpp bool Internals::hasShadowInsertionPoint(const Node* root, ExceptionState& exceptionState) const root 500 Source/core/testing/Internals.cpp if (root && root->isShadowRoot()) root 501 Source/core/testing/Internals.cpp return toShadowRoot(root)->containsShadowElements(); root 507 Source/core/testing/Internals.cpp bool Internals::hasContentElement(const Node* root, ExceptionState& exceptionState) const root 509 Source/core/testing/Internals.cpp if (root && root->isShadowRoot()) root 510 Source/core/testing/Internals.cpp return toShadowRoot(root)->containsContentElements(); root 516 Source/core/testing/Internals.cpp size_t Internals::countElementShadow(const Node* root, ExceptionState& exceptionState) const root 518 Source/core/testing/Internals.cpp if (!root || !root->isShadowRoot()) { root 522 Source/core/testing/Internals.cpp return toShadowRoot(root)->childShadowRootCount(); root 657 Source/core/testing/Internals.cpp String Internals::shadowRootType(const Node* root, ExceptionState& exceptionState) const root 659 Source/core/testing/Internals.cpp if (!root || !root->isShadowRoot()) { root 664 Source/core/testing/Internals.cpp switch (toShadowRoot(root)->type()) { root 41 Source/modules/filesystem/DOMFilePath.cpp const char DOMFilePath::root[] = "/"; root 67 Source/modules/filesystem/DOMFilePath.cpp return DOMFilePath::root; root 77 Source/modules/filesystem/DOMFilePath.cpp if (parent == DOMFilePath::root && mayBeChild != DOMFilePath::root) root 103 Source/modules/filesystem/DOMFilePath.cpp return DOMFilePath::root; root 114 Source/modules/filesystem/DOMFilePath.cpp if (path.isEmpty() || path == DOMFilePath::root) root 44 Source/modules/filesystem/DOMFilePath.h static const char root[]; root 63 Source/modules/filesystem/DOMFilePath.h return path.startsWith(DOMFilePath::root); root 98 Source/modules/filesystem/DOMFileSystem.cpp return DirectoryEntry::create(this, DOMFilePath::root); root 57 Source/modules/filesystem/DOMFileSystem.h PassRefPtrWillBeRawPtr<DirectoryEntry> root(); root 256 Source/modules/filesystem/DOMFileSystemBase.cpp if (entry->fullPath() == String(DOMFilePath::root)) { root 271 Source/modules/filesystem/DOMFileSystemBase.cpp if (entry->fullPath() == String(DOMFilePath::root)) { root 75 Source/modules/filesystem/DOMFileSystemSync.cpp return DirectoryEntrySync::create(this, DOMFilePath::root); root 59 Source/modules/filesystem/DOMFileSystemSync.h PassRefPtrWillBeRawPtr<DirectoryEntrySync> root(); root 178 Source/modules/filesystem/FileSystemCallbacks.cpp RefPtrWillBeRawPtr<DirectoryEntry> root = filesystem->root(); root 181 Source/modules/filesystem/FileSystemCallbacks.cpp if (!DOMFileSystemBase::pathToAbsolutePath(type, root.get(), filePath, absolutePath)) { root 117 Source/platform/PODIntervalTree.h searchForOverlapsFrom<IntervalSearchAdapterType>(this->root(), adapter); root 125 Source/platform/PODIntervalTree.h searchForOverlapsFrom<AdapterType>(this->root(), adapter); root 138 Source/platform/PODIntervalTree.h if (!this->root()) root 140 Source/platform/PODIntervalTree.h return checkInvariantsFromNode(this->root(), 0); root 302 Source/platform/PODRedBlackTree.h Node* root() const { return m_root; } root 44 Source/platform/Partitions.h ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return m_objectModelAllocator.root(); } root 45 Source/platform/Partitions.h ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return m_renderingAllocator.root(); } root 45 Source/platform/PlatformScreen.cpp Widget* root = widget->root(); root 46 Source/platform/PlatformScreen.cpp if (!root) root 48 Source/platform/PlatformScreen.cpp return root->hostWindow(); root 96 Source/platform/Widget.h Widget* root() const; root 54 Source/platform/exported/WebScrollbarThemeClientImpl.h virtual Widget* root() const OVERRIDE; root 108 Source/platform/scroll/Scrollbar.cpp return toScrollView(root()); root 63 Source/platform/scroll/Scrollbar.h virtual Widget* root() const OVERRIDE { return Widget::root(); } root 51 Source/platform/scroll/ScrollbarThemeClient.h virtual Widget* root() const = 0; root 381 Source/web/WebBindings.cpp void WebBindings::toNPVariant(v8::Local<v8::Value> object, NPObject* root, NPVariant* result) root 383 Source/web/WebBindings.cpp WebCore::convertV8ObjectToNPVariant(object, root, result, v8::Isolate::GetCurrent()); root 57 Source/web/WebInputEventConversion.cpp ScrollView* rootView = toScrollView(widget->root()); root 68 Source/web/WebInputEventConversion.cpp ScrollView* rootView = toScrollView(widget->root()); root 861 Source/web/WebViewImpl.cpp Element* root = toLocalFrame(frame)->selection().rootEditableElementOrDocumentElement(); root 862 Source/web/WebViewImpl.cpp if (!root) root 869 Source/web/WebViewImpl.cpp Element* shadowHost = root->shadowHost(); root 874 Source/web/WebViewImpl.cpp root = shadowHost; root 876 Source/web/WebViewImpl.cpp IntRect boundingBox = root->pixelSnappedBoundingBox(); root 877 Source/web/WebViewImpl.cpp boundingBox = root->document().frame()->view()->contentsToWindow(boundingBox); root 2870 Source/web/WebViewImpl.cpp RenderView* root = page()->mainFrame()->contentRenderer(); root 2871 Source/web/WebViewImpl.cpp if (!root) root 2873 Source/web/WebViewImpl.cpp return root->documentRect().size(); root 124 Source/web/tests/TouchActionTest.cpp void runTestOnTree(WebCore::ContainerNode* root, WebView*, TouchActionTrackingWebViewClient&); root 182 Source/web/tests/TouchActionTest.cpp void TouchActionTest::runTestOnTree(WebCore::ContainerNode* root, WebView* webView, TouchActionTrackingWebViewClient& client) root 186 Source/web/tests/TouchActionTest.cpp RefPtr<WebCore::NodeList> nodes = root->querySelectorAll("[expected-action]", es); root 238 Source/web/tests/TouchActionTest.cpp WebCore::LocalFrame* frame = root->document().frame(); root 253 Source/web/tests/TouchActionTest.cpp << std::endl << "Document render tree:" << std::endl << externalRepresentation(root->document().frame()).utf8().data(); root 48 Source/web/x11/WebScreenInfoFactory.cpp Window root = RootWindow(display, screenNumber); root 53 Source/web/x11/WebScreenInfoFactory.cpp display, root, &rootRet, &x, &y, &width, &height, &border, &depth); root 125 Source/wtf/FastMalloc.cpp return partitionAllocGeneric(gPartition.root(), n); root 130 Source/wtf/FastMalloc.cpp partitionFreeGeneric(gPartition.root(), p); root 135 Source/wtf/FastMalloc.cpp return partitionReallocGeneric(gPartition.root(), p, n); root 37 Source/wtf/NonCopyingSort.h ptrdiff_t root = start; root 39 Source/wtf/NonCopyingSort.h while (root * 2 + 1 <= end) { root 40 Source/wtf/NonCopyingSort.h ptrdiff_t child = root * 2 + 1; root 44 Source/wtf/NonCopyingSort.h if (compareLess(array[root], array[child])) { root 45 Source/wtf/NonCopyingSort.h swap(array[root], array[child]); root 46 Source/wtf/NonCopyingSort.h root = child; root 101 Source/wtf/PartitionAlloc.cpp static void parititonAllocBaseInit(PartitionRootBase* root) root 103 Source/wtf/PartitionAlloc.cpp ASSERT(!root->initialized); root 114 Source/wtf/PartitionAlloc.cpp root->initialized = true; root 115 Source/wtf/PartitionAlloc.cpp root->totalSizeOfSuperPages = 0; root 116 Source/wtf/PartitionAlloc.cpp root->nextSuperPage = 0; root 117 Source/wtf/PartitionAlloc.cpp root->nextPartitionPage = 0; root 118 Source/wtf/PartitionAlloc.cpp root->nextPartitionPageEnd = 0; root 119 Source/wtf/PartitionAlloc.cpp root->firstExtent = 0; root 120 Source/wtf/PartitionAlloc.cpp root->currentExtent = 0; root 122 Source/wtf/PartitionAlloc.cpp memset(&root->globalEmptyPageRing, '\0', sizeof(root->globalEmptyPageRing)); root 123 Source/wtf/PartitionAlloc.cpp root->globalEmptyPageRingIndex = 0; root 126 Source/wtf/PartitionAlloc.cpp root->invertedSelf = ~reinterpret_cast<uintptr_t>(root); root 129 Source/wtf/PartitionAlloc.cpp static void partitionBucketInitBase(PartitionBucket* bucket, PartitionRootBase* root) root 137 Source/wtf/PartitionAlloc.cpp void partitionAllocInit(PartitionRoot* root, size_t numBuckets, size_t maxAllocation) root 139 Source/wtf/PartitionAlloc.cpp parititonAllocBaseInit(root); root 141 Source/wtf/PartitionAlloc.cpp root->numBuckets = numBuckets; root 142 Source/wtf/PartitionAlloc.cpp root->maxAllocation = maxAllocation; root 144 Source/wtf/PartitionAlloc.cpp for (i = 0; i < root->numBuckets; ++i) { root 145 Source/wtf/PartitionAlloc.cpp PartitionBucket* bucket = &root->buckets()[i]; root 150 Source/wtf/PartitionAlloc.cpp partitionBucketInitBase(bucket, root); root 154 Source/wtf/PartitionAlloc.cpp void partitionAllocGenericInit(PartitionRootGeneric* root) root 156 Source/wtf/PartitionAlloc.cpp parititonAllocBaseInit(root); root 158 Source/wtf/PartitionAlloc.cpp root->lock = 0; root 172 Source/wtf/PartitionAlloc.cpp root->orderIndexShifts[order] = orderIndexShift; root 180 Source/wtf/PartitionAlloc.cpp root->orderSubIndexMasks[order] = subOrderIndexMask; root 192 Source/wtf/PartitionAlloc.cpp PartitionBucket* bucket = &root->buckets[0]; root 196 Source/wtf/PartitionAlloc.cpp partitionBucketInitBase(bucket, root); root 206 Source/wtf/PartitionAlloc.cpp ASSERT(bucket == &root->buckets[0] + (kGenericNumBucketedOrders * kGenericNumBucketsPerOrder)); root 209 Source/wtf/PartitionAlloc.cpp bucket = &root->buckets[0]; root 210 Source/wtf/PartitionAlloc.cpp PartitionBucket** bucketPtr = &root->bucketLookups[0]; root 215 Source/wtf/PartitionAlloc.cpp *bucketPtr++ = &root->buckets[0]; root 228 Source/wtf/PartitionAlloc.cpp ASSERT(bucket == &root->buckets[0] + (kGenericNumBucketedOrders * kGenericNumBucketsPerOrder)); root 229 Source/wtf/PartitionAlloc.cpp ASSERT(bucketPtr == &root->bucketLookups[0] + ((kBitsPerSizet + 1) * kGenericNumBucketsPerOrder)); root 249 Source/wtf/PartitionAlloc.cpp static void partitionAllocBaseShutdown(PartitionRootBase* root) root 251 Source/wtf/PartitionAlloc.cpp ASSERT(root->initialized); root 252 Source/wtf/PartitionAlloc.cpp root->initialized = false; root 259 Source/wtf/PartitionAlloc.cpp PartitionSuperPageExtentEntry* entry = root->firstExtent; root 269 Source/wtf/PartitionAlloc.cpp ASSERT(numSuperPages == root->totalSizeOfSuperPages / kSuperPageSize); root 274 Source/wtf/PartitionAlloc.cpp bool partitionAllocShutdown(PartitionRoot* root) root 278 Source/wtf/PartitionAlloc.cpp for (i = 0; i < root->numBuckets; ++i) { root 279 Source/wtf/PartitionAlloc.cpp PartitionBucket* bucket = &root->buckets()[i]; root 284 Source/wtf/PartitionAlloc.cpp partitionAllocBaseShutdown(root); root 288 Source/wtf/PartitionAlloc.cpp bool partitionAllocGenericShutdown(PartitionRootGeneric* root) root 293 Source/wtf/PartitionAlloc.cpp PartitionBucket* bucket = &root->buckets[i]; root 297 Source/wtf/PartitionAlloc.cpp partitionAllocBaseShutdown(root); root 301 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void* partitionAllocPartitionPages(PartitionRootBase* root, size_t numPartitionPages) root 303 Source/wtf/PartitionAlloc.cpp ASSERT(!(reinterpret_cast<uintptr_t>(root->nextPartitionPage) % kPartitionPageSize)); root 304 Source/wtf/PartitionAlloc.cpp ASSERT(!(reinterpret_cast<uintptr_t>(root->nextPartitionPageEnd) % kPartitionPageSize)); root 307 Source/wtf/PartitionAlloc.cpp size_t numPartitionPagesLeft = (root->nextPartitionPageEnd - root->nextPartitionPage) >> kPartitionPageShift; root 311 Source/wtf/PartitionAlloc.cpp char* ret = root->nextPartitionPage; root 312 Source/wtf/PartitionAlloc.cpp root->nextPartitionPage += totalSize; root 317 Source/wtf/PartitionAlloc.cpp root->totalSizeOfSuperPages += kSuperPageSize; root 318 Source/wtf/PartitionAlloc.cpp RELEASE_ASSERT(root->totalSizeOfSuperPages <= kMaxPartitionSize); root 319 Source/wtf/PartitionAlloc.cpp char* requestedAddress = root->nextSuperPage; root 323 Source/wtf/PartitionAlloc.cpp root->nextSuperPage = superPage + kSuperPageSize; root 325 Source/wtf/PartitionAlloc.cpp root->nextPartitionPage = ret + totalSize; root 326 Source/wtf/PartitionAlloc.cpp root->nextPartitionPageEnd = root->nextSuperPage - kPartitionPageSize; root 340 Source/wtf/PartitionAlloc.cpp root->nextSuperPage = 0; root 345 Source/wtf/PartitionAlloc.cpp PartitionSuperPageExtentEntry* currentExtent = root->currentExtent; root 350 Source/wtf/PartitionAlloc.cpp root->firstExtent = latestExtent; root 355 Source/wtf/PartitionAlloc.cpp root->currentExtent = latestExtent; root 366 Source/wtf/PartitionAlloc.cpp latestExtent->root = root; root 538 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void* partitionDirectMap(PartitionRootBase* root, int flags, size_t size) root 578 Source/wtf/PartitionAlloc.cpp extent->root = root; root 619 Source/wtf/PartitionAlloc.cpp void* partitionAllocSlowPath(PartitionRootBase* root, int flags, size_t size, PartitionBucket* bucket) root 637 Source/wtf/PartitionAlloc.cpp return partitionDirectMap(root, flags, size); root 666 Source/wtf/PartitionAlloc.cpp void* rawNewPage = partitionAllocPartitionPages(root, numPartitionPages); root 692 Source/wtf/PartitionAlloc.cpp PartitionRootBase* root = partitionPageToRoot(page); root 697 Source/wtf/PartitionAlloc.cpp ASSERT(root->globalEmptyPageRing[page->freeCacheIndex] == page); root 698 Source/wtf/PartitionAlloc.cpp root->globalEmptyPageRing[page->freeCacheIndex] = 0; root 701 Source/wtf/PartitionAlloc.cpp size_t currentIndex = root->globalEmptyPageRingIndex; root 702 Source/wtf/PartitionAlloc.cpp PartitionPage* pageToFree = root->globalEmptyPageRing[currentIndex]; root 709 Source/wtf/PartitionAlloc.cpp ASSERT(pageToFree == root->globalEmptyPageRing[pageToFree->freeCacheIndex]); root 721 Source/wtf/PartitionAlloc.cpp root->globalEmptyPageRing[currentIndex] = page; root 726 Source/wtf/PartitionAlloc.cpp root->globalEmptyPageRingIndex = currentIndex; root 781 Source/wtf/PartitionAlloc.cpp bool partitionReallocDirectMappedInPlace(PartitionRootGeneric* root, PartitionPage* page, size_t newSize) root 829 Source/wtf/PartitionAlloc.cpp void* partitionReallocGeneric(PartitionRootGeneric* root, void* ptr, size_t newSize) root 835 Source/wtf/PartitionAlloc.cpp return partitionAllocGeneric(root, newSize); root 837 Source/wtf/PartitionAlloc.cpp partitionFreeGeneric(root, ptr); root 851 Source/wtf/PartitionAlloc.cpp if (partitionReallocDirectMappedInPlace(root, page, newSize)) root 855 Source/wtf/PartitionAlloc.cpp size_t actualNewSize = partitionAllocActualSize(root, newSize); root 869 Source/wtf/PartitionAlloc.cpp void* ret = partitionAllocGeneric(root, newSize); root 875 Source/wtf/PartitionAlloc.cpp partitionFreeGeneric(root, ptr); root 882 Source/wtf/PartitionAlloc.cpp void partitionDumpStats(const PartitionRoot& root) root 888 Source/wtf/PartitionAlloc.cpp for (i = 0; i < root.numBuckets; ++i) { root 889 Source/wtf/PartitionAlloc.cpp const PartitionBucket& bucket = root.buckets()[i]; root 250 Source/wtf/PartitionAlloc.h PartitionRootBase* root; root 426 Source/wtf/PartitionAlloc.h return extentEntry->root; root 432 Source/wtf/PartitionAlloc.h PartitionRootBase* root = partitionPageToRoot(page); root 433 Source/wtf/PartitionAlloc.h return root->invertedSelf == ~reinterpret_cast<uintptr_t>(root); root 436 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionBucketAlloc(PartitionRootBase* root, int flags, size_t size, PartitionBucket* bucket) root 449 Source/wtf/PartitionAlloc.h ret = partitionAllocSlowPath(root, flags, size, bucket); root 466 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size) root 474 Source/wtf/PartitionAlloc.h ASSERT(root->initialized); root 476 Source/wtf/PartitionAlloc.h ASSERT(index < root->numBuckets); root 478 Source/wtf/PartitionAlloc.h PartitionBucket* bucket = &root->buckets()[index]; root 479 Source/wtf/PartitionAlloc.h return partitionBucketAlloc(root, 0, size, bucket); root 517 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionBucket* partitionGenericSizeToBucket(PartitionRootGeneric* root, size_t size) root 521 Source/wtf/PartitionAlloc.h size_t orderIndex = (size >> root->orderIndexShifts[order]) & (kGenericNumBucketsPerOrder - 1); root 523 Source/wtf/PartitionAlloc.h size_t subOrderIndex = size & root->orderSubIndexMasks[order]; root 524 Source/wtf/PartitionAlloc.h PartitionBucket* bucket = root->bucketLookups[(order << kGenericNumBucketsPerOrderBits) + orderIndex + !!subOrderIndex]; root 530 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAllocGenericFlags(PartitionRootGeneric* root, int flags, size_t size) root 537 Source/wtf/PartitionAlloc.h ASSERT(root->initialized); root 539 Source/wtf/PartitionAlloc.h PartitionBucket* bucket = partitionGenericSizeToBucket(root, size); root 540 Source/wtf/PartitionAlloc.h spinLockLock(&root->lock); root 541 Source/wtf/PartitionAlloc.h void* ret = partitionBucketAlloc(root, flags, size, bucket); root 542 Source/wtf/PartitionAlloc.h spinLockUnlock(&root->lock); root 547 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAllocGeneric(PartitionRootGeneric* root, size_t size) root 549 Source/wtf/PartitionAlloc.h return partitionAllocGenericFlags(root, 0, size); root 552 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void partitionFreeGeneric(PartitionRootGeneric* root, void* ptr) root 557 Source/wtf/PartitionAlloc.h ASSERT(root->initialized); root 565 Source/wtf/PartitionAlloc.h spinLockLock(&root->lock); root 567 Source/wtf/PartitionAlloc.h spinLockUnlock(&root->lock); root 585 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionAllocActualSize(PartitionRootGeneric* root, size_t size) root 590 Source/wtf/PartitionAlloc.h ASSERT(root->initialized); root 592 Source/wtf/PartitionAlloc.h PartitionBucket* bucket = partitionGenericSizeToBucket(root, size); root 636 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionRoot* root() { return &m_partitionRoot; } root 646 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionRootGeneric* root() { return &m_partitionRoot; } root 86 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; root 92 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAlloc(allocator.root(), size); root 126 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; root 130 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAlloc(allocator.root(), size); root 141 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAllocGeneric(genericAllocator.root(), size); root 145 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 155 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; root 162 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAlloc(allocator.root(), kTestAllocSize); root 179 Source/wtf/PartitionAllocTest.cpp void* leakedPtr = partitionAlloc(allocator.root(), kTestAllocSize); root 181 Source/wtf/PartitionAllocTest.cpp void* leakedPtr2 = partitionAllocGeneric(genericAllocator.root(), kTestAllocSize); root 192 Source/wtf/PartitionAllocTest.cpp char* ptr1 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); root 193 Source/wtf/PartitionAllocTest.cpp char* ptr2 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); root 201 Source/wtf/PartitionAllocTest.cpp ptr2 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); root 206 Source/wtf/PartitionAllocTest.cpp ptr1 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); root 211 Source/wtf/PartitionAllocTest.cpp char* ptr3 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); root 227 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; root 269 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; root 282 Source/wtf/PartitionAllocTest.cpp (void) partitionAlloc(allocator.root(), kTestAllocSize); root 298 Source/wtf/PartitionAllocTest.cpp char* newPtr = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); root 308 Source/wtf/PartitionAllocTest.cpp newPtr = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); root 318 Source/wtf/PartitionAllocTest.cpp ptr = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); root 329 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; root 424 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAllocGeneric(genericAllocator.root(), 1); root 426 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 427 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), WTF::kGenericMaxBucketed + 1); root 429 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 431 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), 1); root 438 Source/wtf/PartitionAllocTest.cpp void* newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, 2); root 440 Source/wtf/PartitionAllocTest.cpp newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, 1); root 442 Source/wtf/PartitionAllocTest.cpp newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, WTF::kGenericSmallestBucket); root 446 Source/wtf/PartitionAllocTest.cpp newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, WTF::kGenericSmallestBucket + 1); root 461 Source/wtf/PartitionAllocTest.cpp void* reusedPtr = partitionAllocGeneric(genericAllocator.root(), 1); root 463 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), reusedPtr); root 467 Source/wtf/PartitionAllocTest.cpp newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, 1); root 475 Source/wtf/PartitionAllocTest.cpp newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, WTF::kGenericMaxBucketed + 1); root 483 Source/wtf/PartitionAllocTest.cpp newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, WTF::kGenericMaxBucketed * 10); root 488 Source/wtf/PartitionAllocTest.cpp newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, WTF::kGenericMaxBucketed * 2); root 495 Source/wtf/PartitionAllocTest.cpp newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, 1); root 501 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), newPtr); root 511 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAllocGeneric(genericAllocator.root(), 0); root 513 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 518 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), size); root 520 Source/wtf/PartitionAllocTest.cpp void* ptr2 = partitionAllocGeneric(genericAllocator.root(), size); root 522 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 526 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr2); root 529 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), size); root 532 Source/wtf/PartitionAllocTest.cpp ptr2 = partitionAllocGeneric(genericAllocator.root(), size); root 534 Source/wtf/PartitionAllocTest.cpp void* ptr3 = partitionAllocGeneric(genericAllocator.root(), size); root 536 Source/wtf/PartitionAllocTest.cpp void* ptr4 = partitionAllocGeneric(genericAllocator.root(), size); root 543 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 544 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr3); root 545 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr2); root 550 Source/wtf/PartitionAllocTest.cpp void* newPtr = partitionAllocGeneric(genericAllocator.root(), size); root 552 Source/wtf/PartitionAllocTest.cpp newPtr = partitionAllocGeneric(genericAllocator.root(), size); root 563 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), newPtr); root 564 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr3); root 565 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr4); root 568 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), 512 * 1024 * 1024); root 569 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 576 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), size); root 579 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 582 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), 0); root 585 Source/wtf/PartitionAllocTest.cpp EXPECT_EQ(0, partitionAllocGenericFlags(genericAllocator.root(), WTF::PartitionAllocReturnNull, 3u * 1024 * 1024 * 1024)); root 602 Source/wtf/PartitionAllocTest.cpp predictedSize = partitionAllocActualSize(genericAllocator.root(), requestedSize); root 603 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), requestedSize); root 608 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 613 Source/wtf/PartitionAllocTest.cpp predictedSize = partitionAllocActualSize(genericAllocator.root(), requestedSize); root 614 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), requestedSize); root 619 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 624 Source/wtf/PartitionAllocTest.cpp predictedSize = partitionAllocActualSize(genericAllocator.root(), requestedSize); root 625 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), requestedSize); root 633 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 637 Source/wtf/PartitionAllocTest.cpp predictedSize = partitionAllocActualSize(genericAllocator.root(), requestedSize); root 638 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), requestedSize); root 643 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 647 Source/wtf/PartitionAllocTest.cpp predictedSize = partitionAllocActualSize(genericAllocator.root(), requestedSize); root 659 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionReallocGeneric(genericAllocator.root(), 0, kTestAllocSize); root 663 Source/wtf/PartitionAllocTest.cpp void* ptr2 = partitionReallocGeneric(genericAllocator.root(), ptr, 0); root 670 Source/wtf/PartitionAllocTest.cpp EXPECT_EQ(size, partitionAllocActualSize(genericAllocator.root(), size)); root 671 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), size); root 673 Source/wtf/PartitionAllocTest.cpp ptr2 = partitionReallocGeneric(genericAllocator.root(), ptr, size + 1); root 684 Source/wtf/PartitionAllocTest.cpp ptr = partitionReallocGeneric(genericAllocator.root(), ptr2, size - 1); root 693 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 698 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), size); root 700 Source/wtf/PartitionAllocTest.cpp ptr2 = partitionReallocGeneric(genericAllocator.root(), ptr, WTF::kGenericMaxBucketed - 16 * WTF::kSystemPageSize); root 706 Source/wtf/PartitionAllocTest.cpp ptr = partitionReallocGeneric(genericAllocator.root(), ptr2, size - WTF::kSystemPageSize); root 710 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 720 Source/wtf/PartitionAllocTest.cpp size_t bigSize = allocator.root()->maxAllocation - kExtraAllocSize; root 723 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; root 726 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAlloc(allocator.root(), bigSize); root 739 Source/wtf/PartitionAllocTest.cpp void* ptr2 = partitionAlloc(allocator.root(), bigSize); root 745 Source/wtf/PartitionAllocTest.cpp void* ptr3 = partitionAlloc(allocator.root(), bigSize); root 751 Source/wtf/PartitionAllocTest.cpp void* ptr4 = partitionAlloc(allocator.root(), bigSize); root 757 Source/wtf/PartitionAllocTest.cpp void* ptr5 = partitionAlloc(allocator.root(), bigSize); root 765 Source/wtf/PartitionAllocTest.cpp ptr = partitionAlloc(allocator.root(), bigSize); root 766 Source/wtf/PartitionAllocTest.cpp void* ptr6 = partitionAlloc(allocator.root(), bigSize); root 782 Source/wtf/PartitionAllocTest.cpp bucket = &allocator.root()->buckets()[bucketIdx]; root 785 Source/wtf/PartitionAllocTest.cpp ptr = partitionAlloc(allocator.root(), mediumSize); root 798 Source/wtf/PartitionAllocTest.cpp bucket = &allocator.root()->buckets()[bucketIdx]; root 801 Source/wtf/PartitionAllocTest.cpp ptr = partitionAlloc(allocator.root(), smallSize); root 815 Source/wtf/PartitionAllocTest.cpp bucket = &allocator.root()->buckets()[bucketIdx]; root 818 Source/wtf/PartitionAllocTest.cpp ptr = partitionAlloc(allocator.root(), verySmallSize); root 833 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), pageAndAHalfSize); root 840 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 844 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), pageSize); root 851 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 860 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; root 865 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAlloc(allocator.root(), kTestAllocSize); root 880 Source/wtf/PartitionAllocTest.cpp (void) partitionAlloc(allocator.root(), kTestAllocSize); root 881 Source/wtf/PartitionAllocTest.cpp (void) partitionAlloc(allocator.root(), kTestAllocSize); root 900 Source/wtf/PartitionAllocTest.cpp bucket = &allocator.root()->buckets()[size >> WTF::kBucketShift]; root 983 Source/wtf/PartitionAllocTest.cpp size_t bigSize = allocator.root()->maxAllocation - kExtraAllocSize; root 985 Source/wtf/PartitionAllocTest.cpp WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; root 987 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAlloc(allocator.root(), bigSize); root 1006 Source/wtf/PartitionAllocTest.cpp ptr = partitionAlloc(allocator.root(), bigSize); root 1013 Source/wtf/PartitionAllocTest.cpp ptr = partitionAlloc(allocator.root(), bigSize); root 1029 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAllocGeneric(genericAllocator.root(), size); root 1031 Source/wtf/PartitionAllocTest.cpp void* ptr2 = partitionAllocGeneric(genericAllocator.root(), size); root 1042 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 1043 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr2); root 1062 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), size); root 1064 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 1074 Source/wtf/PartitionAllocTest.cpp ptr = partitionAllocGeneric(genericAllocator.root(), size); root 1076 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 1093 Source/wtf/PartitionAllocTest.cpp EXPECT_DEATH(partitionAllocGeneric(genericAllocator.root(), static_cast<size_t>(-1)), ""); root 1095 Source/wtf/PartitionAllocTest.cpp EXPECT_DEATH(partitionAllocGeneric(genericAllocator.root(), static_cast<size_t>(INT_MAX) + 1), ""); root 1105 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAllocGeneric(genericAllocator.root(), kTestAllocSize); root 1107 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 1109 Source/wtf/PartitionAllocTest.cpp EXPECT_DEATH(partitionFreeGeneric(genericAllocator.root(), ptr), ""); root 1119 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAllocGeneric(genericAllocator.root(), kTestAllocSize); root 1121 Source/wtf/PartitionAllocTest.cpp void* ptr2 = partitionAllocGeneric(genericAllocator.root(), kTestAllocSize); root 1123 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 1124 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr2); root 1128 Source/wtf/PartitionAllocTest.cpp EXPECT_DEATH(partitionFreeGeneric(genericAllocator.root(), ptr), ""); root 1141 Source/wtf/PartitionAllocTest.cpp void* ptr = partitionAllocGeneric(genericAllocator.root(), size); root 1148 Source/wtf/PartitionAllocTest.cpp partitionFreeGeneric(genericAllocator.root(), ptr); root 44 Source/wtf/TreeNodeTest.cpp RefPtr<TestTree> root = TestTree::create(); root 48 Source/wtf/TreeNodeTest.cpp root->appendChild(firstChild.get()); root 49 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), firstChild.get()); root 50 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->lastChild(), firstChild.get()); root 51 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->parent(), root.get()); root 53 Source/wtf/TreeNodeTest.cpp root->appendChild(lastChild.get()); root 54 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), firstChild.get()); root 55 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->lastChild(), lastChild.get()); root 58 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(lastChild->parent(), root.get()); root 63 Source/wtf/TreeNodeTest.cpp RefPtr<TestTree> root = TestTree::create(); root 69 Source/wtf/TreeNodeTest.cpp root->insertBefore(lastChild.get(), 0); root 70 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(lastChild->parent(), root.get()); root 71 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), lastChild.get()); root 72 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->lastChild(), lastChild.get()); root 75 Source/wtf/TreeNodeTest.cpp root->insertBefore(firstChild.get(), lastChild.get()); root 76 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->parent(), root.get()); root 77 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), firstChild.get()); root 78 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->lastChild(), lastChild.get()); root 83 Source/wtf/TreeNodeTest.cpp root->insertBefore(middleChild.get(), lastChild.get()); root 84 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(middleChild->parent(), root.get()); root 85 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), firstChild.get()); root 86 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->lastChild(), lastChild.get()); root 96 Source/wtf/TreeNodeTest.cpp RefPtr<TestTree> root = TestTree::create(); root 100 Source/wtf/TreeNodeTest.cpp root->appendChild(child.get()); root 101 Source/wtf/TreeNodeTest.cpp root->removeChild(child.get()); root 105 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), nullNode.get()); root 106 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->lastChild(), nullNode.get()); root 112 Source/wtf/TreeNodeTest.cpp : root(TestTree::create()) root 121 Source/wtf/TreeNodeTest.cpp root->appendChild(firstChild.get()); root 122 Source/wtf/TreeNodeTest.cpp root->appendChild(middleChild.get()); root 123 Source/wtf/TreeNodeTest.cpp root->appendChild(lastChild.get()); root 126 Source/wtf/TreeNodeTest.cpp RefPtr<TestTree> root; root 137 Source/wtf/TreeNodeTest.cpp trio.root->removeChild(trio.middleChild.get()); root 141 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->firstChild(), trio.firstChild.get()); root 142 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->lastChild(), trio.lastChild.get()); root 151 Source/wtf/TreeNodeTest.cpp trio.root->removeChild(trio.lastChild.get()); root 154 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->firstChild(), trio.firstChild.get()); root 155 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->lastChild(), trio.middleChild.get()); root 164 Source/wtf/TreeNodeTest.cpp trio.root->removeChild(trio.firstChild.get()); root 167 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->firstChild(), trio.middleChild.get()); root 168 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->lastChild(), trio.lastChild.get()); root 193 Source/wtf/TreeNodeTest.cpp trio.root.get(), trio.firstChild.get(), trio.middleChild.get(), root 198 Source/wtf/TreeNodeTest.cpp for (TestTree* node = trio.root.get(); node; node = traverseNext(node), orderIndex++) root 211 Source/wtf/TreeNodeTest.cpp trio.grandChild.get(), trio.middleChild.get(), trio.lastChild.get(), trio.root.get() root 215 Source/wtf/TreeNodeTest.cpp for (TestTree* node = traverseFirstPostOrder(trio.root.get()); node; node = traverseNextPostOrder(node), orderIndex++) root 54 Source/wtf/WTF.h return m_bufferAllocator.root(); root 183 public/web/WebBindings.h BLINK_EXPORT static void toNPVariant(v8::Local<v8::Value>, NPObject* root, NPVariant* result);