Home | History | Annotate | Download | only in url_request

Lines Matching defs:TestNetworkDelegate

29 // These constants put the NetworkDelegate events of TestNetworkDelegate
31 // |TestNetworkDelegate::next_states_| to check that we do not send
308 TestNetworkDelegate::TestNetworkDelegate()
327 TestNetworkDelegate::~TestNetworkDelegate() {
330 event_order_[i->first] += "~TestNetworkDelegate\n";
335 bool TestNetworkDelegate::GetLoadTimingInfoBeforeRedirect(
341 bool TestNetworkDelegate::GetLoadTimingInfoBeforeAuth(
347 void TestNetworkDelegate::InitRequestStatesIfNew(int request_id) {
358 int TestNetworkDelegate::OnBeforeURLRequest(
377 int TestNetworkDelegate::OnBeforeSendHeaders(
393 void TestNetworkDelegate::OnBeforeSendProxyHeaders(
401 void TestNetworkDelegate::OnSendHeaders(
414 int TestNetworkDelegate::OnHeadersReceived(
452 void TestNetworkDelegate::OnBeforeRedirect(URLRequest* request,
476 void TestNetworkDelegate::OnResponseStarted(URLRequest* request) {
494 void TestNetworkDelegate::OnRawBytesRead(const URLRequest& request,
498 void TestNetworkDelegate::OnCompleted(URLRequest* request, bool started) {
523 void TestNetworkDelegate::OnURLRequestDestroyed(URLRequest* request) {
533 void TestNetworkDelegate::OnPACScriptError(int line_number,
537 NetworkDelegate::AuthRequiredResponse TestNetworkDelegate::OnAuthRequired(
563 bool TestNetworkDelegate::OnCanGetCookies(const URLRequest& request,
576 bool TestNetworkDelegate::OnCanSetCookie(const URLRequest& request,
592 bool TestNetworkDelegate::OnCanAccessFile(const URLRequest& request,
597 bool TestNetworkDelegate::OnCanThrottleRequest(
602 int TestNetworkDelegate::OnBeforeSocketStreamConnect(
608 bool TestNetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(