Searched defs:RenderViewImplParams (Results 1 – 3 of 3) sorted by relevance
26 struct CONTENT_EXPORT RenderViewImplParams { struct48 int32 opener_id;49 bool window_was_created_with_opener;50 const RendererPreferences& renderer_prefs;51 const WebPreferences& webkit_prefs;52 int32 routing_id;53 int32 main_frame_routing_id;54 int32 surface_id;55 int64 session_storage_namespace_id;56 const base::string16& frame_name;[all …]
9 RenderViewImplParams::RenderViewImplParams( in RenderViewImplParams() function in content::RenderViewImplParams
1188 RenderViewImpl* (*create_render_view_impl)(RenderViewImplParams*)) { in InstallCreateHook()