Home
last modified time | relevance | path

Searched refs:kErrorConnectFailed (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/serial/
Dserial_api.cc40 const char kErrorConnectFailed[] = "Failed to connect to the port."; variable
162 error_ = kErrorConnectFailed; in FinishConnect()
173 error_ = kErrorConnectFailed; in FinishConnect()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_connect.cc161 if (error_name != shill::kErrorConnectFailed || in OnConnectFailed()
499 if (error == shill::kErrorConnectFailed) in ErrorString()
/external/chromium_org/chromeos/network/
Dnetwork_connection_handler.cc573 shill::kErrorConnectFailed, service_path, error_callback, in HandleShillConnectFailure()
622 error_name = shill::kErrorConnectFailed; in CheckPendingRequest()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc319 const char* kErrorConnectFailed = "connect-failed"; variable
672 { kErrorConnectFailed, ERROR_CONNECT_FAILED }, in ParseError()