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

  /external/chromium_org/sync/internal_api/public/util/
syncer_error.h 36 DATATYPE_TRIGGERED_RETRY,
syncer_error.cc 32 ENUM_CASE(DATATYPE_TRIGGERED_RETRY);
  /external/chromium_org/sync/engine/
backoff_delay_provider.cc 102 if (state.last_download_updates_result == DATATYPE_TRIGGERED_RETRY)
backoff_delay_provider_unittest.cc 60 state.last_download_updates_result = DATATYPE_TRIGGERED_RETRY;
106 state.last_download_updates_result = DATATYPE_TRIGGERED_RETRY;
directory_update_handler.cc 64 return DATATYPE_TRIGGERED_RETRY;
directory_update_handler_unittest.cc 383 EXPECT_EQ(DATATYPE_TRIGGERED_RETRY,
    [all...]

Completed in 411 milliseconds