HomeSort by relevance Sort by last modified time
    Searched full:pushclientchannel (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sync/notifier/
push_client_channel.cc 20 PushClientChannel::PushClientChannel(
32 PushClientChannel::~PushClientChannel() {
36 void PushClientChannel::UpdateCredentials(
41 void PushClientChannel::SendEncodedMessage(const std::string& encoded_message) {
51 void PushClientChannel::OnNotificationsEnabled() {
55 void PushClientChannel::OnNotificationsDisabled(
60 void PushClientChannel::OnIncomingNotification(
push_client_channel.h 23 // A PushClientChannel is an implementation of NetworkChannel that
25 class SYNC_EXPORT_PRIVATE PushClientChannel
31 explicit PushClientChannel(scoped_ptr<notifier::PushClient> push_client);
33 virtual ~PushClientChannel();
53 DISALLOW_COPY_AND_ASSIGN(PushClientChannel);
push_client_channel_unittest.cc 48 PushClientChannel push_client_channel_;
106 PushClientChannel::EncodeMessageForTest(
sync_invalidation_listener.h 170 PushClientChannel push_client_channel_;
sync_system_resources_unittest.cc 89 PushClientChannel push_client_channel_;

Completed in 443 milliseconds