Searched refs:queued_connect_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_connection_handler.cc224 if (queued_connect_) {
247 queued_connect_.reset();
563 queued_connect_.reset(new ConnectRequest(
569 // haven't, and queued_connect_ has not been cleared (e.g. by a successful
581 // If queued_connect_ has been cleared (e.g. another connect request occurred
583 if (!queued_connect_)
586 NET_LOG_ERROR("Certificate load timeout", queued_connect_->service_path);
587 InvokeErrorCallback(queued_connect_->service_path,
588 queued_connect_->error_callback,
590 queued_connect_
[all...]
H A Dnetwork_connection_handler.h239 scoped_ptr<ConnectRequest> queued_connect_; member in class:chromeos::NetworkConnectionHandler

Completed in 59 milliseconds