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

  /external/chromium/chrome/browser/sync/syncable/
syncable_id.cc 16 const Id kNullId; // Currently == root.
syncable_id.h 116 extern const Id kNullId;
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc 86 entry.Put(syncable::SERVER_PARENT_ID, syncable::kNullId);
138 string root_server_id = syncable::kNullId.GetServerId();
158 string root_server_id = syncable::kNullId.GetServerId();
196 string root_server_id = syncable::kNullId.GetServerId();
verify_updates_command_unittest.cc 76 string root = syncable::kNullId.GetServerId();
build_and_process_conflict_sets_command.cc 343 return syncable::kNullId;
346 return syncable::kNullId;
syncer.cc 327 entry->Put(SERVER_PARENT_ID, syncable::kNullId);
conflict_resolver.cc 280 Id reroot_id = syncable::kNullId;
syncer_util.cc 175 return syncable::kNullId;
    [all...]
syncapi_unittest.cc 155 entry.Put(syncable::SERVER_PARENT_ID, syncable::kNullId);
    [all...]
syncer_unittest.cc 428 return GetField(metahandle, field, syncable::kNullId);
    [all...]

Completed in 154 milliseconds