Lines Matching refs:presentation_info

108   void AddPresentation(const PresentationInfo& presentation_info,
111 const PresentationInfo& presentation_info,
226 const PresentationInfo& presentation_info, in AddPresentation() argument
228 presentation_id_to_route_.emplace(presentation_info.id, route); in AddPresentation()
232 const PresentationInfo& presentation_info, in ConnectToPresentation() argument
237 presentation_id_to_route_.find(presentation_info.id); in ConnectToPresentation()
248 presentation_info, render_frame_host_id_, in ConnectToPresentation()
406 PresentationInfo presentation_info(presentation_url, in OnJoinRouteResponse() local
408 AddPresentation(render_frame_host_id, presentation_info, *result.route()); in OnJoinRouteResponse()
409 EnsurePresentationConnection(render_frame_host_id, presentation_info, in OnJoinRouteResponse()
413 presentation_info.Clone(), std::move(connection->connection_remote), in OnJoinRouteResponse()
436 const PresentationInfo& presentation_info, in AddPresentation() argument
439 presentation_frame->AddPresentation(presentation_info, route); in AddPresentation()
624 PresentationInfo presentation_info(result.presentation_url(), in OnPresentationResponse() local
626 AddPresentation(presentation_request.render_frame_host_id, presentation_info, in OnPresentationResponse()
632 presentation_info, &connection); in OnPresentationResponse()
635 presentation_info.Clone(), std::move(connection->connection_remote), in OnPresentationResponse()
704 const PresentationInfo& presentation_info, in EnsurePresentationConnection() argument
718 presentation_info, std::move(controller_remote), in EnsurePresentationConnection()