Home
last modified time | relevance | path

Searched refs:PushClient (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/jingle/notifier/listener/
Dpush_client.cc16 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()
Dpush_client_unittest.cc38 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()
Dpush_client.h21 class PushClient {
23 virtual ~PushClient();
27 static scoped_ptr<PushClient> CreateDefault(
33 static scoped_ptr<PushClient> CreateDefaultOnIOThread(
Dnon_blocking_push_client_unittest.cc50 scoped_ptr<PushClient> CreateFakePushClient() { in CreateFakePushClient()
53 return scoped_ptr<PushClient>(); in CreateFakePushClient()
56 return scoped_ptr<PushClient>(fake_push_client_); in CreateFakePushClient()
Dnon_blocking_push_client.h29 class NonBlockingPushClient : public PushClient {
33 typedef base::Callback<scoped_ptr<PushClient>()>
Dfake_push_client.h19 class FakePushClient : public PushClient {
Dxmpp_push_client.h37 public PushClient,
Dnon_blocking_push_client.cc60 scoped_ptr<PushClient> delegate_push_client_;
/external/chromium_org/sync/notifier/
Dpush_client_channel.h18 class PushClient; variable
31 explicit PushClientChannel(scoped_ptr<notifier::PushClient> push_client);
51 scoped_ptr<notifier::PushClient> push_client_;
Dp2p_invalidator.h30 class PushClient; variable
98 P2PInvalidator(scoped_ptr<notifier::PushClient> push_client,
133 scoped_ptr<notifier::PushClient> push_client_;
Dinvalidation_notifier.h30 class PushClient; variable
43 scoped_ptr<notifier::PushClient> push_client,
Dsync_invalidation_listener.h35 class PushClient; variable
70 scoped_ptr<notifier::PushClient> push_client); in NON_EXPORTED_BASE()
Dinvalidation_notifier_unittest.cc41 scoped_ptr<notifier::PushClient>(new notifier::FakePushClient()), in CreateInvalidator()
Dpush_client_channel.cc21 scoped_ptr<notifier::PushClient> push_client) in PushClientChannel()
Dinvalidation_notifier.cc21 scoped_ptr<notifier::PushClient> push_client, in InvalidationNotifier()
Dpush_client_channel_unittest.cc25 scoped_ptr<notifier::PushClient>(fake_push_client_)), in PushClientChannelTest()
Dnon_blocking_invalidator.cc87 notifier::PushClient::CreateDefaultOnIOThread(notifier_options), in Initialize()
Dp2p_invalidator.cc138 P2PInvalidator::P2PInvalidator(scoped_ptr<notifier::PushClient> push_client, in P2PInvalidator()
Dp2p_invalidator_unittest.cc37 scoped_ptr<notifier::PushClient>(fake_push_client_), in CreateInvalidator()
Dsync_invalidation_listener.cc33 scoped_ptr<notifier::PushClient> push_client) in SyncInvalidationListener()
Dsync_system_resources_unittest.cc54 scoped_ptr<notifier::PushClient>(new notifier::FakePushClient())), in SyncSystemResourcesTest()
/external/chromium_org/cloud_print/gcp20/prototype/
Dcloud_print_xmpp_listener.h31 class PushClient; variable
102 scoped_ptr<notifier::PushClient> push_client_;
Dcloud_print_xmpp_listener.cc70 push_client_ = notifier::PushClient::CreateDefault(options); in Connect()
/external/chromium_org/chrome/browser/invalidation/
Dp2p_invalidation_service.cc27 notifier::PushClient::CreateDefault(notifier_options), in P2PInvalidationService()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.cc137 scoped_ptr<notifier::PushClient> push_client_;
344 push_client_ = notifier::PushClient::CreateDefault(notifier_options); in InitNotifications()

12