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

1 2 3

  /external/chromium/net/base/
cert_database.cc 51 &CertDatabase::Observer::OnUserCertAdded, make_scoped_refptr(cert));
57 &CertDatabase::Observer::OnCertTrustChanged, make_scoped_refptr(cert));
  /external/chromium/net/disk_cache/
in_flight_io.cc 77 io_list_.erase(make_scoped_refptr(operation));
84 io_list_.insert(make_scoped_refptr(operation));
mem_entry_impl.cc 68 make_scoped_refptr(new EntryCreationParameters(key, true)));
174 make_scoped_refptr(
183 make_scoped_refptr(new ReadWriteCompleteParameters(result)));
193 make_scoped_refptr(
202 make_scoped_refptr(new ReadWriteCompleteParameters(result)));
212 make_scoped_refptr(
225 make_scoped_refptr(
239 make_scoped_refptr(
246 make_scoped_refptr(
368 make_scoped_refptr(new SparseReadWriteParameters
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_toolbar_model.cc 62 toolitems_.insert(iter, make_scoped_refptr(extension));
72 toolitems_.push_back(make_scoped_refptr(extension));
134 make_scoped_refptr(extension));
138 toolitems_.push_back(make_scoped_refptr(extension));
197 unsorted.push_back(make_scoped_refptr(extension));
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.cc 54 make_scoped_refptr(profile_->GetRequestContext()),
55 make_scoped_refptr(source)));
139 request_id, make_scoped_refptr(bytes)));
  /external/chromium/chrome/browser/
plugin_data_remover_helper.cc 79 internal_ = make_scoped_refptr(new Internal(pref_name, prefs));
memory_purger.cc 104 make_scoped_refptr(profiles[i]->GetRequestContext()));
  /external/chromium/net/spdy/
spdy_stream.cc 158 make_scoped_refptr(new NetLogSpdyStreamWindowUpdateParameter(
181 make_scoped_refptr(new NetLogSpdyStreamWindowUpdateParameter(
197 make_scoped_refptr(new NetLogSpdyStreamWindowUpdateParameter(
208 make_scoped_refptr(new NetLogSpdyStreamWindowUpdateParameter(
308 pending_buffers_.push_back(make_scoped_refptr(buf));
341 pending_buffers_.push_back(make_scoped_refptr(buf));
spdy_session_pool.cc 75 make_scoped_refptr(new NetLogSourceParameter(
90 make_scoped_refptr(new NetLogSourceParameter(
103 make_scoped_refptr(new NetLogSourceParameter(
130 make_scoped_refptr(new NetLogSourceParameter(
157 make_scoped_refptr(new NetLogSourceParameter(
spdy_session.cc 286 make_scoped_refptr(
520 make_scoped_refptr(
562 make_scoped_refptr(
577 make_scoped_refptr(new NetLogSpdyDataParameter(stream_id, len, flags)));
599 make_scoped_refptr(new NetLogSpdyRstParameter(stream_id, status)));
904 make_scoped_refptr(new NetLogIntegerParameter("status", err)));
1000 spdy_session_pool_->Remove(make_scoped_refptr(this));
    [all...]
spdy_proxy_client_socket.cc 342 make_scoped_refptr(new NetLogHttpRequestParameter(
382 make_scoped_refptr(new NetLogHttpResponseParameter(response_.headers)));
456 make_scoped_refptr(new DrainableIOBuffer(io_buffer, length)));
spdy_http_stream.cc 127 response_body_.push_front(make_scoped_refptr(new_buffer));
361 response_body_.push_back(make_scoped_refptr(io_buffer));
  /external/chromium/chrome/browser/printing/
print_job_manager.cc 64 queued_queries_.push_back(make_scoped_refptr(job));
119 current_jobs_.push_back(make_scoped_refptr(print_job));
  /external/chromium/chrome/browser/sync/engine/
verify_updates_command_unittest.cc 33 workers()->push_back(make_scoped_refptr(new MockDBModelWorker()));
34 workers()->push_back(make_scoped_refptr(new MockUIModelWorker()));
download_updates_command_unittest.cc 28 workers()->push_back(make_scoped_refptr(new ModelSafeWorker()));
  /external/chromium/net/socket/
client_socket_handle.cc 119 make_scoped_refptr(new NetLogSourceParameter(
socks5_client_socket.cc 328 make_scoped_refptr(new NetLogIntegerParameter("version", buffer_[0])));
334 make_scoped_refptr(new NetLogIntegerParameter("method", buffer_[1])));
439 make_scoped_refptr(
446 make_scoped_refptr(
467 make_scoped_refptr(
nss_ssl_util.cc 244 make_scoped_refptr(new SSLFailedNSSFunctionParams(function, param)));
ssl_server_socket_nss.cc 490 make_scoped_refptr(new SSLErrorParams(rv, prerr)));
505 make_scoped_refptr(new SSLErrorParams(rv, prerr)));
551 make_scoped_refptr(new SSLErrorParams(rv, 0)));
575 make_scoped_refptr(new SSLErrorParams(rv, 0)));
606 make_scoped_refptr(new SSLErrorParams(net_error, prerr)));
tcp_server_socket_libevent.cc 167 make_scoped_refptr(new NetLogStringParameter(
tcp_server_socket_win.cc 151 make_scoped_refptr(new NetLogStringParameter(
tcp_client_socket_pool.cc 276 make_scoped_refptr(new NetLogStringParameter(
297 make_scoped_refptr(new NetLogStringParameter(
  /external/chromium/net/websockets/
websocket.cc 83 pending_write_bufs_.push_back(make_scoped_refptr(buf));
175 pending_write_bufs_.push_back(make_scoped_refptr(buf));
433 pending_write_bufs_.push_back(make_scoped_refptr(buf));
  /external/chromium/base/memory/
ref_counted.h 296 scoped_refptr<T> make_scoped_refptr(T* t) { function
  /external/chromium/net/http/
http_proxy_client_socket.cc 388 make_scoped_refptr(new NetLogHttpRequestParameter(
424 make_scoped_refptr(new NetLogHttpResponseParameter(response_.headers)));

Completed in 1576 milliseconds

1 2 3