Searched defs:NetworkChangeNotifier (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dnetwork_change_notifier.cc23 NetworkChangeNotifier* g_network_change_notifier = NULL;
25 class MockNetworkChangeNotifier : public NetworkChangeNotifier {
32 NetworkChangeNotifier::~NetworkChangeNotifier() {
37 NetworkChangeNotifier* NetworkChangeNotifier::Create() {
51 bool NetworkChangeNotifier::IsOffline() {
57 NetworkChangeNotifier* NetworkChangeNotifier::CreateMock() {
61 void NetworkChangeNotifier
90 NetworkChangeNotifier::NetworkChangeNotifier() function in class:net::NetworkChangeNotifier
[all...]
H A Dnetwork_change_notifier.h15 // NetworkChangeNotifier monitors the system for network changes, and notifies
18 class NET_EXPORT NetworkChangeNotifier { class in namespace:net
40 // See NetworkChangeNotifier::IsOffline() for important caveats about
51 virtual ~NetworkChangeNotifier();
53 // See the description of NetworkChangeNotifier::IsOffline().
58 // Creates the process-wide, platform-specific NetworkChangeNotifier. The
64 static NetworkChangeNotifier* Create();
77 static NetworkChangeNotifier* CreateMock();
105 NetworkChangeNotifier();
119 DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifier);
[all...]

Completed in 54 milliseconds