Home
last modified time | relevance | path

Searched refs:was_after_preconnect_request (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/webkit/child/
Dweburlrequest_extradata_impl.cc15 bool was_after_preconnect_request) in WebURLRequestExtraDataImpl() argument
18 was_after_preconnect_request_(was_after_preconnect_request) { in WebURLRequestExtraDataImpl()
Dweburlrequest_extradata_impl.h29 bool was_after_preconnect_request); in NON_EXPORTED_BASE()
36 bool was_after_preconnect_request() { return was_after_preconnect_request_; } in NON_EXPORTED_BASE()
/external/chromium_org/content/child/
Drequest_extra_data.cc14 bool was_after_preconnect_request, in RequestExtraData() argument
28 was_after_preconnect_request), in RequestExtraData()
Drequest_extra_data.h22 bool was_after_preconnect_request, in NON_EXPORTED_BASE()
/external/chromium_org/content/renderer/pepper/
Durl_request_info_util.cc178 bool was_after_preconnect_request = false; in CreateWebURLRequest() local
182 was_after_preconnect_request)); in CreateWebURLRequest()
/external/chromium_org/content/renderer/
Drender_frame_impl.cc960 bool was_after_preconnect_request = true; in willRequestAfterPreconnect() local
964 referrer_policy, custom_user_agent, was_after_preconnect_request)); in willRequestAfterPreconnect()
1018 bool was_after_preconnect_request = false; in willSendRequest() local
1024 was_after_preconnect_request = in willSendRequest()
1025 old_extra_data->was_after_preconnect_request(); in willSendRequest()
1053 was_after_preconnect_request, in willSendRequest()
1074 if (was_after_preconnect_request) in willSendRequest()
/external/chromium_org/content/public/renderer/
Ddocument_state.h177 bool was_after_preconnect_request() { return was_after_preconnect_request_; } in NON_EXPORTED_BASE()
/external/chromium_org/chrome/renderer/
Dpage_load_histograms.cc668 if (document_state->was_after_preconnect_request()) { in Dump()