HomeSort by relevance Sort by last modified time
    Searched refs:SyncNetworkChannel (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/components/invalidation/
sync_system_resources.cc 134 SyncNetworkChannel::SyncNetworkChannel()
138 SyncNetworkChannel::~SyncNetworkChannel() {
142 void SyncNetworkChannel::SetMessageReceiver(
147 void SyncNetworkChannel::AddNetworkStatusReceiver(
153 void SyncNetworkChannel::SetSystemResources(
158 void SyncNetworkChannel::AddObserver(Observer* observer) {
162 void SyncNetworkChannel::RemoveObserver(Observer* observer) {
166 scoped_ptr<SyncNetworkChannel> SyncNetworkChannel::CreatePushClientChannel
    [all...]
sync_system_resources.h 81 // SyncNetworkChannel implements common tasks needed to interact with
87 class INVALIDATION_EXPORT_PRIVATE SyncNetworkChannel
100 SyncNetworkChannel();
102 virtual ~SyncNetworkChannel();
105 // SyncNetworkChannel doesn't implement SendMessage. It is responsibility of
130 // SyncNetworkChannel::Observer and register here.
136 static scoped_ptr<SyncNetworkChannel> CreatePushClientChannel(
138 static scoped_ptr<SyncNetworkChannel> CreateGCMNetworkChannel(
220 SyncSystemResources(SyncNetworkChannel* sync_network_channel,
233 virtual SyncNetworkChannel* network() OVERRIDE
    [all...]
invalidation_notifier_unittest.cc 42 scoped_ptr<SyncNetworkChannel> network_channel(
non_blocking_invalidator.h 31 class SyncNetworkChannel;
34 // Callback type for function that creates SyncNetworkChannel. This function
36 typedef base::Callback<scoped_ptr<SyncNetworkChannel>(void)>
sync_system_resources_unittest.cc 179 class TestSyncNetworkChannel : public SyncNetworkChannel {
184 using SyncNetworkChannel::NotifyNetworkStatusChange;
185 using SyncNetworkChannel::NotifyChannelStateChange;
186 using SyncNetworkChannel::DeliverIncomingMessage;
208 public SyncNetworkChannel::Observer {
sync_invalidation_listener.h 47 public SyncNetworkChannel::Observer,
69 scoped_ptr<SyncNetworkChannel> network_channel);
133 // SyncNetworkChannel::Observer implementation.
175 scoped_ptr<SyncNetworkChannel> sync_network_channel_;
invalidation_notifier.h 43 scoped_ptr<SyncNetworkChannel> network_channel,
push_client_channel.h 26 : public SyncNetworkChannel,
40 // SyncNetworkChannel implementation.
invalidation_notifier.cc 21 scoped_ptr<SyncNetworkChannel> network_channel,
non_blocking_invalidator.cc 149 scoped_ptr<SyncNetworkChannel> network_channel =
306 return base::Bind(SyncNetworkChannel::CreatePushClientChannel,
313 return base::Bind(&SyncNetworkChannel::CreateGCMNetworkChannel,
gcm_network_channel.h 47 // GCMNetworkChannel is an implementation of SyncNetworkChannel that routes
50 : public SyncNetworkChannel,
66 // SyncNetworkChannel implementation.
push_client_channel.cc 160 SyncNetworkChannel::GetReceivedMessagesCount());
push_client_channel_unittest.cc 18 public SyncNetworkChannel::Observer {
gcm_network_channel.cc 384 SyncNetworkChannel::SetMessageReceiver(incoming_receiver);
gcm_network_channel_unittest.cc 121 public SyncNetworkChannel::Observer {
sync_invalidation_listener.cc 32 scoped_ptr<SyncNetworkChannel> network_channel)
sync_invalidation_listener_unittest.cc 283 listener_(scoped_ptr<SyncNetworkChannel>(new PushClientChannel(
    [all...]

Completed in 77 milliseconds