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();
552 queued_connect_.reset(new ConnectRequest(
558 // haven't, and queued_connect_ has not been cleared (e.g. by a successful
570 // If queued_connect_ has been cleared (e.g. another connect request occurred
572 if (!queued_connect_)
575 NET_LOG_ERROR("Certificate load timeout", queued_connect_->service_path);
576 InvokeErrorCallback(queued_connect_->service_path,
577 queued_connect_->error_callback,
579 queued_connect_
[all...]
H A Dnetwork_connection_handler.h235 scoped_ptr<ConnectRequest> queued_connect_; member in class:chromeos::NetworkConnectionHandler

Completed in 87 milliseconds