/external/chromium_org/sync/internal_api/public/engine/ |
sync_status.cc | 37 num_entries_by_type(MODEL_TYPE_COUNT, 0),
|
sync_status.h | 103 std::vector<int> num_entries_by_type; member in struct:syncer::SyncStatus
|
/external/chromium_org/sync/sessions/ |
sync_session.cc | 48 std::vector<int> num_entries_by_type(MODEL_TYPE_COUNT, 0); 50 dir->CollectMetaHandleCounts(&num_entries_by_type, 63 num_entries_by_type,
|
/external/chromium_org/sync/internal_api/public/sessions/ |
sync_session_snapshot.h | 42 const std::vector<int>& num_entries_by_type, 64 const std::vector<int>& num_entries_by_type() const;
|
sync_session_snapshot.cc | 37 const std::vector<int>& num_entries_by_type, 49 num_entries_by_type_(num_entries_by_type), 156 const std::vector<int>& SyncSessionSnapshot::num_entries_by_type() const { function in class:syncer::sessions::SyncSessionSnapshot
|
/external/chromium_org/sync/engine/ |
all_status.cc | 57 status.num_entries_by_type = snapshot.num_entries_by_type();
|
/external/chromium_org/sync/syncable/ |
directory.h | 331 void CollectMetaHandleCounts(std::vector<int>* num_entries_by_type,
|
directory.cc | 935 std::vector<int>* num_entries_by_type, 944 (*num_entries_by_type)[type]++; [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service.cc | [all...] |