Searched defs:newSubTreeRoot (Results 1 - 1 of 1) sorted by relevance

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

Completed in 513 milliseconds