HomeSort by relevance Sort by last modified time
    Searched defs:SyncNetworkChannel (Results 1 - 2 of 2) 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...]

Completed in 51 milliseconds