GCMClientImplTest   41 google_apis/gcm/gcm_client_impl.h class GCMClientImplTest;
GCMClientImplTest  137 google_apis/gcm/gcm_client_impl.h   friend class GCMClientImplTest;
GCMClientImplTest  178 google_apis/gcm/gcm_client_impl_unittest.cc   GCMClientImplTest();
GCMClientImplTest  179 google_apis/gcm/gcm_client_impl_unittest.cc   virtual ~GCMClientImplTest();
GCMClientImplTest  275 google_apis/gcm/gcm_client_impl_unittest.cc GCMClientImplTest::GCMClientImplTest()
GCMClientImplTest  282 google_apis/gcm/gcm_client_impl_unittest.cc GCMClientImplTest::~GCMClientImplTest() {}
GCMClientImplTest  284 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::SetUp() {
GCMClientImplTest  292 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::PumpLoop() {
GCMClientImplTest  297 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::PumpLoopUntilIdle() {
GCMClientImplTest  302 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::QuitLoop() {
GCMClientImplTest  307 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::BuildGCMClient() {
GCMClientImplTest  312 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::CompleteCheckin(uint64 android_id,
GCMClientImplTest  330 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::CompleteRegistration(
GCMClientImplTest  342 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::CompleteUnregistration(
GCMClientImplTest  354 google_apis/gcm/gcm_client_impl_unittest.cc bool GCMClientImplTest::ExistsRegistration(const std::string& app_id) const {
GCMClientImplTest  358 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::AddRegistration(
GCMClientImplTest  368 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::InitializeGCMClient() {
GCMClientImplTest  391 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::ReceiveMessageFromMCS(const MCSMessage& message) {
GCMClientImplTest  395 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::OnGCMReady() {
GCMClientImplTest  400 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::OnMessageReceived(
GCMClientImplTest  409 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::OnRegisterFinished(const std::string& app_id,
GCMClientImplTest  418 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::OnUnregisterFinished(const std::string& app_id,
GCMClientImplTest  425 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::OnMessagesDeleted(const std::string& app_id) {
GCMClientImplTest  430 google_apis/gcm/gcm_client_impl_unittest.cc void GCMClientImplTest::OnMessageSendError(
GCMClientImplTest  438 google_apis/gcm/gcm_client_impl_unittest.cc int64 GCMClientImplTest::CurrentTime() {
GCMClientImplTest  442 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, LoadingCompleted) {
GCMClientImplTest  448 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, CheckOut) {
GCMClientImplTest  456 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, RegisterApp) {
GCMClientImplTest  471 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, DISABLED_RegisterAppFromCache) {
GCMClientImplTest  492 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, UnregisterApp) {
GCMClientImplTest  510 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, DispatchDownstreamMessage) {
GCMClientImplTest  558 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, DispatchDownstreamMessageSendError) {
GCMClientImplTest  578 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, DispatchDownstreamMessgaesDeleted) {
GCMClientImplTest  590 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, SendMessage) {