Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc296 void OnURLLoaderError(uint32_t custom_reason, const std::string& description);
426 &InterceptedRequest::OnURLLoaderError, base::Unretained(this))); in InterceptedRequest()
1090 void InterceptedRequest::OnURLLoaderError(uint32_t custom_reason, in OnURLLoaderError() function in net_service::InterceptedRequest