Searched refs:total_child_weights (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_priority_tree.h62 int total_child_weights; member in struct:net::SpdyPriorityTree::Node
176 total_child_weights(0),
225 new_node->total_child_weights = parent->total_child_weights;
234 parent->total_child_weights = 0;
240 parent->total_child_weights += weight;
255 parent->total_child_weights -= node.weight;
267 static_cast<float>(node.total_child_weights);
273 parent->total_child_weights += child->weight;
323 parent->total_child_weights
519 int total_child_weights = 0; local
[all...]
H A Dspdy_priority_tree_test.cc168 EXPECT_EQ(tree.FindNode(0)->total_child_weights,
172 EXPECT_EQ(tree.FindNode(3)->total_child_weights,
174 EXPECT_EQ(tree.FindNode(7)->total_child_weights,
176 EXPECT_EQ(tree.FindNode(13)->total_child_weights, 0);
177 EXPECT_EQ(tree.FindNode(14)->total_child_weights, 0);
201 EXPECT_EQ(tree.FindNode(3)->total_child_weights,
208 EXPECT_EQ(tree.FindNode(3)->total_child_weights,
220 EXPECT_EQ(tree.FindNode(0)->total_child_weights,

Completed in 824 milliseconds