HomeSort by relevance Sort by last modified time
    Searched refs:push_client (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/components/invalidation/
invalidation_notifier_unittest.cc 40 scoped_ptr<notifier::PushClient> push_client(
43 new PushClientChannel(push_client.Pass()));
p2p_invalidator_unittest.cc 215 notifier::FakePushClient* const push_client = delegate_.GetPushClient(); member in class:syncer::__anon10986::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::__anon10986::notifier
273 push_client->EnableNotifications();
push_client_channel.h 29 // |push_client| is guaranteed to be destroyed only when this object
31 explicit PushClientChannel(scoped_ptr<notifier::PushClient> push_client);
push_client_channel.cc 11 #include "jingle/notifier/listener/push_client.h"
23 scoped_ptr<notifier::PushClient> push_client)
24 : push_client_(push_client.Pass()),
p2p_invalidator.h 22 #include "jingle/notifier/listener/push_client.h"
98 P2PInvalidator(scoped_ptr<notifier::PushClient> push_client,
p2p_invalidator.cc 15 #include "jingle/notifier/listener/push_client.h"
139 P2PInvalidator::P2PInvalidator(scoped_ptr<notifier::PushClient> push_client,
142 : push_client_(push_client.Pass()),
sync_system_resources.cc 22 #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/
push_client_unittest.cc 5 #include "jingle/notifier/listener/push_client.h"
38 const scoped_ptr<PushClient> push_client(
56 const scoped_ptr<PushClient> push_client(

Completed in 118 milliseconds