Searched defs:push_client_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sync/notifier/
H A Dpush_client_channel.h51 scoped_ptr<notifier::PushClient> push_client_; member in class:syncer::PushClientChannel
H A Dp2p_invalidator.h133 scoped_ptr<notifier::PushClient> push_client_; member in class:syncer::P2PInvalidator
/external/chromium_org/jingle/notifier/listener/
H A Dnon_blocking_push_client_unittest.cc30 push_client_.reset(
35 push_client_->AddObserver(&fake_observer_);
43 push_client_->RemoveObserver(&fake_observer_);
44 push_client_.reset();
61 scoped_ptr<NonBlockingPushClient> push_client_; member in class:notifier::__anon8926::NonBlockingPushClientTest
62 // Owned by |push_client_|.
72 push_client_->UpdateSubscriptions(subscriptions);
85 push_client_->UpdateCredentials(kEmail, kToken);
107 push_client_->SendNotification(notification);
117 push_client_
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_xmpp_listener.h102 scoped_ptr<notifier::PushClient> push_client_; member in class:CloudPrintXmppListener
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.cc137 scoped_ptr<notifier::PushClient> push_client_; member in class:cloud_print::CloudPrintProxyBackend::Core
295 DCHECK(push_client_.get());
296 push_client_->UpdateCredentials(robot_email, access_token);
344 push_client_ = notifier::PushClient::CreateDefault(notifier_options);
345 push_client_->AddObserver(this);
349 push_client_->UpdateSubscriptions(
351 push_client_->UpdateCredentials(robot_email, access_token);
362 if (push_client_.get()) {
363 push_client_->RemoveObserver(this);
365 push_client_
[all...]

Completed in 170 milliseconds