NONROOT_UNORDERED 192 net/spdy/spdy_priority_forest.h new_node->type = (unordered ? NONROOT_UNORDERED : NONROOT_ORDERED); NONROOT_UNORDERED 263 net/spdy/spdy_priority_forest.h return node != NULL && node->type == NONROOT_UNORDERED; NONROOT_UNORDERED 308 net/spdy/spdy_priority_forest.h node->type = (unordered ? NONROOT_UNORDERED : NONROOT_ORDERED); NONROOT_UNORDERED 339 net/spdy/spdy_priority_forest.h node->type = (unordered ? NONROOT_UNORDERED : NONROOT_ORDERED); NONROOT_UNORDERED 472 net/spdy/spdy_priority_forest.h if (child->type != NONROOT_UNORDERED) {