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

  /external/chromium_org/sync/internal_api/
read_node.cc 49 LOG_IF(WARNING, model_type == UNSPECIFIED || model_type == TOP_LEVEL_FOLDER)
109 found_model_type == TOP_LEVEL_FOLDER)
  /external/chromium_org/sync/syncable/
entry_kernel.cc 29 return TOP_LEVEL_FOLDER;
33 return TOP_LEVEL_FOLDER;
43 return TOP_LEVEL_FOLDER;
47 return TOP_LEVEL_FOLDER;
model_type_unittest.cc 27 ModelTypeToValue(TOP_LEVEL_FOLDER));
68 EXPECT_FALSE(IsRealDataType(TOP_LEVEL_FOLDER));
entry.cc 87 return TOP_LEVEL_FOLDER;
91 return TOP_LEVEL_FOLDER;
model_type.cc 229 return TOP_LEVEL_FOLDER;
465 case TOP_LEVEL_FOLDER:
544 case TOP_LEVEL_FOLDER:
616 } else if (model_type == TOP_LEVEL_FOLDER) {
    [all...]
directory_backing_store.cc 611 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) {
850 // Lastly, fix up the "Google Chrome" folder, which is of the TOP_LEVEL_FOLDER
    [all...]
directory_unittest.cc     [all...]
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 43 TOP_LEVEL_FOLDER,
167 // are some ModelTypes (like TOP_LEVEL_FOLDER) that can't be inferred this way;
  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker.cc 47 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER)

Completed in 207 milliseconds