Home
last modified time | relevance | path

Searched refs:newSubTreeRoot (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPODRedBlackTree.h525 Node* newSubTreeRoot = rightRotate(x->parent()->parent()); in insertNode() local
526 updateStart = newSubTreeRoot->parent(); in insertNode()
552 Node* newSubTreeRoot = leftRotate(x->parent()->parent()); in insertNode() local
553 updateStart = newSubTreeRoot->parent(); in insertNode()