/external/chromium/chrome/browser/sync/sessions/ |
D | ordered_commit_set_unittest.cc | 17 routes_[syncable::TOP_LEVEL_FOLDER] = browser_sync::GROUP_PASSIVE; in OrderedCommitSetTest() 38 commit_set1.AddCommitItem(3, expected[3], syncable::TOP_LEVEL_FOLDER); in TEST_F() 39 commit_set1.AddCommitItem(4, expected[4], syncable::TOP_LEVEL_FOLDER); in TEST_F() 104 commit_set.AddCommitItem(1, ids_.NewLocalId(), syncable::TOP_LEVEL_FOLDER); in TEST_F()
|
/external/chromium_org/sync/syncable/ |
D | entry_kernel.cc | 29 return TOP_LEVEL_FOLDER; in GetModelType() 33 return TOP_LEVEL_FOLDER; in GetModelType() 43 return TOP_LEVEL_FOLDER; in GetServerModelType() 47 return TOP_LEVEL_FOLDER; in GetServerModelType()
|
D | model_type_unittest.cc | 26 ModelTypeToValue(TOP_LEVEL_FOLDER)); in TEST_F() 67 EXPECT_FALSE(IsRealDataType(TOP_LEVEL_FOLDER)); in TEST_F()
|
D | entry.cc | 81 return TOP_LEVEL_FOLDER; in GetModelType() 85 return TOP_LEVEL_FOLDER; in GetModelType()
|
D | model_type.cc | 244 return TOP_LEVEL_FOLDER; in GetModelType() 447 case TOP_LEVEL_FOLDER: in ModelTypeToString() 522 case TOP_LEVEL_FOLDER: in ModelTypeToHistogramInt() 590 } else if (model_type == TOP_LEVEL_FOLDER) { in ModelTypeToValue()
|
D | directory_backing_store.cc | 568 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) { in LoadInfo()
|
D | syncable_unittest.cc | 1260 case TOP_LEVEL_FOLDER: in TEST_F()
|
/external/chromium_org/sync/internal_api/ |
D | read_node.cc | 49 LOG_IF(WARNING, model_type == UNSPECIFIED || model_type == TOP_LEVEL_FOLDER) in InitByIdLookup() 92 LOG_IF(WARNING, model_type == UNSPECIFIED || model_type == TOP_LEVEL_FOLDER) in InitByTagLookup()
|
D | sync_manager_impl_unittest.cc | 549 } else if (expected_model_type == TOP_LEVEL_FOLDER) { in CheckNodeValue()
|
/external/chromium/chrome/browser/sync/engine/ |
D | model_safe_worker.cc | 16 if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER) in GetGroupForModelType()
|
D | store_timestamps_command.cc | 40 if (model == syncable::UNSPECIFIED || model == syncable::TOP_LEVEL_FOLDER) { in ExecuteImpl()
|
D | update_applicator.cc | 105 type != syncable::TOP_LEVEL_FOLDER) { in SkipUpdate()
|
D | download_updates_command_unittest.cc | 63 enabled_types[syncable::TOP_LEVEL_FOLDER] = true; in TEST_F()
|
D | syncapi.cc | 965 model_type == syncable::TOP_LEVEL_FOLDER) in InitByIdLookup() 1004 model_type == syncable::TOP_LEVEL_FOLDER) in InitByTagLookup() 1440 model_type == syncable::TOP_LEVEL_FOLDER) { in VisiblePropertiesDiffer() 2352 if (model_type == syncable::TOP_LEVEL_FOLDER || in HandleCalculateChangesChangeEventFromSyncApi() 2429 if (type == syncable::TOP_LEVEL_FOLDER || type == syncable::UNSPECIFIED) in HandleCalculateChangesChangeEventFromSyncer()
|
D | syncapi_unittest.cc | 421 } else if (expected_model_type == syncable::TOP_LEVEL_FOLDER) { in CheckNodeValue()
|
/external/chromium/chrome/browser/sync/syncable/ |
D | model_type.h | 38 TOP_LEVEL_FOLDER, enumerator
|
D | model_type.cc | 140 return TOP_LEVEL_FOLDER; in GetModelType() 221 } else if (model_type == syncable::TOP_LEVEL_FOLDER) { in ModelTypeToValue()
|
D | model_type_unittest.cc | 37 ModelTypeToValue(TOP_LEVEL_FOLDER)); in TEST_F()
|
D | syncable.cc | 678 if (types.count(UNSPECIFIED) != 0U || types.count(TOP_LEVEL_FOLDER) != 0U) { in PurgeEntriesWithTypeIn() 1330 return TOP_LEVEL_FOLDER; in GetServerModelTypeHelper() 1334 return TOP_LEVEL_FOLDER; in GetServerModelTypeHelper() 1344 return TOP_LEVEL_FOLDER; in GetModelType() 1348 return TOP_LEVEL_FOLDER; in GetModelType()
|
D | directory_backing_store.cc | 619 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) { in LoadInfo()
|
D | syncable_unittest.cc | 1295 case TOP_LEVEL_FOLDER: in TEST_F()
|
/external/chromium_org/sync/internal_api/public/base/ |
D | model_type.h | 43 TOP_LEVEL_FOLDER, enumerator
|
/external/chromium_org/sync/internal_api/public/engine/ |
D | model_safe_worker.cc | 47 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) in GetGroupForModelType()
|