HomeSort by relevance Sort by last modified time
    Searched refs:check_error_state (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/network/
network_connection_handler.h 103 // If |check_error_state| is true, the current state of the network is
109 bool check_error_state);
161 // pending_requests_[service_path]. |check_error_state| is passed from
163 void VerifyConfiguredAndConnect(bool check_error_state,
network_connection_handler.cc 244 bool check_error_state) {
272 if (check_error_state) {
312 AsWeakPtr(), check_error_state),
364 bool check_error_state,
481 } else if (check_error_state &&
524 // 'Connectable' is false. If |check_error_state| is true, signal an
527 if (check_error_state)
594 false /* check_error_state */);
network_connection_handler_unittest.cc 150 const bool check_error_state = true; local
157 check_error_state);
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 203 // If |check_error_state| is true, error state for the network is checked,
207 bool check_error_state) {
217 check_error_state);
243 const bool check_error_state = false; local
244 CallConnectToNetwork(service_path, check_error_state);
293 const bool check_error_state = false; local
298 service_path, check_error_state),
347 const bool check_error_state = true; local
348 CallConnectToNetwork(service_path, check_error_state);
  /external/chromium_org/athena/system/
network_selector.cc 144 const bool check_error_state = false; local
149 check_error_state);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 259 const bool check_error_state = false; local
264 check_error_state);

Completed in 603 milliseconds