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

  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.h 49 // failed, then the associated message is shown, otherwise |shill_error|
53 const std::string& shill_error,
59 const std::string& shill_error,
64 const std::string& shill_error,
70 const std::string& shill_error,
network_state_notifier.cc 194 const std::string& shill_error,
198 ShowConnectErrorNotification(error_name, shill_error, service_path,
206 weak_ptr_factory_.GetWeakPtr(), error_name, shill_error),
208 weak_ptr_factory_.GetWeakPtr(), error_name, shill_error,
214 const std::string& shill_error,
217 ShowConnectErrorNotification(error_name, shill_error, service_path,
223 const std::string& shill_error,
228 ShowConnectErrorNotification(error_name, shill_error, service_path,
234 const std::string& shill_error,
240 // so rely on |shill_error| unless empty
    [all...]
network_connect.cc 63 const std::string& shill_error,
66 ShowNetworkConnectError(error_name, shill_error, service_path);
154 std::string shill_error; local
156 chromeos::network_handler::kErrorDetail, &shill_error);
157 ShowErrorNotification(error_name, shill_error, service_path);
  /external/chromium_org/chromeos/network/
network_connection_handler.cc 616 std::string shill_error = network->error(); local
629 if (!shill_error.empty())
630 error_msg += ": " + shill_error;
638 error_callback, service_path, error_name, shill_error);

Completed in 140 milliseconds