HomeSort by relevance Sort by last modified time
    Searched refs:NotifyReceivedRedirect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/
resource_dispatcher_unittest.cc 249 void NotifyReceivedRedirect(int request_id) {
485 NotifyReceivedRedirect(id);
489 NotifyReceivedRedirect(id);
519 NotifyReceivedRedirect(id);
526 NotifyReceivedRedirect(id);
584 NotifyReceivedRedirect(id);
621 NotifyReceivedRedirect(id);
  /external/chromium_org/net/url_request/
url_request.h 688 void NotifyReceivedRedirect(const GURL& location, bool* defer_redirect);
    [all...]
url_request_job.cc 353 request_->NotifyReceivedRedirect(new_location, &defer_redirect);
356 // NotifyReceivedRedirect
url_request.cc 828 void URLRequest::NotifyReceivedRedirect(const GURL& location,
963 // Matches call in NotifyReceivedRedirect.
    [all...]

Completed in 389 milliseconds