Home
last modified time | relevance | path

Searched refs:ResponseWasCached (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Durlrequest_ctocpp.h42 bool ResponseWasCached() override;
Durlrequest_ctocpp.cc140 NO_SANITIZE("cfi-icall") bool CefURLRequestCToCpp::ResponseWasCached() { in ResponseWasCached() function in CefURLRequestCToCpp
/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.h33 bool ResponseWasCached() override;
Drender_urlrequest_impl.cc170 response_was_cached_ = blink_glue::ResponseWasCached(response); in OnStopRedirect()
189 response_was_cached_ = blink_glue::ResponseWasCached(response); in OnResponse()
463 bool CefRenderURLRequest::ResponseWasCached() { in ResponseWasCached() function in CefRenderURLRequest
Dblink_glue.h93 BLINK_EXPORT bool ResponseWasCached(const blink::WebURLResponse& response);
Dblink_glue.cc235 bool ResponseWasCached(const blink::WebURLResponse& response) { in ResponseWasCached() function
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.h50 bool ResponseWasCached() override;
Dbrowser_urlrequest_impl.cc667 bool CefBrowserURLRequest::ResponseWasCached() { in ResponseWasCached() function in CefBrowserURLRequest
/third_party/cef/include/
Dcef_urlrequest.h121 virtual bool ResponseWasCached() = 0;
/third_party/cef/libcef_dll/cpptoc/
Durlrequest_cpptoc.cc155 bool _retval = CefURLRequestCppToC::Get(self)->ResponseWasCached(); in urlrequest_response_was_cached()
/third_party/cef/tests/ceftests/
Dtest_request.cc82 response_was_cached_ = request->ResponseWasCached(); in OnRequestComplete()