Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:request_info

219   const content::ResourceRequestInfo* request_info =
228 request_info->GetChildID(), request_info->GetRenderFrameID(), request));
275 const content::ResourceRequestInfo* request_info =
280 child_id, request_info->GetRenderFrameID());
314 const content::ResourceRequestInfo* request_info =
316 if (!request_info) {
322 if (request_info->GetResourceType() == content::RESOURCE_TYPE_MAIN_FRAME) {
328 AwContentsIoThreadClient::FromID(request_info->GetChildID(),
329 request_info->GetRenderFrameID());
402 const content::ResourceRequestInfo* request_info =
404 if (!request_info)
406 if (request_info->GetResourceType() != content::RESOURCE_TYPE_MAIN_FRAME)
409 const ui::PageTransition transition = request_info->GetPageTransition();