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

  /external/chromium_org/sync/engine/
non_blocking_type_processor_core.cc 74 if (!data_type_state_.type_root_id.empty()) {
75 DCHECK_EQ(data_type_state_.type_root_id, update_entity->id_string());
77 data_type_state_.type_root_id = update_entity->id_string();
262 return !data_type_state_.type_root_id.empty() &&
283 sync_entity->set_parent_id_string(data_type_state_.type_root_id);
non_blocking_sync_common.h 39 std::string type_root_id; member in struct:syncer::DataTypeState
non_blocking_type_processor_core_unittest.cc 177 initial_state.type_root_id = kTypeParentId;
537 EXPECT_FALSE(state.type_root_id.empty());
  /external/chromium_org/sync/syncable/
directory.cc 818 const Id& type_root_id = type_root->ref(ID); local
820 AppendChildHandles(lock, type_root_id, &children);
    [all...]

Completed in 524 milliseconds