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

/external/chromium/chrome/browser/sync/engine/
H A Dmodel_safe_worker.cc13 // TODO(tim): We shouldn't end up here for TOP_LEVEL_FOLDER, but an issue
16 if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER)
H A Dstore_timestamps_command.cc40 if (model == syncable::UNSPECIFIED || model == syncable::TOP_LEVEL_FOLDER) {
H A Dupdate_applicator.cc105 type != syncable::TOP_LEVEL_FOLDER) {
H A Ddownload_updates_command_unittest.cc63 enabled_types[syncable::TOP_LEVEL_FOLDER] = true;
H A Dsyncapi.cc965 model_type == syncable::TOP_LEVEL_FOLDER)
1004 model_type == syncable::TOP_LEVEL_FOLDER)
1440 model_type == syncable::TOP_LEVEL_FOLDER) {
2352 if (model_type == syncable::TOP_LEVEL_FOLDER ||
2429 if (type == syncable::TOP_LEVEL_FOLDER || type == syncable::UNSPECIFIED)
H A Dsyncapi_unittest.cc421 } else if (expected_model_type == syncable::TOP_LEVEL_FOLDER) {
/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set_unittest.cc17 routes_[syncable::TOP_LEVEL_FOLDER] = browser_sync::GROUP_PASSIVE;
38 commit_set1.AddCommitItem(3, expected[3], syncable::TOP_LEVEL_FOLDER);
39 commit_set1.AddCommitItem(4, expected[4], syncable::TOP_LEVEL_FOLDER);
104 commit_set.AddCommitItem(1, ids_.NewLocalId(), syncable::TOP_LEVEL_FOLDER);
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.h38 TOP_LEVEL_FOLDER, enumerator in enum:syncable::ModelType
95 // are some ModelTypes (like TOP_LEVEL_FOLDER) that can't be inferred this way;
H A Dmodel_type_unittest.cc37 ModelTypeToValue(TOP_LEVEL_FOLDER));
H A Dmodel_type.cc140 return TOP_LEVEL_FOLDER;
221 } else if (model_type == syncable::TOP_LEVEL_FOLDER) {
H A Dsyncable.cc678 if (types.count(UNSPECIFIED) != 0U || types.count(TOP_LEVEL_FOLDER) != 0U) {
1330 return TOP_LEVEL_FOLDER;
1334 return TOP_LEVEL_FOLDER;
1344 return TOP_LEVEL_FOLDER;
1348 return TOP_LEVEL_FOLDER;
H A Ddirectory_backing_store.cc619 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) {
891 // Lastly, fix up the "Google Chrome" folder, which is of the TOP_LEVEL_FOLDER
H A Dsyncable_unittest.cc1295 case TOP_LEVEL_FOLDER:

Completed in 143 milliseconds