Searched defs:num_entries_by_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/internal_api/public/sessions/
H A Dsync_session_snapshot.cc37 const std::vector<int>& num_entries_by_type,
49 num_entries_by_type_(num_entries_by_type),
149 const std::vector<int>& SyncSessionSnapshot::num_entries_by_type() const { function in class:syncer::sessions::SyncSessionSnapshot
27 SyncSessionSnapshot( const ModelNeutralState& model_neutral_state, const ProgressMarkerMap& download_progress_markers, bool is_silenced, int num_encryption_conflicts, int num_hierarchy_conflicts, int num_server_conflicts, bool notifications_enabled, size_t num_entries, base::Time sync_start_time, const std::vector<int>& num_entries_by_type, const std::vector<int>& num_to_delete_entries_by_type, sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source) argument
/external/chromium_org/sync/internal_api/public/engine/
H A Dsync_status.h89 std::vector<int> num_entries_by_type; member in struct:syncer::SyncStatus
/external/chromium_org/sync/syncable/
H A Ddirectory.cc1086 std::vector<int>* num_entries_by_type,
1095 (*num_entries_by_type)[type]++;
1085 CollectMetaHandleCounts( std::vector<int>* num_entries_by_type, std::vector<int>* num_to_delete_entries_by_type) argument

Completed in 114 milliseconds