Home | History | Annotate | Download | only in base

Lines Matching defs:NetworkChangeNotifier

28 // NetworkChangeNotifier monitors the system for network changes, and notifies
33 class NET_EXPORT NetworkChangeNotifier {
64 // See NetworkChangeNotifier::GetConnectionType() for important caveats
128 virtual ~NetworkChangeNotifier();
130 // See the description of NetworkChangeNotifier::GetConnectionType().
135 // Replaces the default class factory instance of NetworkChangeNotifier class.
139 // Creates the process-wide, platform-specific NetworkChangeNotifier. The
145 static NetworkChangeNotifier* Create();
187 static NetworkChangeNotifier* CreateMock();
219 // Let the NetworkChangeNotifier know we received some data.
221 // the NetworkChangenotifier's online detection and rough network
229 // Allows a second NetworkChangeNotifier to be created for unit testing, so
233 // NetworkChangeNotifier object. The NetworkChangeNotifier must be
235 // the original NetworkChangeNotifier.
242 // The original NetworkChangeNotifier to be restored on destruction.
243 NetworkChangeNotifier* network_change_notifier_;
269 explicit NetworkChangeNotifier(
318 DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifier);