HomeSort by relevance Sort by last modified time
    Searched defs:motivation (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
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/net/http/
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/chrome/browser/net/
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...]
  /external/chromium_org/chrome/browser/net/
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...]

Completed in 44 milliseconds