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

  /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(
  /external/chromium_org/sync/notifier/
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);
invalidation_notifier.cc 12 #include "jingle/notifier/listener/push_client.h"
21 scoped_ptr<notifier::PushClient> push_client,
33 invalidation_listener_(push_client.Pass()) {
push_client_channel.cc 9 #include "jingle/notifier/listener/push_client.h"
21 scoped_ptr<notifier::PushClient> push_client)
22 : push_client_(push_client.Pass()) {
p2p_invalidator_unittest.cc 213 notifier::FakePushClient* const push_client = delegate_.GetPushClient(); member in class:syncer::__anon10455::notifier
226 push_client->subscriptions(),
229 EXPECT_EQ(kEmail, push_client->email());
230 EXPECT_EQ(kToken, push_client->token());
233 push_client->EnableNotifications();
263 notifier::FakePushClient* const push_client = delegate_.GetPushClient(); member in class:syncer::__anon10455::notifier
271 push_client->EnableNotifications();
invalidation_notifier.h 43 scoped_ptr<notifier::PushClient> push_client,
p2p_invalidator.h 20 #include "jingle/notifier/listener/push_client.h"
98 P2PInvalidator(scoped_ptr<notifier::PushClient> push_client,
p2p_invalidator.cc 14 #include "jingle/notifier/listener/push_client.h"
138 P2PInvalidator::P2PInvalidator(scoped_ptr<notifier::PushClient> push_client,
141 : push_client_(push_client.Pass()),
sync_invalidation_listener.h 70 scoped_ptr<notifier::PushClient> push_client);
sync_invalidation_listener.cc 17 #include "jingle/notifier/listener/push_client.h"
33 scoped_ptr<notifier::PushClient> push_client)
34 : push_client_channel_(push_client.Pass()),

Completed in 190 milliseconds