PushClientChannel 43 sync/notifier/invalidation_notifier_unittest.cc new PushClientChannel(push_client.Pass())); PushClientChannel 20 sync/notifier/push_client_channel.cc PushClientChannel::PushClientChannel( PushClientChannel 34 sync/notifier/push_client_channel.cc PushClientChannel::~PushClientChannel() { PushClientChannel 38 sync/notifier/push_client_channel.cc void PushClientChannel::UpdateCredentials( PushClientChannel 43 sync/notifier/push_client_channel.cc void PushClientChannel::RequestDetailedStatus( PushClientChannel 48 sync/notifier/push_client_channel.cc void PushClientChannel::SendMessage(const std::string& message) { PushClientChannel 62 sync/notifier/push_client_channel.cc void PushClientChannel::OnNotificationsEnabled() { PushClientChannel 66 sync/notifier/push_client_channel.cc void PushClientChannel::OnNotificationsDisabled( PushClientChannel 71 sync/notifier/push_client_channel.cc void PushClientChannel::OnIncomingNotification( PushClientChannel 87 sync/notifier/push_client_channel.cc const std::string& PushClientChannel::GetServiceContextForTest() const { PushClientChannel 91 sync/notifier/push_client_channel.cc int64 PushClientChannel::GetSchedulingHashForTest() const { PushClientChannel 95 sync/notifier/push_client_channel.cc std::string PushClientChannel::EncodeMessageForTest( PushClientChannel 104 sync/notifier/push_client_channel.cc bool PushClientChannel::DecodeMessageForTest(const std::string& data, PushClientChannel 111 sync/notifier/push_client_channel.cc void PushClientChannel::EncodeMessage(std::string* encoded_message, PushClientChannel 125 sync/notifier/push_client_channel.cc bool PushClientChannel::DecodeMessage(const std::string& data, PushClientChannel 143 sync/notifier/push_client_channel.cc scoped_ptr<base::DictionaryValue> PushClientChannel::CollectDebugData() const { PushClientChannel 25 sync/notifier/push_client_channel.h class SYNC_EXPORT_PRIVATE PushClientChannel PushClientChannel 31 sync/notifier/push_client_channel.h explicit PushClientChannel(scoped_ptr<notifier::PushClient> push_client); PushClientChannel 33 sync/notifier/push_client_channel.h virtual ~PushClientChannel(); PushClientChannel 85 sync/notifier/push_client_channel.h DISALLOW_COPY_AND_ASSIGN(PushClientChannel); PushClientChannel 46 sync/notifier/push_client_channel_unittest.cc PushClientChannel push_client_channel_; PushClientChannel 98 sync/notifier/push_client_channel_unittest.cc PushClientChannel::EncodeMessageForTest( PushClientChannel 109 sync/notifier/push_client_channel_unittest.cc const std::string& data = PushClientChannel::EncodeMessageForTest( PushClientChannel 114 sync/notifier/push_client_channel_unittest.cc EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( PushClientChannel 125 sync/notifier/push_client_channel_unittest.cc const std::string& data = PushClientChannel::EncodeMessageForTest( PushClientChannel 130 sync/notifier/push_client_channel_unittest.cc EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( PushClientChannel 143 sync/notifier/push_client_channel_unittest.cc EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( PushClientChannel 157 sync/notifier/push_client_channel_unittest.cc EXPECT_FALSE(PushClientChannel::DecodeMessageForTest( PushClientChannel 169 sync/notifier/push_client_channel_unittest.cc PushClientChannel::EncodeMessageForTest( PushClientChannel 186 sync/notifier/push_client_channel_unittest.cc notification.data = PushClientChannel::EncodeMessageForTest( PushClientChannel 219 sync/notifier/push_client_channel_unittest.cc EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( PushClientChannel 230 sync/notifier/push_client_channel_unittest.cc notification.data = PushClientChannel::EncodeMessageForTest( PushClientChannel 240 sync/notifier/push_client_channel_unittest.cc EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( PushClientChannel 283 sync/notifier/sync_invalidation_listener_unittest.cc listener_(scoped_ptr<SyncNetworkChannel>(new PushClientChannel( PushClientChannel 171 sync/notifier/sync_system_resources.cc new PushClientChannel(push_client.Pass())); PushClientChannel 89 sync/notifier/sync_system_resources_unittest.cc PushClientChannel push_client_channel_;