HomeSort by relevance Sort by last modified time
    Searched full:isroot (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/doclava/res/assets/templates/
yaml_navtree.cs 7 isRoot: treat this node as if it has children and insert a section node.
10 def:write_child_nodes(page,whitespace,isRoot) ?>
13 if:subcount(page.children) || isRoot ?>
  /external/chromium_org/sync/syncable/
syncable_proto_util.cc 28 bool IsRoot(const sync_pb::SyncEntity& entity) {
29 return SyncableIdFromProto(entity.id_string()).IsRoot();
syncable_id.cc 28 // "" would be convenient here, as the IsRoot call would not be needed.
29 if (IsRoot())
syncable_proto_util.h 34 bool IsRoot(const sync_pb::SyncEntity& entity);
entry.h 126 inline bool IsRoot() const {
128 return kernel_->ref(ID).IsRoot();
syncable_id.h 59 inline bool IsRoot() const {
69 return IsRoot();