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

  /external/chromium_org/sync/internal_api/public/sessions/
model_neutral_state.cc 24 commit_result(UNSET),
34 const bool commit_error = SyncerErrorIsError(state.commit_result);
model_neutral_state.h 52 SyncerError commit_result; member in struct:syncer::sessions::ModelNeutralState
  /external/chromium_org/sync/engine/
backoff_delay_provider.cc 65 // wire; the failure occurred locally. Note that if commit_result is *not*
82 if (state.commit_result == NETWORK_CONNECTION_UNAVAILABLE ||
96 state.commit_result == SERVER_RETURN_MIGRATION_DONE) {
113 if (state.commit_result == SERVER_RETURN_CONFLICT)
backoff_delay_provider_unittest.cc 68 state.commit_result = SERVER_RETURN_INVALID_CREDENTIAL;
72 state.commit_result = SERVER_RETURN_MIGRATION_DONE;
76 state.commit_result = NETWORK_CONNECTION_UNAVAILABLE;
80 state.commit_result = SERVER_RETURN_CONFLICT;
114 state.commit_result = SERVER_RETURN_INVALID_CREDENTIAL;
118 state.commit_result = SERVER_RETURN_MIGRATION_DONE;
122 state.commit_result = SERVER_RETURN_CONFLICT;
syncer.cc 80 SyncerError commit_result = local
82 session->mutable_status_controller()->set_commit_result(commit_result);
syncer_unittest.cc 798 EXPECT_EQ(status_controller.model_neutral_state().commit_result, SYNCER_OK);
    [all...]
  /external/chromium_org/sync/sessions/
status_controller_unittest.cc 25 EXPECT_EQ(SYNC_AUTH_ERROR, status.model_neutral_state().commit_result);
status_controller.cc 85 model_neutral_.commit_result = result;
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 281 StringSyncStat commit_result(section_last_session, "Commit Step Result");
407 commit_result.SetValue(
409 snapshot.model_neutral_state().commit_result));
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc 418 snap.model_neutral_state().commit_result == syncer::SYNCER_OK)

Completed in 366 milliseconds