Searched refs:OnFollowRedirect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dasync_resource_handler.h58 void OnFollowRedirect(int request_id);
H A Dasync_resource_handler.cc104 IPC_MESSAGE_HANDLER(ResourceHostMsg_FollowRedirect, OnFollowRedirect)
111 void AsyncResourceHandler::OnFollowRedirect(int request_id) { function in class:content::AsyncResourceHandler
113 DVLOG(1) << "OnFollowRedirect for invalid request";

Completed in 112 milliseconds