Searched defs:SocketStreamJob (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/socket_stream/
H A Dsocket_stream_job.h23 // SocketStreamJob represents full-duplex communication over SocketStream.
27 // Registers the protocol specific SocketStreamJob by RegisterProtocolFactory
28 // and call CreateSocketStreamJob to create SocketStreamJob for the URL.
29 class NET_EXPORT SocketStreamJob class in namespace:net
30 : public base::RefCountedThreadSafe<SocketStreamJob> {
33 typedef SocketStreamJob* (ProtocolFactory)(const GURL& url,
41 static SocketStreamJob* CreateSocketStreamJob(
49 SocketStreamJob();
84 friend class base::RefCountedThreadSafe<SocketStreamJob>;
85 virtual ~SocketStreamJob();
[all...]
H A Dsocket_stream_job.cc16 SocketStreamJob::ProtocolFactory* SocketStreamJob::RegisterProtocolFactory(
23 SocketStreamJob* SocketStreamJob::CreateSocketStreamJob(
42 SocketStreamJob::SocketStreamJob() {} function in class:net::SocketStreamJob
44 SocketStream::UserData* SocketStreamJob::GetUserData(const void* key) const {
48 void SocketStreamJob::SetUserData(const void* key,
53 void SocketStreamJob::Connect() {
57 bool SocketStreamJob
[all...]

Completed in 808 milliseconds