HomeSort by relevance Sort by last modified time
    Searched defs:ROOT_NODE (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/spdy/
spdy_priority_forest.h 113 enum NodeType { ROOT_NODE, NONROOT_ORDERED, NONROOT_UNORDERED };
115 Node() : type(ROOT_NODE), flags(0), child() {
174 new_node->type = ROOT_NODE;
207 if (node.type != ROOT_NODE) {
218 DCHECK_NE(ROOT_NODE, child->type);
226 if (node.type == ROOT_NODE) {
227 child->type = ROOT_NODE;
242 if (node != NULL && node->type == ROOT_NODE) {
252 if (node != NULL && node->type != ROOT_NODE) {
285 if (node->type != ROOT_NODE) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 95 public static final short ROOT_NODE = 0;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 46 milliseconds