Home
last modified time | relevance | path

Searched refs:NotifyNetworkStatusChange (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/invalidation/
Dsync_system_resources_unittest.cc184 using SyncNetworkChannel::NotifyNetworkStatusChange;
249 network_channel_.NotifyNetworkStatusChange(true); in TEST_F()
251 network_channel_.NotifyNetworkStatusChange(false); in TEST_F()
Dpush_client_channel.cc73 NotifyNetworkStatusChange(true); in OnNotificationsEnabled()
79 NotifyNetworkStatusChange(false); in OnNotificationsDisabled()
Dsync_system_resources.h149 void NotifyNetworkStatusChange(bool online); in NON_EXPORTED_BASE()
Dsync_system_resources.cc181 void SyncNetworkChannel::NotifyNetworkStatusChange(bool online) { in NotifyNetworkStatusChange() function in syncer::SyncNetworkChannel
Dgcm_network_channel.cc298 NotifyNetworkStatusChange( in OnNetworkChanged()