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

  /external/chromium_org/google_apis/gcm/engine/
checkin_request.cc 68 bool will_retry) {
74 will_retry); local
  /external/chromium_org/google_apis/gcm/monitoring/
fake_gcm_stats_recorder.cc 25 bool will_retry) {
fake_gcm_stats_recorder.h 22 bool will_retry) OVERRIDE;
gcm_stats_recorder.h 54 // will_retry should be true.
55 virtual void RecordCheckinFailure(std::string status, bool will_retry) = 0;
  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.h 51 bool will_retry) OVERRIDE;
gcm_stats_recorder_impl.cc 205 bool will_retry) {
211 will_retry ? " Will retry." : "Will not retry."));

Completed in 217 milliseconds