HomeSort by relevance Sort by last modified time
    Searched defs:motivation (Results 1 - 2 of 2) 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_org/chrome/browser/net/
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...]

Completed in 125 milliseconds