Home | History | Annotate | Download | only in chromeos

Lines Matching refs:Network

163 bool NetworkMessageObserver::CheckNetworkFailed(const Network* network) {
164 if (network->failed()) {
166 network_states_.find(network->service_path());
167 // If the network did not previously exist, then don't do anything.
172 // If network connection failed, display a notification.
174 // So if a previously connected network got disconnected for any reason,
177 if (Network::IsConnectingState(prev_state))
184 const Network* new_failed_network = NULL;
191 break; // There should only be one failed network.
202 break; // There should only be one failed network.
214 break; // There should only be one failed network.
278 // If connected cellular network changed, or data plan is different, then
279 // it's a new network. Then hide all previous notifications.
292 // notification whenever they connect to a low data 3g network.
301 const Network* network) {
302 // If user initiated any network connection, we hide the error notification.