Searched defs:num_conflicting_updates (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
H A Dsession_state.cc117 int num_conflicting_updates,
129 num_conflicting_updates(num_conflicting_updates),
158 value->SetInteger("numConflictingUpdates", num_conflicting_updates);
106 SyncSessionSnapshot( const SyncerStatus& syncer_status, const ErrorCounters& errors, int64 num_server_changes_remaining, bool is_share_usable, const syncable::ModelTypeBitSet& initial_sync_ended, const std::string (&download_progress_markers)[syncable::MODEL_TYPE_COUNT], bool more_to_sync, bool is_silenced, int64 unsynced_count, int num_conflicting_updates, bool did_commit_items, const SyncSourceInfo& source) argument
H A Dsession_state.h123 int num_conflicting_updates,
140 const int num_conflicting_updates; member in struct:browser_sync::sessions::SyncSessionSnapshot

Completed in 102 milliseconds