HomeSort by relevance Sort by last modified time
    Searched full:preconnect (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/net/
preconnect.h 5 // A Preconnect instance maintains state while a TCP/IP connection is made, and
18 // Try to preconnect. Typically motivated by OMNIBOX to reach search service.
25 // Try to preconnect. Typically used by predictor when a subresource probably
connect_interceptor.h 25 // Learn about referrers, and optionally preconnect based on history.
predictor_api.h 52 // This will either preresolve the domain name, or possibly preconnect creating
57 // be connecting to the URL. It will preconnect the url and it's associated
preconnect.cc 5 #include "chrome/browser/net/preconnect.h"
predictor.cc 17 #include "chrome/browser/net/preconnect.h"
180 // The omnibox suggests a search URL (for which we can preconnect) after
184 // to reduce the useless preconnect rate.
187 // we need to search/preconnect or not. By waiting for at least 4
204 return; // We've done a preconnect recently.
predictor.h 87 // preconnect to the search server).
90 // Preconnect a URL and all of its subresource domains.
predictor_api.cc 19 #include "chrome/browser/net/preconnect.h"
  /external/chromium/net/http/
http_stream_factory_impl.h 76 // Called when the Preconnect completes. Used for testing.
97 // These jobs correspond to preconnect requests and have no associated Request
http_stream_factory_impl_job.h 48 // Preconnect will attempt to request |num_streams| sockets from the
50 int Preconnect(int num_streams);
79 // Indicates whether or not this job is performing a preconnect.
259 // preconnect.
http_stream_factory_impl.cc 106 job->Preconnect(num_streams);
http_stream_factory_impl_job.cc 94 int HttpStreamFactoryImpl::Job::Preconnect(int num_streams) {
544 // actually need to preconnect any sockets, so we're done.
    [all...]
http_network_transaction_unittest.cc     [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 102 preconnect(outPort, inPort); method
302 private void preconnect(OutputPort outPort, InputPort inPort) { method in class:FilterGraph
  /external/chromium/net/socket/
client_socket_pool_manager.h 136 // desired number of preconnect streams from the relevant socket pool.
client_socket_pool_base.h 103 // used preconnect job.
381 // Searches |jobs_| to see if there's a preconnect ConnectJob, and if so,
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 38 #include "chrome/browser/net/preconnect.h"
254 // This includes preconnect, autofill, metrics service to only name a few;
  /external/chromium/webkit/glue/
webkit_glue.h 268 // Clear the predictor cache (for DNS prefetch and preconnect). Used for
  /external/chromium/net/base/
net_error_list.h 191 // don't bother trying to preconnect more sockets.
  /external/chromium/chrome/common/
chrome_switches.cc 246 const char kDisablePreconnect[] = "disable-preconnect";
469 const char kEnablePreconnect[] = "enable-preconnect";
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc     [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 836 // the preconnect, 2nd and 3rd are the never finished connections.
850 // Preconnect the first.
    [all...]
  /external/chromium-trace/trace-viewer/test_data/
main_thread_has_unclosed_slices.json     [all...]

Completed in 327 milliseconds