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

  /external/chromium_org/components/gcm_driver/
gcm_channel_status_request_unittest.cc 24 GCM_DISABLED,
171 SetResponseProtoData(GCM_DISABLED, 0);
230 SetResponseProtoData(GCM_DISABLED, poll_interval_seconds);
gcm_client.h 45 GCM_DISABLED,
gcm_driver_desktop_unittest.cc 553 EXPECT_EQ(GCMClient::GCM_DISABLED, registration_result());
580 EXPECT_EQ(GCMClient::GCM_DISABLED, unregistration_result());
610 EXPECT_EQ(GCMClient::GCM_DISABLED, send_result());
    [all...]
gcm_driver_desktop.cc 647 return GCMClient::GCM_DISABLED;
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.cc 48 case gcm::GCMClient::GCM_DISABLED:
  /external/chromium_org/components/invalidation/
gcm_network_channel.cc 452 ENUM_CASE(gcm::GCMClient::GCM_DISABLED);

Completed in 205 milliseconds