Home
last modified time | relevance | path

Searched refs:TOP_LEVEL_FOLDER (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dordered_commit_set_unittest.cc17 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/chrome/browser/sync/engine/
Dmodel_safe_worker.cc16 if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER) in GetGroupForModelType()
Dstore_timestamps_command.cc40 if (model == syncable::UNSPECIFIED || model == syncable::TOP_LEVEL_FOLDER) { in ExecuteImpl()
Dupdate_applicator.cc105 type != syncable::TOP_LEVEL_FOLDER) { in SkipUpdate()
Ddownload_updates_command_unittest.cc63 enabled_types[syncable::TOP_LEVEL_FOLDER] = true; in TEST_F()
Dsyncapi.cc965 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()
Dsyncapi_unittest.cc421 } else if (expected_model_type == syncable::TOP_LEVEL_FOLDER) { in CheckNodeValue()
/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.h38 TOP_LEVEL_FOLDER, enumerator
Dmodel_type.cc140 return TOP_LEVEL_FOLDER; in GetModelType()
221 } else if (model_type == syncable::TOP_LEVEL_FOLDER) { in ModelTypeToValue()
Dmodel_type_unittest.cc37 ModelTypeToValue(TOP_LEVEL_FOLDER)); in TEST_F()
Dsyncable.cc678 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()
Ddirectory_backing_store.cc619 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) { in LoadInfo()
Dsyncable_unittest.cc1295 case TOP_LEVEL_FOLDER: in TEST_F()