Searched refs:SendErrorCallback (Results 1 – 1 of 1) sorted by relevance
308 void SendErrorCallback(int error_code, bool safebrowsing_hit);431 SendErrorCallback(status_.error_code, false); in ~InterceptedRequest()1093 SendErrorCallback(safe_browsing::kNetErrorCodeForSafeBrowsing, true); in OnURLLoaderError()1142 SendErrorCallback(status_.error_code, false); in SendErrorStatusAndCompleteImmediately()1147 void InterceptedRequest::SendErrorCallback(int error_code, in SendErrorCallback() function in net_service::InterceptedRequest