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

  /external/chromium_org/sync/syncable/
directory_backing_store.h 128 static std::string ModelTypeEnumToModelId(ModelType model_type);
directory_backing_store.cc 269 string model_id = ModelTypeEnumToModelId(type);
644 string DirectoryBackingStore::ModelTypeEnumToModelId(ModelType model_type) {
841 string bookmark_model_id = ModelTypeEnumToModelId(BOOKMARKS);
    [all...]
directory_backing_store_unittest.cc     [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h 153 static std::string ModelTypeEnumToModelId(ModelType model_type);
directory_backing_store.cc 416 string model_id = ModelTypeEnumToModelId(ModelTypeFromInt(i));
731 string DirectoryBackingStore::ModelTypeEnumToModelId(ModelType model_type) {
927 string bookmark_model_id = ModelTypeEnumToModelId(BOOKMARKS);
    [all...]
directory_backing_store_unittest.cc     [all...]

Completed in 393 milliseconds