HomeSort by relevance Sort by last modified time
    Searched defs:FakeGCMClientFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/gcm_driver/
fake_gcm_client_factory.cc 13 FakeGCMClientFactory::FakeGCMClientFactory(
22 FakeGCMClientFactory::~FakeGCMClientFactory() {
25 scoped_ptr<GCMClient> FakeGCMClientFactory::BuildInstance() {
fake_gcm_client_factory.h 21 class FakeGCMClientFactory : public GCMClientFactory {
23 FakeGCMClientFactory(
27 virtual ~FakeGCMClientFactory();
37 DISALLOW_COPY_AND_ASSIGN(FakeGCMClientFactory);

Completed in 149 milliseconds