/external/chromium/chrome/browser/net/ |
preconnect.h | 22 UrlInfo::ResolutionMotivation motivation, 29 UrlInfo::ResolutionMotivation motivation,
|
preconnect.cc | 24 UrlInfo::ResolutionMotivation motivation, 30 NewRunnableFunction(PreconnectOnIOThread, url, motivation, 38 UrlInfo::ResolutionMotivation motivation, 49 UMA_HISTOGRAM_ENUMERATION("Net.PreconnectMotivation", motivation, 74 // Translate the motivation from UrlRequest motivations to HttpRequest 76 switch (motivation) { 78 request_info.motivation = net::HttpRequestInfo::OMNIBOX_MOTIVATED; 81 request_info.motivation = net::HttpRequestInfo::PRECONNECT_MOTIVATED; 85 request_info.motivation = net::HttpRequestInfo::EARLY_LOAD_MOTIVATED;
|
predictor.cc | 132 UrlInfo::ResolutionMotivation motivation) { 136 AppendToResolutionQueue(*it, motivation); 143 UrlInfo::ResolutionMotivation motivation) { 147 AppendToResolutionQueue(url, motivation); 174 UrlInfo::ResolutionMotivation motivation(UrlInfo::OMNIBOX_MOTIVATED); 207 PreconnectOnUIThread(CanonicalizeUrl(url), motivation, local 233 motivation)); 239 UrlInfo::ResolutionMotivation motivation(UrlInfo::EARLY_LOAD_MOTIVATED); 241 PreconnectOnUIThread(CanonicalizeUrl(url), motivation, local 275 const UrlInfo::ResolutionMotivation motivation local [all...] |
predictor.h | 74 UrlInfo::ResolutionMotivation motivation); 76 UrlInfo::ResolutionMotivation motivation); 153 // Some names that are queued up have |motivation| that requires very rapid 157 // clicking on a link. By tagging (with a motivation) each push we make into 165 UrlInfo::ResolutionMotivation motivation); 243 UrlInfo::ResolutionMotivation motivation);
|
url_info.h | 39 LINKED_MAX_MOTIVATED, // enum demarkation above motivation from links. 93 void SetQueuedState(ResolutionMotivation motivation); 149 void SetMotivation(ResolutionMotivation motivation); 176 // Motivation for creation of this instance. 179 // Record if the motivation for prefetching was ever a page-link-scan.
|
url_info.cc | 93 void UrlInfo::SetQueuedState(ResolutionMotivation motivation) { 98 SetMotivation(motivation); 281 "<th>Motivation</th>" 286 "<td>%s</td>" // Motivation. 315 void UrlInfo::SetMotivation(ResolutionMotivation motivation) { 316 motivation_ = motivation; 317 if (motivation < LINKED_MAX_MOTIVATED)
|
predictor_unittest.cc | 267 const GURL& motivation, const ListValue& referral_list) { 277 if (motivation == GURL(existing_spec)) 293 static void AddToSerializedList(const GURL& motivation, 297 // Find the motivation if it is already used. 298 ListValue* motivation_list = FindSerializationMotivation(motivation, 301 // This is the first mention of this motivation, so build a list. 303 motivation_list->Append(new StringValue(motivation.spec())); 325 // For a given motivation, and subresource, find what latency is currently 329 static bool GetDataFromSerialization(const GURL& motivation, 333 ListValue* motivation_list = FindSerializationMotivation(motivation, [all...] |
predictor_api.cc | 41 UrlInfo::ResolutionMotivation motivation); 177 UrlInfo::ResolutionMotivation motivation) { 184 g_predictor->ResolveList(urls, motivation); 190 &Predictor::ResolveList, urls, motivation));
|
/external/chromium/net/http/ |
http_request_info.cc | 12 motivation(NORMAL_MOTIVATION),
|
http_request_info.h | 23 NORMAL_MOTIVATION, // No special motivation associated with the request. 53 // The motivation behind this request. 54 RequestMotivation motivation; member in struct:net::HttpRequestInfo
|
/external/chromium_org/net/http/ |
http_request_info.cc | 12 motivation(NORMAL_MOTIVATION),
|
http_request_info.h | 25 NORMAL_MOTIVATION, // No special motivation associated with the request. 49 // The motivation behind this request. 50 RequestMotivation motivation; member in struct:net::HttpRequestInfo
|
/external/chromium_org/chrome/browser/net/ |
preconnect.h | 26 UrlInfo::ResolutionMotivation motivation, 35 UrlInfo::ResolutionMotivation motivation,
|
preconnect.cc | 27 UrlInfo::ResolutionMotivation motivation, 35 motivation, count, make_scoped_refptr(getter))); 43 UrlInfo::ResolutionMotivation motivation, 53 UMA_HISTOGRAM_ENUMERATION("Net.PreconnectMotivation", motivation, 83 // Translate the motivation from UrlRequest motivations to HttpRequest 85 switch (motivation) { 87 request_info.motivation = net::HttpRequestInfo::OMNIBOX_MOTIVATED; 90 request_info.motivation = net::HttpRequestInfo::PRECONNECT_MOTIVATED; 95 request_info.motivation = net::HttpRequestInfo::EARLY_LOAD_MOTIVATED;
|
predictor.h | 157 UrlInfo::ResolutionMotivation motivation); 159 void Resolve(const GURL& url, UrlInfo::ResolutionMotivation motivation); 215 UrlInfo::ResolutionMotivation motivation); 235 UrlInfo::ResolutionMotivation motivation, int count); 239 UrlInfo::ResolutionMotivation motivation, 311 // Some names that are queued up have |motivation| that requires very rapid 315 // clicking on a link. By tagging (with a motivation) each push we make into 323 UrlInfo::ResolutionMotivation motivation); 420 UrlInfo::ResolutionMotivation motivation, 443 UrlInfo::ResolutionMotivation motivation); [all...] |
predictor.cc | 359 UrlInfo::ResolutionMotivation motivation(UrlInfo::OMNIBOX_MOTIVATED); 393 PreconnectUrl(CanonicalizeUrl(url), GURL(), motivation, local 418 CanonicalizeUrl(url), motivation)); 429 UrlInfo::ResolutionMotivation motivation(UrlInfo::EARLY_LOAD_MOTIVATED); 432 motivation, kConnectionsNeeded); local 563 UrlInfo::ResolutionMotivation motivation) { 567 AppendToResolutionQueue(*it, motivation); 574 UrlInfo::ResolutionMotivation motivation) { 578 AppendToResolutionQueue(url, motivation); 858 UrlInfo::ResolutionMotivation motivation) { 1092 const UrlInfo::ResolutionMotivation motivation = local [all...] |
url_info.h | 38 LINKED_MAX_MOTIVATED, // enum demarkation above motivation from links. 90 void SetQueuedState(ResolutionMotivation motivation); 146 void SetMotivation(ResolutionMotivation motivation); 170 // Motivation for creation of this instance. 173 // Record if the motivation for prefetching was ever a page-link-scan.
|
url_info.cc | 112 void UrlInfo::SetQueuedState(ResolutionMotivation motivation) { 117 SetMotivation(motivation); 300 "<th>Motivation</th>" 305 "<td>%s</td>" // Motivation. 334 void UrlInfo::SetMotivation(ResolutionMotivation motivation) { 335 motivation_ = motivation; 336 if (motivation < LINKED_MAX_MOTIVATED)
|
predictor_unittest.cc | 268 const GURL& motivation, 279 if (motivation == GURL(existing_spec)) 285 static ListValue* FindSerializationMotivation(const GURL& motivation, 288 motivation, static_cast<const ListValue*>(referral_list))); 302 static void AddToSerializedList(const GURL& motivation, 306 // Find the motivation if it is already used. 307 ListValue* motivation_list = FindSerializationMotivation(motivation, 310 // This is the first mention of this motivation, so build a list. 312 motivation_list->Append(new StringValue(motivation.spec())); 332 // For a given motivation, and subresource, find what latency is currentl [all...] |
/external/chromium_org/chrome/renderer/net/ |
prescient_networking_dispatcher.cc | 23 // Returns true if preconnect is enabled for given motivation. 27 blink::WebPreconnectMotivation motivation) { 31 switch (motivation) { 64 blink::WebPreconnectMotivation motivation) { 65 if (isPreconnectEnabledForMotivation(motivation))
|
prescient_networking_dispatcher.h | 20 blink::WebPreconnectMotivation motivation) OVERRIDE;
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
proxy_advisor.h | 25 // Proxy-Host-Advisory: <motivation> <url> 26 // Where <motivation> is a string describing what is motivating the 56 // |motivation| and |is_preconnect| are used to determine a motivation string 61 chrome_browser_net::UrlInfo::ResolutionMotivation motivation,
|
proxy_advisor.cc | 45 chrome_browser_net::UrlInfo::ResolutionMotivation motivation, 47 switch (motivation) { 109 chrome_browser_net::UrlInfo::ResolutionMotivation motivation, 116 std::string motivation_name(MotivationName(motivation, is_preconnect));
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
README | 34 The motivation behind this state tracker is that the Xorg state tracker has
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
README | 34 The motivation behind this state tracker is that the Xorg state tracker has
|