/external/chromium_org/google_apis/gcm/engine/ |
connection_factory.cc | 5 #include "google_apis/gcm/engine/connection_factory.h"
|
fake_connection_factory.h | 9 #include "google_apis/gcm/engine/connection_factory.h"
|
mcs_client_unittest.cc | 70 ConnectionFactory* connection_factory, 73 : MCSClient("", clock, connection_factory, gcm_store, recorder), 99 FakeConnectionFactory* connection_factory() { function in class:gcm::__anon12489::MCSClientTest 279 EXPECT_TRUE(connection_factory()->IsEndpointReachable()); 291 connection_factory()->set_delay_reconnect(true); 293 EXPECT_FALSE(connection_factory()->IsEndpointReachable()); 296 EXPECT_TRUE(connection_factory()->reconnect_pending()); 369 connection_factory()->Connect();
|
connection_factory_impl.h | 8 #include "google_apis/gcm/engine/connection_factory.h"
|
mcs_client.cc | 17 #include "google_apis/gcm/engine/connection_factory.h" 158 ConnectionFactory* connection_factory, 166 connection_factory_(connection_factory), [all...] |
mcs_client.h | 99 ConnectionFactory* connection_factory,
|
/external/chromium_org/google_apis/gcm/ |
gcm.gyp | 48 'engine/connection_factory.cc', 49 'engine/connection_factory.h',
|
/external/chromium_org/components/gcm_driver/ |
gcm_client_impl_unittest.cc | 73 ConnectionFactory* connection_factory, 95 ConnectionFactory* connection_factory, 98 : MCSClient("", clock, connection_factory, gcm_store, recorder), 165 ConnectionFactory* connection_factory, 192 ConnectionFactory* connection_factory, 196 connection_factory, 261 ConnectionFactory* connection_factory() const { function in class:gcm::GCMClientImplTest 526 EXPECT_TRUE(connection_factory()); 529 EXPECT_FALSE(connection_factory());
|
gcm_stats_recorder_impl.h | 14 #include "google_apis/gcm/engine/connection_factory.h"
|
gcm_client_impl.h | 61 ConnectionFactory* connection_factory,
|
gcm_client_impl.cc | 225 ConnectionFactory* connection_factory, 231 connection_factory,
|
/external/chromium_org/google_apis/gcm/monitoring/ |
gcm_stats_recorder.h | 13 #include "google_apis/gcm/engine/connection_factory.h"
|