Home
last modified time | relevance | path

Searched refs:motivation (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/chrome/browser/net/
Dpreconnect.cc28 UrlInfo::ResolutionMotivation motivation, in PreconnectOnUIThread() argument
36 motivation, count, make_scoped_refptr(getter))); in PreconnectOnUIThread()
44 UrlInfo::ResolutionMotivation motivation, in PreconnectOnIOThread() argument
54 UMA_HISTOGRAM_ENUMERATION("Net.PreconnectMotivation", motivation, in PreconnectOnIOThread()
89 switch (motivation) { in PreconnectOnIOThread()
91 request_info.motivation = net::HttpRequestInfo::OMNIBOX_MOTIVATED; in PreconnectOnIOThread()
94 request_info.motivation = net::HttpRequestInfo::PRECONNECT_MOTIVATED; in PreconnectOnIOThread()
99 request_info.motivation = net::HttpRequestInfo::EARLY_LOAD_MOTIVATED; in PreconnectOnIOThread()
Dpredictor.cc243 UrlInfo::ResolutionMotivation motivation(UrlInfo::OMNIBOX_MOTIVATED); in AnticipateOmniboxUrl() local
278 CanonicalizeUrl(url), GURL(), motivation, kConnectionsNeeded); in AnticipateOmniboxUrl()
302 CanonicalizeUrl(url), motivation)); in AnticipateOmniboxUrl()
315 UrlInfo::ResolutionMotivation motivation(UrlInfo::EARLY_LOAD_MOTIVATED); in PreconnectUrlAndSubresources() local
318 motivation, kConnectionsNeeded); in PreconnectUrlAndSubresources()
449 UrlInfo::ResolutionMotivation motivation) { in ResolveList() argument
453 AppendToResolutionQueue(*it, motivation); in ResolveList()
460 UrlInfo::ResolutionMotivation motivation) { in Resolve() argument
464 AppendToResolutionQueue(url, motivation); in Resolve()
751 UrlInfo::ResolutionMotivation motivation) { in DnsPrefetchMotivatedList() argument
[all …]
Dpredictor.h73 UrlInfo::ResolutionMotivation motivation,
174 UrlInfo::ResolutionMotivation motivation);
176 void Resolve(const GURL& url, UrlInfo::ResolutionMotivation motivation);
232 UrlInfo::ResolutionMotivation motivation);
246 UrlInfo::ResolutionMotivation motivation, int count);
250 UrlInfo::ResolutionMotivation motivation,
338 UrlInfo::ResolutionMotivation motivation);
435 UrlInfo::ResolutionMotivation motivation,
463 UrlInfo::ResolutionMotivation motivation);
501 UrlInfo::ResolutionMotivation motivation,
Dpreconnect.h26 UrlInfo::ResolutionMotivation motivation,
35 UrlInfo::ResolutionMotivation motivation,
Durl_info.cc112 void UrlInfo::SetQueuedState(ResolutionMotivation motivation) { in SetQueuedState() argument
117 SetMotivation(motivation); in SetQueuedState()
336 void UrlInfo::SetMotivation(ResolutionMotivation motivation) { in SetMotivation() argument
337 motivation_ = motivation; in SetMotivation()
338 if (motivation < LINKED_MAX_MOTIVATED) in SetMotivation()
Dpredictor_unittest.cc269 const GURL& motivation, in FindSerializationMotivation() argument
280 if (motivation == GURL(existing_spec)) in FindSerializationMotivation()
287 const GURL& motivation, in FindSerializationMotivation() argument
290 motivation, static_cast<const base::ListValue*>(referral_list))); in FindSerializationMotivation()
304 static void AddToSerializedList(const GURL& motivation, in AddToSerializedList() argument
309 base::ListValue* motivation_list = FindSerializationMotivation(motivation, in AddToSerializedList()
314 motivation_list->Append(new base::StringValue(motivation.spec())); in AddToSerializedList()
338 static bool GetDataFromSerialization(const GURL& motivation, in GetDataFromSerialization() argument
343 FindSerializationMotivation(motivation, &referral_list); in GetDataFromSerialization()
706 UrlInfo::ResolutionMotivation motivation, in OnPreconnectUrl() argument
[all …]
Durl_info.h90 void SetQueuedState(ResolutionMotivation motivation);
145 void SetMotivation(ResolutionMotivation motivation);
/external/chromium_org/chrome/browser/net/spdyproxy/
Dproxy_advisor.cc49 chrome_browser_net::UrlInfo::ResolutionMotivation motivation, in MotivationName() argument
51 switch (motivation) { in MotivationName()
115 chrome_browser_net::UrlInfo::ResolutionMotivation motivation, in Advise() argument
122 std::string motivation_name(MotivationName(motivation, is_preconnect)); in Advise()
Dproxy_advisor.h61 chrome_browser_net::UrlInfo::ResolutionMotivation motivation,
/external/chromium_org/net/http/
Dhttp_request_info.cc12 motivation(NORMAL_MOTIVATION), in HttpRequestInfo()
Dhttp_request_info.h50 RequestMotivation motivation; member
Dhttp_stream_factory_impl_job.cc1189 if (request_info_.motivation == HttpRequestInfo::PRECONNECT_MOTIVATED) in SetSocketMotivation()
1191 else if (request_info_.motivation == HttpRequestInfo::OMNIBOX_MOTIVATED) in SetSocketMotivation()
/external/harfbuzz_ng/src/hb-ucdn/
DREADME21 and a CMake build script is provided for this. The first motivation
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
DREADME34 The motivation behind this state tracker is that the Xorg state tracker has
/external/mesa3d/src/gallium/state_trackers/xa/
DREADME34 The motivation behind this state tracker is that the Xorg state tracker has
/external/pixman/
DREADME106 motivation. Each commit message should still be descriptive and
/external/qemu/distrib/sdl-1.2.15/
DREADME.wscons68 Since my main motivation for writing the driver was playing MAME on
/external/clang/docs/
DClangTools.rst174 comments with deduced types. The motivation is that there are developers
DDriverInternals.rst12 is to describe both the motivation and design goals for the driver, as
/external/llvm/docs/
DHowToUseInstrMappings.rst12 for a target. The motivation behind this feature comes from the need to switch
DStackMaps.rst438 An important motivation for this design is to allow a runtime to
/external/libunwind/
DNEWS144 The motivation for this splitting is to keep libunwind.so as minimal
/external/iproute2/doc/actions/
Dactions-general95 The motivation is derived from Unix pipe mechanism but applied to packets.
/external/openssl/crypto/engine/
DREADME15 However, "EVP_CIPHER" underlies the motivation and design of ENGINE_TABLE so
/external/clang/docs/analyzer/
DIPA.txt66 The motivation behind this option is that very generic code can be a source

12