Searched refs:push_client (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/invalidation/
H A Dinvalidation_notifier_unittest.cc40 scoped_ptr<notifier::PushClient> push_client(
43 new PushClientChannel(push_client.Pass()));
H A Dp2p_invalidator_unittest.cc215 notifier::FakePushClient* const push_client = delegate_.GetPushClient(); member in class:syncer::__anon6366::notifier
228 push_client->subscriptions(),
231 EXPECT_EQ(kEmail, push_client->email());
232 EXPECT_EQ(kToken, push_client->token());
235 push_client->EnableNotifications();
265 notifier::FakePushClient* const push_client = delegate_.GetPushClient(); member in class:syncer::__anon6366::notifier
273 push_client->EnableNotifications();
H A Dpush_client_channel.cc11 #include "jingle/notifier/listener/push_client.h"
23 scoped_ptr<notifier::PushClient> push_client)
24 : push_client_(push_client.Pass()),
22 PushClientChannel( scoped_ptr<notifier::PushClient> push_client) argument
H A Dpush_client_channel.h29 // |push_client| is guaranteed to be destroyed only when this object
31 explicit PushClientChannel(scoped_ptr<notifier::PushClient> push_client);
H A Dp2p_invalidator.h22 #include "jingle/notifier/listener/push_client.h"
98 P2PInvalidator(scoped_ptr<notifier::PushClient> push_client,
H A Dp2p_invalidator.cc15 #include "jingle/notifier/listener/push_client.h"
139 P2PInvalidator::P2PInvalidator(scoped_ptr<notifier::PushClient> push_client, argument
142 : push_client_(push_client.Pass()),
H A Dsync_system_resources.cc22 #include "jingle/notifier/listener/push_client.h"
168 scoped_ptr<notifier::PushClient> push_client(
171 new PushClientChannel(push_client.Pass()));
/external/chromium_org/jingle/notifier/listener/
H A Dpush_client_unittest.cc5 #include "jingle/notifier/listener/push_client.h"
38 const scoped_ptr<PushClient> push_client(
56 const scoped_ptr<PushClient> push_client(

Completed in 165 milliseconds