socket_handle_ 231 google_apis/gcm/engine/connection_factory_impl.cc DCHECK(!socket_handle_.socket()); socket_handle_ 253 google_apis/gcm/engine/connection_factory_impl.cc connection_handler_->Init(login_request, socket_handle_.socket()); socket_handle_ 381 google_apis/gcm/engine/connection_factory_impl.cc &socket_handle_, socket_handle_ 485 google_apis/gcm/engine/connection_factory_impl.cc if (socket_handle_.socket() && socket_handle_.socket()->IsConnected()) socket_handle_ 486 google_apis/gcm/engine/connection_factory_impl.cc socket_handle_.socket()->Disconnect(); socket_handle_ 487 google_apis/gcm/engine/connection_factory_impl.cc socket_handle_.Reset(); socket_handle_ 129 google_apis/gcm/engine/connection_factory_impl.h net::ClientSocketHandle socket_handle_; socket_handle_ 519 net/http/http_stream_parser_unittest.cc socket_handle_.reset(new ClientSocketHandle); socket_handle_ 533 net/http/http_stream_parser_unittest.cc socket_handle_->SetSocket(transport_.PassAs<StreamSocket>()); socket_handle_ 540 net/http/http_stream_parser_unittest.cc socket_handle_.get(), &request_info_, read_buffer(), BoundNetLog())); socket_handle_ 573 net/http/http_stream_parser_unittest.cc scoped_ptr<ClientSocketHandle> socket_handle_; socket_handle_ 52 ppapi/proxy/ppb_broker_proxy.cc base::SyncSocket::Handle socket_handle_; socket_handle_ 64 ppapi/proxy/ppb_broker_proxy.cc socket_handle_ = base::kInvalidPlatformFileValue; socket_handle_ 87 ppapi/proxy/ppb_broker_proxy.cc if (socket_handle_ == base::kInvalidPlatformFileValue) socket_handle_ 89 ppapi/proxy/ppb_broker_proxy.cc *handle = PlatformFileToInt(socket_handle_); socket_handle_ 96 ppapi/proxy/ppb_broker_proxy.cc DCHECK(socket_handle_ == base::kInvalidPlatformFileValue); socket_handle_ 97 ppapi/proxy/ppb_broker_proxy.cc socket_handle_ = IPC::PlatformFileForTransitToPlatformFile(socket_handle);