SyncNetworkChannel  355 sync/notifier/gcm_network_channel.cc   SyncNetworkChannel::SetMessageReceiver(incoming_receiver);
SyncNetworkChannel   50 sync/notifier/gcm_network_channel.h     : public SyncNetworkChannel,
SyncNetworkChannel  117 sync/notifier/gcm_network_channel_unittest.cc       public SyncNetworkChannel::Observer {
SyncNetworkChannel   21 sync/notifier/invalidation_notifier.cc     scoped_ptr<SyncNetworkChannel> network_channel,
SyncNetworkChannel   43 sync/notifier/invalidation_notifier.h       scoped_ptr<SyncNetworkChannel> network_channel,
SyncNetworkChannel   42 sync/notifier/invalidation_notifier_unittest.cc     scoped_ptr<SyncNetworkChannel> network_channel(
SyncNetworkChannel  148 sync/notifier/non_blocking_invalidator.cc   scoped_ptr<SyncNetworkChannel> network_channel =
SyncNetworkChannel  317 sync/notifier/non_blocking_invalidator.cc   return base::Bind(SyncNetworkChannel::CreatePushClientChannel,
SyncNetworkChannel  324 sync/notifier/non_blocking_invalidator.cc   return base::Bind(&SyncNetworkChannel::CreateGCMNetworkChannel,
SyncNetworkChannel   31 sync/notifier/non_blocking_invalidator.h class SyncNetworkChannel;
SyncNetworkChannel   36 sync/notifier/non_blocking_invalidator.h typedef base::Callback<scoped_ptr<SyncNetworkChannel>(void)>
SyncNetworkChannel  148 sync/notifier/push_client_channel.cc                      SyncNetworkChannel::GetReceivedMessagesCount());
SyncNetworkChannel   26 sync/notifier/push_client_channel.h     : public SyncNetworkChannel,
SyncNetworkChannel   18 sync/notifier/push_client_channel_unittest.cc       public SyncNetworkChannel::Observer {
SyncNetworkChannel   33 sync/notifier/sync_invalidation_listener.cc     scoped_ptr<SyncNetworkChannel> network_channel)
SyncNetworkChannel   47 sync/notifier/sync_invalidation_listener.h       public SyncNetworkChannel::Observer,
SyncNetworkChannel   69 sync/notifier/sync_invalidation_listener.h       scoped_ptr<SyncNetworkChannel> network_channel);
SyncNetworkChannel  175 sync/notifier/sync_invalidation_listener.h   scoped_ptr<SyncNetworkChannel> sync_network_channel_;
SyncNetworkChannel  283 sync/notifier/sync_invalidation_listener_unittest.cc         listener_(scoped_ptr<SyncNetworkChannel>(new PushClientChannel(
SyncNetworkChannel  134 sync/notifier/sync_system_resources.cc SyncNetworkChannel::SyncNetworkChannel()
SyncNetworkChannel  138 sync/notifier/sync_system_resources.cc SyncNetworkChannel::~SyncNetworkChannel() {
SyncNetworkChannel  142 sync/notifier/sync_system_resources.cc void SyncNetworkChannel::SetMessageReceiver(
SyncNetworkChannel  147 sync/notifier/sync_system_resources.cc void SyncNetworkChannel::AddNetworkStatusReceiver(
SyncNetworkChannel  153 sync/notifier/sync_system_resources.cc void SyncNetworkChannel::SetSystemResources(
SyncNetworkChannel  158 sync/notifier/sync_system_resources.cc void SyncNetworkChannel::AddObserver(Observer* observer) {
SyncNetworkChannel  162 sync/notifier/sync_system_resources.cc void SyncNetworkChannel::RemoveObserver(Observer* observer) {
SyncNetworkChannel  166 sync/notifier/sync_system_resources.cc scoped_ptr<SyncNetworkChannel> SyncNetworkChannel::CreatePushClientChannel(
SyncNetworkChannel  170 sync/notifier/sync_system_resources.cc   return scoped_ptr<SyncNetworkChannel>(
SyncNetworkChannel  174 sync/notifier/sync_system_resources.cc scoped_ptr<SyncNetworkChannel> SyncNetworkChannel::CreateGCMNetworkChannel(
SyncNetworkChannel  177 sync/notifier/sync_system_resources.cc   return scoped_ptr<SyncNetworkChannel>(new GCMNetworkChannel(
SyncNetworkChannel  181 sync/notifier/sync_system_resources.cc void SyncNetworkChannel::NotifyStateChange(InvalidatorState invalidator_state) {
SyncNetworkChannel  195 sync/notifier/sync_system_resources.cc bool SyncNetworkChannel::DeliverIncomingMessage(const std::string& message) {
SyncNetworkChannel  205 sync/notifier/sync_system_resources.cc int SyncNetworkChannel::GetReceivedMessagesCount() const {
SyncNetworkChannel  276 sync/notifier/sync_system_resources.cc     SyncNetworkChannel* sync_network_channel,
SyncNetworkChannel  321 sync/notifier/sync_system_resources.cc SyncNetworkChannel* SyncSystemResources::network() {
SyncNetworkChannel   87 sync/notifier/sync_system_resources.h class SYNC_EXPORT_PRIVATE SyncNetworkChannel
SyncNetworkChannel  100 sync/notifier/sync_system_resources.h   SyncNetworkChannel();
SyncNetworkChannel  102 sync/notifier/sync_system_resources.h   virtual ~SyncNetworkChannel();
SyncNetworkChannel  131 sync/notifier/sync_system_resources.h   static scoped_ptr<SyncNetworkChannel> CreatePushClientChannel(
SyncNetworkChannel  133 sync/notifier/sync_system_resources.h   static scoped_ptr<SyncNetworkChannel> CreateGCMNetworkChannel(
SyncNetworkChannel  206 sync/notifier/sync_system_resources.h   SyncSystemResources(SyncNetworkChannel* sync_network_channel,
SyncNetworkChannel  219 sync/notifier/sync_system_resources.h   virtual SyncNetworkChannel* network() OVERRIDE;
SyncNetworkChannel  231 sync/notifier/sync_system_resources.h   SyncNetworkChannel* sync_network_channel_;
SyncNetworkChannel  179 sync/notifier/sync_system_resources_unittest.cc class TestSyncNetworkChannel : public SyncNetworkChannel {
SyncNetworkChannel  184 sync/notifier/sync_system_resources_unittest.cc   using SyncNetworkChannel::NotifyStateChange;
SyncNetworkChannel  185 sync/notifier/sync_system_resources_unittest.cc   using SyncNetworkChannel::DeliverIncomingMessage;
SyncNetworkChannel  203 sync/notifier/sync_system_resources_unittest.cc       public SyncNetworkChannel::Observer {