/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/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/ |
preconnect.cc | 28 UrlInfo::ResolutionMotivation motivation, 36 motivation, count, make_scoped_refptr(getter))); 44 UrlInfo::ResolutionMotivation motivation, 54 UMA_HISTOGRAM_ENUMERATION("Net.PreconnectMotivation", motivation, 87 // Translate the motivation from UrlRequest motivations to HttpRequest 89 switch (motivation) { 91 request_info.motivation = net::HttpRequestInfo::OMNIBOX_MOTIVATED; 94 request_info.motivation = net::HttpRequestInfo::PRECONNECT_MOTIVATED; 99 request_info.motivation = net::HttpRequestInfo::EARLY_LOAD_MOTIVATED;
|
preconnect.h | 26 UrlInfo::ResolutionMotivation motivation, 35 UrlInfo::ResolutionMotivation motivation,
|
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 | 269 const GURL& motivation, 280 if (motivation == GURL(existing_spec)) 287 const GURL& motivation, 290 motivation, static_cast<const base::ListValue*>(referral_list))); 304 static void AddToSerializedList(const GURL& motivation, 308 // Find the motivation if it is already used. 309 base::ListValue* motivation_list = FindSerializationMotivation(motivation, 312 // This is the first mention of this motivation, so build a list. 314 motivation_list->Append(new base::StringValue(motivation.spec())); 334 // For a given motivation, and subresource, find what latency is currentl [all...] |
predictor.cc | 366 UrlInfo::ResolutionMotivation motivation(UrlInfo::OMNIBOX_MOTIVATED); 400 PreconnectUrl(CanonicalizeUrl(url), GURL(), motivation, local 425 CanonicalizeUrl(url), motivation)); 436 UrlInfo::ResolutionMotivation motivation(UrlInfo::EARLY_LOAD_MOTIVATED); 439 motivation, kConnectionsNeeded); local 570 UrlInfo::ResolutionMotivation motivation) { 574 AppendToResolutionQueue(*it, motivation); 581 UrlInfo::ResolutionMotivation motivation) { 585 AppendToResolutionQueue(url, motivation); 1116 const UrlInfo::ResolutionMotivation motivation = local [all...] |
predictor.h | 71 UrlInfo::ResolutionMotivation motivation, 179 UrlInfo::ResolutionMotivation motivation); 181 void Resolve(const GURL& url, UrlInfo::ResolutionMotivation motivation); 237 UrlInfo::ResolutionMotivation motivation); 257 UrlInfo::ResolutionMotivation motivation, int count); 261 UrlInfo::ResolutionMotivation motivation, 342 // Some names that are queued up have |motivation| that requires very rapid 346 // clicking on a link. By tagging (with a motivation) each push we make into 354 UrlInfo::ResolutionMotivation motivation); 451 UrlInfo::ResolutionMotivation motivation, [all...] |
/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 | 49 chrome_browser_net::UrlInfo::ResolutionMotivation motivation, 51 switch (motivation) { 115 chrome_browser_net::UrlInfo::ResolutionMotivation motivation, 122 std::string motivation_name(MotivationName(motivation, is_preconnect));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/ |
README | 9 before creating another one, and clean up after the test. The motivation
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/ |
README | 9 before creating another one, and clean up after the test. The motivation
|
/external/chromium_org/android_webview/native/ |
aw_browser_dependency_factory.h | 22 // The motivation for this abstraction is to keep code under
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
crc32c.h | 28 // Motivation: it is problematic to compute the CRC of a string that
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_constants.h | 17 // Motivation for 'width' is to make main buttons on the titlebar functional. 18 // Motivation for height is to allow autosized tightly-wrapped panel with a
|
/external/chromium_org/content/browser/ |
startup_task_runner.h | 27 // between startup tasks. The motivation for this is that, on targets where the
|
/external/harfbuzz_ng/src/hb-ucdn/ |
README | 21 and a CMake build script is provided for this. The first motivation
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebPrescientNetworking.h | 41 // FIXME: Passing preconnect motivation to the platform is layering vioration.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
activeTab.html | 77 <h2 id="motivation">Motivation</h2>
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAnchorElement.cpp | 61 void preconnectToURL(const KURL& url, blink::WebPreconnectMotivation motivation) 67 prescientNetworking->preconnect(url, motivation); 566 void HTMLAnchorElement::PrefetchEventHandler::prefetch(blink::WebPreconnectMotivation motivation) 574 if (motivation == blink::WebPreconnectMotivationLinkMouseOver) 577 preconnectToURL(url, motivation);
|
/external/chromium_org/crypto/third_party/nss/ |
chromium-blapit.h | 50 ** values. Again the motivation is so that a compiler can generate
|
/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
|