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

  /external/chromium_org/components/policy/core/common/
schema_internal.h 33 // |extra| is an offset into SchemaData::restriction_nodes that indexes the
119 const RestrictionNode* restriction_nodes; member in struct:policy::internal::SchemaData
schema.cc 50 restriction_nodes(0), int_enums(0), string_enums(0) { }
55 size_t restriction_nodes; member in struct:policy::__anon11380::StorageSizes
169 return schema_data_.restriction_nodes + index;
277 storage->schema_data_.restriction_nodes = data->restriction_nodes;
299 storage->restriction_nodes_.reserve(sizes.restriction_nodes);
322 sizes.restriction_nodes != storage->restriction_nodes_.size() ||
337 data->restriction_nodes = vector_as_array(&storage->restriction_nodes_);
416 sizes->restriction_nodes++;
420 sizes->restriction_nodes++
    [all...]
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 288 self.restriction_nodes = []
317 self.ranges[r] = len(self.restriction_nodes)
318 self.restriction_nodes.append(r)
528 if self.restriction_nodes:
531 for first, second in self.restriction_nodes:
551 f.write(' kRestrictionNodes,\n' if self.restriction_nodes else ' NULL,\n')
    [all...]

Completed in 2235 milliseconds