/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.
|
/external/chromium_org/chrome/browser/net/ |
preconnect.h | 5 // A Preconnect instance maintains state while a TCP/IP connection is made, and 21 // Try to preconnect. Typically motivated by OMNIBOX to reach search service. 30 // Try to preconnect. Typically used by predictor when a subresource probably
|
timed_cache.h | 17 // When we learn about subresources to possibly preconnect to, it would be a 18 // waste to preconnect when the original navigation was too long ago. Any
|
connect_interceptor.h | 32 // Learn about referrers, and optionally preconnect based on history.
|
preconnect.cc | 5 #include "chrome/browser/net/preconnect.h"
|
predictor.h | 65 // methods are initialization / shutdown related (including preconnect 96 // We don't bother learning to preconnect via a GET if the original URL 125 // preconnect to the search server). 128 // Preconnect a URL and all of its subresource domains. 489 // predictor. Used by Preconnect.
|
predictor.cc | 28 #include "chrome/browser/net/preconnect.h" 133 // This records UMAs for preconnect usage based on navigation URLs to 134 // gather precision/recall for user-event based preconnect triggers. 135 // Stats are gathered via a LRU cache that remembers all preconnect within the 137 // A preconnect trigger is considered as used iff a navigation including 145 // Record a preconnect trigger to |url|. 158 // This tracks whether a preconnect was used in some navigation or not 250 // Record the preconnect trigger for the url as used if exist 365 // The omnibox suggests a search URL (for which we can preconnect) after 369 // to reduce the useless preconnect rate [all...] |
/external/chromium_org/chrome/renderer/net/ |
prescient_networking_dispatcher.cc | 23 // Returns true if preconnect is enabled for given motivation. 24 // The preconnect via {mouse,gesture} event is enabled for limited userbase 62 void PrescientNetworkingDispatcher::preconnect( function in class:PrescientNetworkingDispatcher
|
prescient_networking_dispatcher.h | 19 virtual void preconnect(const blink::WebURL& url,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebPrescientNetworking.h | 41 // FIXME: Passing preconnect motivation to the platform is layering vioration. 43 // preconnect in different triggers one at a time. This enum can be safely 60 // When a page navigation is speculated, preconnect is triggered to hide 62 virtual void preconnect(const WebURL&, WebPreconnectMotivation) { } function in class:blink::WebPrescientNetworking
|
/external/chromium_org/chrome/browser/resources/predictors/ |
predictors.css | 55 tr.action-preconnect td {
|
autocomplete_action_predictor.js | 58 (entry.confidence > 0.5 ? 'action-preconnect' :
|
/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);
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
proxy_advisor.h | 20 // Accessory class for net/preconnect to be used in conjunction with the 51 // preconnect or pre-resolve hostnames prior to the browser sending actual
|
/external/chromium_org/chrome/browser/chromeos/login/ |
auth_prewarmer.cc | 10 #include "chrome/browser/net/preconnect.h"
|
/external/chromium_org/net/http/ |
http_stream_factory_impl_job.h | 52 // Preconnect will attempt to request |num_streams| sockets from the 54 int Preconnect(int num_streams); 89 // Indicates whether or not this job is performing a preconnect. 309 // preconnect.
|
http_stream_factory_impl.h | 121 // Called when the Preconnect completes. Used for testing. 148 // These jobs correspond to preconnect requests and have no associated Request
|
/external/chromium_org/chrome/browser/android/omnibox/ |
omnibox_prerender.cc | 118 // TODO (apiccion) add preconnect logic
|
/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
|