OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insert_parent
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/geometry/
r_tree_base.cc
547
Node*
insert_parent
= static_cast<Node*>(parent);
local
548
NodeBase* needs_bounds_recomputed =
insert_parent
->parent();
551
while (
insert_parent
&&
552
insert_parent
->AddChild(node.Pass()) > max_children_) {
556
if (
insert_parent
->parent() &&
557
insert_parent
->Level() > *highest_reinsert_level) {
558
insert_parent
->RemoveNodesForReinsert(max_children_ / 3, &reinserts);
560
*highest_reinsert_level =
insert_parent
->Level();
562
needs_bounds_recomputed =
insert_parent
;
566
// Split() will create a sibling to
insert_parent
both of which will hav
[
all
...]
Completed in 81 milliseconds