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

  /external/chromium/chrome/browser/sync/engine/
model_safe_worker.cc 13 // 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)
store_timestamps_command.cc 40 if (model == syncable::UNSPECIFIED || model == syncable::TOP_LEVEL_FOLDER) {
update_applicator.cc 105 type != syncable::TOP_LEVEL_FOLDER) {
download_updates_command_unittest.cc 63 enabled_types[syncable::TOP_LEVEL_FOLDER] = true;
syncapi.cc     [all...]
syncapi_unittest.cc 421 } else if (expected_model_type == syncable::TOP_LEVEL_FOLDER) {
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc 17 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/
model_type.h 38 TOP_LEVEL_FOLDER,
95 // are some ModelTypes (like TOP_LEVEL_FOLDER) that can't be inferred this way;
model_type_unittest.cc 37 ModelTypeToValue(TOP_LEVEL_FOLDER));
model_type.cc 140 return TOP_LEVEL_FOLDER;
221 } else if (model_type == syncable::TOP_LEVEL_FOLDER) {
syncable.cc 678 if (types.count(UNSPECIFIED) != 0U || types.count(TOP_LEVEL_FOLDER) != 0U) {
    [all...]
directory_backing_store.cc 619 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) {
891 // Lastly, fix up the "Google Chrome" folder, which is of the TOP_LEVEL_FOLDER
    [all...]
syncable_unittest.cc     [all...]

Completed in 480 milliseconds