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 345 UrlInfo::ResolutionMotivation motivation(UrlInfo::OMNIBOX_MOTIVATED);
379 PreconnectUrl(CanonicalizeUrl(url), GURL(), motivation, local
405 CanonicalizeUrl(url), motivation));
416 UrlInfo::ResolutionMotivation motivation(UrlInfo::EARLY_LOAD_MOTIVATED);
419 motivation, kConnectionsNeeded); local
553 UrlInfo::ResolutionMotivation motivation) {
557 AppendToResolutionQueue(*it, motivation);
564 UrlInfo::ResolutionMotivation motivation) {
568 AppendToResolutionQueue(url, motivation);
848 UrlInfo::ResolutionMotivation motivation) {
1060 const UrlInfo::ResolutionMotivation motivation = local
    [all...]

Completed in 179 milliseconds