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 243 UrlInfo::ResolutionMotivation motivation(UrlInfo::OMNIBOX_MOTIVATED);
278 CanonicalizeUrl(url), GURL(), motivation, kConnectionsNeeded); local
302 CanonicalizeUrl(url), motivation));
315 UrlInfo::ResolutionMotivation motivation(UrlInfo::EARLY_LOAD_MOTIVATED);
318 motivation, kConnectionsNeeded); local
449 UrlInfo::ResolutionMotivation motivation) {
453 AppendToResolutionQueue(*it, motivation);
460 UrlInfo::ResolutionMotivation motivation) {
464 AppendToResolutionQueue(url, motivation);
751 UrlInfo::ResolutionMotivation motivation) {
978 const UrlInfo::ResolutionMotivation motivation = local
    [all...]

Completed in 75 milliseconds