HomeSort by relevance Sort by last modified time
    Searched refs:scoped_refptr (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/net/flip/
flip_stream_unittest.cc 25 explicit FlipSessionPoolPeer(const scoped_refptr<FlipSessionPool>& pool)
28 void RemoveFlipSession(const scoped_refptr<FlipSession>& session) {
33 const scoped_refptr<FlipSessionPool> pool_;
63 scoped_refptr<MockHostResolverBase> host_resolver;
64 scoped_refptr<ProxyService> proxy_service;
65 scoped_refptr<SSLConfigService> ssl_config_service;
67 scoped_refptr<FlipSessionPool> flip_session_pool;
85 scoped_refptr<FlipSession> CreateFlipSession() {
87 scoped_refptr<FlipSession> session(
97 scoped_refptr<HttpNetworkSession> session_
    [all...]
flip_io_buffer.h 36 const scoped_refptr<FlipStream>& stream() const { return stream_; }
46 scoped_refptr<DrainableIOBuffer> buffer_;
49 scoped_refptr<FlipStream> stream_;
flip_session_pool.h 30 scoped_refptr<FlipSession> Get(
37 scoped_refptr<FlipSession> GetFlipSessionFromSocket(
54 typedef std::list<scoped_refptr<FlipSession> > FlipSessionList;
60 void Remove(const scoped_refptr<FlipSession>& session);
flip_network_transaction.h 91 scoped_refptr<LoadLog> load_log_;
93 scoped_refptr<FlipSession> flip_;
99 scoped_refptr<IOBuffer> user_buffer_;
102 scoped_refptr<HttpNetworkSession> session_;
113 scoped_refptr<FlipStream> stream_;
flip_transaction_factory.h 31 scoped_refptr<HttpNetworkSession> session_;
  /external/chromium/net/http/
http_response_info.h 47 scoped_refptr<AuthChallengeInfo> auth_challenge;
53 scoped_refptr<SSLCertRequestInfo> cert_request_info;
59 scoped_refptr<HttpResponseHeaders> headers;
http_network_layer.h 75 scoped_refptr<HostResolver> host_resolver_;
76 scoped_refptr<ProxyService> proxy_service_;
79 scoped_refptr<SSLConfigService> ssl_config_service_;
81 scoped_refptr<HttpNetworkSession> session_;
82 scoped_refptr<FlipSessionPool> flip_session_pool_;
http_network_session.h 45 const scoped_refptr<FlipSessionPool>& flip_session_pool() {
81 scoped_refptr<TCPClientSocketPool> tcp_socket_pool_;
83 scoped_refptr<HostResolver> host_resolver_;
84 scoped_refptr<ProxyService> proxy_service_;
85 scoped_refptr<SSLConfigService> ssl_config_service_;
86 scoped_refptr<FlipSessionPool> flip_session_pool_;
http_request_info.h 38 scoped_refptr<UploadData> upload_data;
http_stream_parser.h 118 scoped_refptr<DrainableIOBuffer> request_headers_;
124 scoped_refptr<GrowableIOBuffer> read_buf_;
149 scoped_refptr<IOBuffer> user_read_buf_;
165 scoped_refptr<LoadLog> load_log_;
  /external/chromium/base/
ref_counted.h 177 // scoped_refptr<MyFoo> foo = new MyFoo();
183 // scoped_refptr<MyFoo> foo = new MyFoo();
191 // The above examples show how scoped_refptr<T> acts like a pointer to T.
192 // Given two scoped_refptr<T> classes, it is also possible to exchange
196 // scoped_refptr<MyFoo> a = new MyFoo();
197 // scoped_refptr<MyFoo> b;
207 // scoped_refptr<MyFoo> a = new MyFoo();
208 // scoped_refptr<MyFoo> b;
215 class scoped_refptr { class
217 scoped_refptr() : ptr_(NULL) function in class:scoped_refptr
220 scoped_refptr(T* p) : ptr_(p) { function in class:scoped_refptr
225 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { function in class:scoped_refptr
231 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { function in class:scoped_refptr
    [all...]
ref_counted_unittest.cc 16 class CheckDerivedMemberAccess : public scoped_refptr<SelfAssign> {
29 scoped_refptr<SelfAssign> var = p;
histogram_unittest.cc 22 scoped_refptr<Histogram> histogram = Histogram::FactoryGet(
24 scoped_refptr<Histogram> histogram1 = Histogram::FactoryGet(
27 scoped_refptr<Histogram> linear_histogram = LinearHistogram::FactoryGet(
29 scoped_refptr<Histogram> linear_histogram1 = LinearHistogram::FactoryGet(
64 scoped_refptr<Histogram> histogram = Histogram::FactoryGet(
69 scoped_refptr<Histogram> histogram1 = Histogram::FactoryGet(
75 scoped_refptr<Histogram> linear_histogram = LinearHistogram::FactoryGet(
77 scoped_refptr<Histogram> linear_histogram1 = LinearHistogram::FactoryGet(
113 scoped_refptr<Histogram> histogram = Histogram::FactoryGet(
124 scoped_refptr<Histogram> short_histogram = Histogram::FactoryGet
    [all...]
waitable_event_watcher.h 150 scoped_refptr<Flag> cancel_flag_;
153 scoped_refptr<WaitableEvent::WaitableEventKernel> kernel_;
  /external/chromium/net/socket/
ssl_client_socket_mac.h 94 scoped_refptr<IOBuffer> user_read_buf_;
98 scoped_refptr<IOBuffer> user_write_buf_;
110 scoped_refptr<X509Certificate> server_cert_;
125 scoped_refptr<IOBuffer> read_io_buf_;
126 scoped_refptr<IOBuffer> write_io_buf_;
128 scoped_refptr<LoadLog> load_log_;
ssl_client_socket_nss.h 107 scoped_refptr<IOBuffer> recv_buffer_;
119 scoped_refptr<IOBuffer> user_read_buf_;
123 scoped_refptr<IOBuffer> user_write_buf_;
129 scoped_refptr<X509Certificate> server_cert_;
135 std::vector<scoped_refptr<X509Certificate> > client_certs_;
156 scoped_refptr<LoadLog> load_log_;
ssl_client_socket_win.h 106 scoped_refptr<IOBuffer> user_read_buf_;
111 scoped_refptr<IOBuffer> user_write_buf_;
115 scoped_refptr<IOBuffer> transport_read_buf_;
116 scoped_refptr<IOBuffer> transport_write_buf_;
135 scoped_refptr<X509Certificate> server_cert_;
186 scoped_refptr<LoadLog> load_log_;
  /external/chromium/net/base/
cert_verifier.h 64 scoped_refptr<Request> request_;
ssl_cert_request_info.h 39 std::vector<scoped_refptr<X509Certificate> > client_certs;
ssl_info.h 35 scoped_refptr<X509Certificate> cert;
ssl_config_service.h 35 scoped_refptr<X509Certificate> cert;
69 scoped_refptr<X509Certificate> client_cert;
  /external/chromium/net/ftp/
ftp_network_layer.h 29 scoped_refptr<FtpNetworkSession> session_;
ftp_network_session.h 29 scoped_refptr<HostResolver> host_resolver_;
  /external/chromium/net/tools/fetch/
http_session.h 22 scoped_refptr<HttpListenSocket> socket_;
  /external/chromium/net/url_request/
url_request_context.h 131 scoped_refptr<net::HostResolver> host_resolver_;
132 scoped_refptr<net::ProxyService> proxy_service_;
133 scoped_refptr<net::SSLConfigService> ssl_config_service_;
136 scoped_refptr<net::CookieStore> cookie_store_;
138 scoped_refptr<net::TransportSecurityState> transport_security_state_;

Completed in 322 milliseconds

1 2 3 4 5 6 7 8