/external/chromium_org/jingle/notifier/listener/ |
D | push_client.cc | 16 PushClient::~PushClient() {} in ~PushClient() 20 scoped_ptr<PushClient> CreateXmppPushClient( in CreateXmppPushClient() 22 return scoped_ptr<PushClient>(new XmppPushClient(notifier_options)); in CreateXmppPushClient() 27 scoped_ptr<PushClient> PushClient::CreateDefault( in CreateDefault() 29 return scoped_ptr<PushClient>(new NonBlockingPushClient( in CreateDefault() 34 scoped_ptr<PushClient> PushClient::CreateDefaultOnIOThread( in CreateDefaultOnIOThread()
|
D | push_client_unittest.cc | 38 const scoped_ptr<PushClient> push_client( in TEST_F() 39 PushClient::CreateDefault(notifier_options_)); in TEST_F() 48 base::Bind(base::IgnoreResult(&PushClient::CreateDefault), in TEST_F() 56 const scoped_ptr<PushClient> push_client( in TEST_F() 57 PushClient::CreateDefaultOnIOThread(notifier_options_)); in TEST_F()
|
D | push_client.h | 21 class PushClient { 23 virtual ~PushClient(); 27 static scoped_ptr<PushClient> CreateDefault( 33 static scoped_ptr<PushClient> CreateDefaultOnIOThread(
|
D | non_blocking_push_client_unittest.cc | 50 scoped_ptr<PushClient> CreateFakePushClient() { in CreateFakePushClient() 53 return scoped_ptr<PushClient>(); in CreateFakePushClient() 56 return scoped_ptr<PushClient>(fake_push_client_); in CreateFakePushClient()
|
D | non_blocking_push_client.h | 29 class NonBlockingPushClient : public PushClient { 33 typedef base::Callback<scoped_ptr<PushClient>()>
|
D | fake_push_client.h | 19 class FakePushClient : public PushClient {
|
D | xmpp_push_client.h | 37 public PushClient,
|
D | non_blocking_push_client.cc | 60 scoped_ptr<PushClient> delegate_push_client_;
|
/external/chromium_org/sync/notifier/ |
D | push_client_channel.h | 18 class PushClient; variable 31 explicit PushClientChannel(scoped_ptr<notifier::PushClient> push_client); 51 scoped_ptr<notifier::PushClient> push_client_;
|
D | p2p_invalidator.h | 30 class PushClient; variable 98 P2PInvalidator(scoped_ptr<notifier::PushClient> push_client, 133 scoped_ptr<notifier::PushClient> push_client_;
|
D | invalidation_notifier.h | 30 class PushClient; variable 43 scoped_ptr<notifier::PushClient> push_client,
|
D | sync_invalidation_listener.h | 35 class PushClient; variable 70 scoped_ptr<notifier::PushClient> push_client); in NON_EXPORTED_BASE()
|
D | invalidation_notifier_unittest.cc | 41 scoped_ptr<notifier::PushClient>(new notifier::FakePushClient()), in CreateInvalidator()
|
D | push_client_channel.cc | 21 scoped_ptr<notifier::PushClient> push_client) in PushClientChannel()
|
D | invalidation_notifier.cc | 21 scoped_ptr<notifier::PushClient> push_client, in InvalidationNotifier()
|
D | push_client_channel_unittest.cc | 25 scoped_ptr<notifier::PushClient>(fake_push_client_)), in PushClientChannelTest()
|
D | non_blocking_invalidator.cc | 87 notifier::PushClient::CreateDefaultOnIOThread(notifier_options), in Initialize()
|
D | p2p_invalidator.cc | 138 P2PInvalidator::P2PInvalidator(scoped_ptr<notifier::PushClient> push_client, in P2PInvalidator()
|
D | p2p_invalidator_unittest.cc | 37 scoped_ptr<notifier::PushClient>(fake_push_client_), in CreateInvalidator()
|
D | sync_invalidation_listener.cc | 33 scoped_ptr<notifier::PushClient> push_client) in SyncInvalidationListener()
|
D | sync_system_resources_unittest.cc | 54 scoped_ptr<notifier::PushClient>(new notifier::FakePushClient())), in SyncSystemResourcesTest()
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | cloud_print_xmpp_listener.h | 31 class PushClient; variable 102 scoped_ptr<notifier::PushClient> push_client_;
|
D | cloud_print_xmpp_listener.cc | 70 push_client_ = notifier::PushClient::CreateDefault(options); in Connect()
|
/external/chromium_org/chrome/browser/invalidation/ |
D | p2p_invalidation_service.cc | 27 notifier::PushClient::CreateDefault(notifier_options), in P2PInvalidationService()
|
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_proxy_backend.cc | 137 scoped_ptr<notifier::PushClient> push_client_; 344 push_client_ = notifier::PushClient::CreateDefault(notifier_options); in InitNotifications()
|