Home
last modified time | relevance | path

Searched refs:guest_params (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/browser_plugin/
Dbrowser_plugin_guest.cc331 FrameMsg_CompositorFrameSwapped_Params guest_params; in SwapCompositorFrame() local
332 frame->AssignTo(&guest_params.frame); in SwapCompositorFrame()
333 guest_params.output_surface_id = output_surface_id; in SwapCompositorFrame()
334 guest_params.producing_route_id = host_routing_id; in SwapCompositorFrame()
335 guest_params.producing_host_id = host_process_id; in SwapCompositorFrame()
339 browser_plugin_instance_id(), guest_params)); in SwapCompositorFrame()
/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.cc354 ViewHostMsg_SelectionBounds_Params guest_params(params); in SelectionBoundsChanged() local
355 guest_params.anchor_rect.set_origin( in SelectionBoundsChanged()
357 guest_params.focus_rect.set_origin( in SelectionBoundsChanged()
359 rwhv->SelectionBoundsChanged(guest_params); in SelectionBoundsChanged()