Searched refs:check_error_state (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_connection_handler.h98 // If |check_error_state| is true, the current state of the network is
104 bool check_error_state);
151 // pending_requests_[service_path]. |check_error_state| is passed from
153 void VerifyConfiguredAndConnect(bool check_error_state,
H A Dnetwork_connection_handler_unittest.cc84 const bool check_error_state = true; local
91 check_error_state);
H A Dnetwork_connection_handler.cc201 false /* check_error_state */);
212 bool check_error_state) {
245 if (check_error_state) {
285 AsWeakPtr(), check_error_state),
337 bool check_error_state,
451 } else if (check_error_state &&
507 // 'Connectable' is false. If |check_error_state| is true, signal an
510 if (check_error_state)
208 ConnectToNetwork( const std::string& service_path, const base::Closure& success_callback, const network_handler::ErrorCallback& error_callback, bool check_error_state) argument
336 VerifyConfiguredAndConnect( bool check_error_state, const std::string& service_path, const base::DictionaryValue& service_properties) argument
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.cc183 // If |check_error_state| is true, error state for the network is checked,
189 bool check_error_state,
200 check_error_state);
225 const bool check_error_state = false; local
227 CallConnectToNetwork(service_path, check_error_state, parent_window);
260 const bool check_error_state = false; local
266 service_path, check_error_state,
337 const bool check_error_state = true; local
338 CallConnectToNetwork(service_path, check_error_state, parent_window);
188 CallConnectToNetwork(const std::string& service_path, bool check_error_state, gfx::NativeWindow parent_window) argument
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_api_chromeos.cc447 const bool check_error_state = false; local
456 check_error_state);

Completed in 575 milliseconds