GCMNetworkChannel 103 sync/notifier/gcm_network_channel.cc GCMNetworkChannel::GCMNetworkChannel( GCMNetworkChannel 116 sync/notifier/gcm_network_channel.cc GCMNetworkChannel::~GCMNetworkChannel() { GCMNetworkChannel 120 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::Register() { GCMNetworkChannel 121 sync/notifier/gcm_network_channel.cc delegate_->Register(base::Bind(&GCMNetworkChannel::OnRegisterComplete, GCMNetworkChannel 125 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::OnRegisterComplete( GCMNetworkChannel 147 sync/notifier/gcm_network_channel.cc base::Bind(&GCMNetworkChannel::Register, GCMNetworkChannel 160 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::SendMessage(const std::string& message) { GCMNetworkChannel 175 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::RequestAccessToken() { GCMNetworkChannel 177 sync/notifier/gcm_network_channel.cc delegate_->RequestToken(base::Bind(&GCMNetworkChannel::OnGetTokenComplete, GCMNetworkChannel 181 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::OnGetTokenComplete( GCMNetworkChannel 223 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::OnURLFetchComplete(const net::URLFetcher* source) { GCMNetworkChannel 253 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::OnIncomingMessage(const std::string& message, GCMNetworkChannel 285 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::OnNetworkChanged( GCMNetworkChannel 293 sync/notifier/gcm_network_channel.cc GURL GCMNetworkChannel::BuildUrl(const std::string& registration_id) { GCMNetworkChannel 326 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::Base64EncodeURLSafe(const std::string& input, GCMNetworkChannel 339 sync/notifier/gcm_network_channel.cc bool GCMNetworkChannel::Base64DecodeURLSafe(const std::string& input, GCMNetworkChannel 351 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::SetMessageReceiver( GCMNetworkChannel 354 sync/notifier/gcm_network_channel.cc &GCMNetworkChannel::OnIncomingMessage, weak_factory_.GetWeakPtr())); GCMNetworkChannel 358 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::RequestDetailedStatus( GCMNetworkChannel 363 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::UpdateCredentials(const std::string& email, GCMNetworkChannel 368 sync/notifier/gcm_network_channel.cc void GCMNetworkChannel::ResetRegisterBackoffEntryForTest( GCMNetworkChannel 374 sync/notifier/gcm_network_channel.cc GCMNetworkChannel* parent) GCMNetworkChannel 25 sync/notifier/gcm_network_channel.h class GCMNetworkChannel; GCMNetworkChannel 29 sync/notifier/gcm_network_channel.h explicit GCMNetworkChannelDiagnostic(GCMNetworkChannel* parent); GCMNetworkChannel 38 sync/notifier/gcm_network_channel.h GCMNetworkChannel* parent_; GCMNetworkChannel 49 sync/notifier/gcm_network_channel.h class SYNC_EXPORT_PRIVATE GCMNetworkChannel GCMNetworkChannel 55 sync/notifier/gcm_network_channel.h GCMNetworkChannel( GCMNetworkChannel 59 sync/notifier/gcm_network_channel.h virtual ~GCMNetworkChannel(); GCMNetworkChannel 127 sync/notifier/gcm_network_channel.h base::WeakPtrFactory<GCMNetworkChannel> weak_factory_; GCMNetworkChannel 129 sync/notifier/gcm_network_channel.h DISALLOW_COPY_AND_ASSIGN(GCMNetworkChannel); GCMNetworkChannel 73 sync/notifier/gcm_network_channel_unittest.cc class TestGCMNetworkChannel : public GCMNetworkChannel { GCMNetworkChannel 78 sync/notifier/gcm_network_channel_unittest.cc : GCMNetworkChannel(request_context_getter, delegate.Pass()) { GCMNetworkChannel 152 sync/notifier/gcm_network_channel_unittest.cc return gcm_network_channel_->GCMNetworkChannel::BuildUrl(registration_id); GCMNetworkChannel 157 sync/notifier/gcm_network_channel_unittest.cc GCMNetworkChannel::Base64EncodeURLSafe(input, output); GCMNetworkChannel 162 sync/notifier/gcm_network_channel_unittest.cc return GCMNetworkChannel::Base64DecodeURLSafe(input, output); GCMNetworkChannel 173 sync/notifier/gcm_network_channel_unittest.cc GCMNetworkChannel* network_channel() { GCMNetworkChannel 220 sync/notifier/gcm_network_channel_unittest.cc scoped_ptr<GCMNetworkChannel> gcm_network_channel_; GCMNetworkChannel 177 sync/notifier/sync_system_resources.cc return scoped_ptr<SyncNetworkChannel>(new GCMNetworkChannel(