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

  /external/chromium_org/components/gcm_driver/
gcm_client.h 47 NOT_SIGNED_IN,
gcm_driver_desktop_unittest.cc 562 EXPECT_EQ(GCMClient::NOT_SIGNED_IN, registration_result());
588 EXPECT_EQ(GCMClient::NOT_SIGNED_IN, unregistration_result());
619 EXPECT_EQ(GCMClient::NOT_SIGNED_IN, send_result());
783 EXPECT_EQ(GCMClient::NOT_SIGNED_IN, registration_result());
800 EXPECT_EQ(GCMClient::NOT_SIGNED_IN, registration_result());
921 EXPECT_EQ(GCMClient::NOT_SIGNED_IN, send_result());
    [all...]
gcm_driver_desktop.cc 656 return GCMClient::NOT_SIGNED_IN;
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.cc 50 case gcm::GCMClient::NOT_SIGNED_IN:
  /external/chromium_org/components/invalidation/
gcm_network_channel.cc 449 ENUM_CASE(gcm::GCMClient::NOT_SIGNED_IN);
gcm_network_channel_unittest.cc 290 delegate()->register_callback.Run("", gcm::GCMClient::NOT_SIGNED_IN);

Completed in 175 milliseconds