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

/external/chromium_org/net/spdy/
H A Dspdy_priority_tree.h67 int total_writeable_child_weights; member in struct:net::SpdyPriorityTree::Node
146 // Update the value of total_writeable_child_weights for the given node
177 total_writeable_child_weights(0),
402 // Reset total_writeable_child_weights to its maximum value.
404 node->total_writeable_child_weights = node->total_child_weights;
409 if (node->total_writeable_child_weights == 0 &&
413 parent->total_writeable_child_weights -= node->weight;
444 // Update total_writeable_child_weights to reflect the current
461 if (current_node->total_writeable_child_weights > 0) {
467 static_cast<float>(parent_node->total_writeable_child_weights));
[all...]

Completed in 133 milliseconds