Home | History | Annotate | Download | only in glue

Lines Matching refs:request_info

428   ResourceLoaderBridge::RequestInfo request_info;
429 request_info.method = method;
430 request_info.url = url;
431 request_info.first_party_for_cookies = request.firstPartyForCookies();
432 request_info.referrer = referrer_url;
433 request_info.frame_origin = frame_origin;
434 request_info.main_frame_origin = main_frame_origin;
435 request_info.headers = flattener.GetBuffer();
436 request_info.load_flags = load_flags;
440 request_info
441 request_info.request_type = FromTargetType(request.targetType());
442 request_info.appcache_host_id = request.appCacheHostID();
443 request_info.routing_id = request.requestorID();
444 request_info.download_to_file = request.downloadToFile();
445 request_info.has_user_gesture = request.hasUserGesture();
446 bridge_.reset(ResourceLoaderBridge::Create(request_info));