Searched defs:main_frame_routing_id (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_factory.cc21 int main_frame_routing_id,
26 routing_id, main_frame_routing_id,
30 main_frame_routing_id, swapped_out, hidden);
16 Create( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out, bool hidden) argument
H A Drender_view_host_impl.h137 int main_frame_routing_id,
329 int main_frame_routing_id() const { function in class:content::RenderViewHostImpl
H A Drender_view_host_impl.cc176 int main_frame_routing_id,
189 main_frame_routing_id_(main_frame_routing_id),
288 params.main_frame_routing_id = main_frame_routing_id_;
171 RenderViewHostImpl( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out, bool hidden) argument
/external/chromium_org/content/browser/
H A Dsecurity_exploit_browsertest.cc141 int main_frame_routing_id = duplicate_routing_id + 1; local
143 main_frame_routing_id,
/external/chromium_org/content/test/
H A Dtest_render_view_host_factory.cc34 int main_frame_routing_id,
37 instance, delegate, widget_delegate, routing_id, main_frame_routing_id,
29 CreateRenderViewHost( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out) argument
H A Dtest_render_view_host.cc217 int main_frame_routing_id,
223 main_frame_routing_id,
212 TestRenderViewHost( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents.h107 int main_frame_routing_id; member in struct:content::WebContents::CreateParams
/external/chromium_org/content/renderer/
H A Drender_view_impl_params.cc15 int32 main_frame_routing_id,
34 main_frame_routing_id(main_frame_routing_id),
9 RenderViewImplParams( int32 opener_id, bool window_was_created_with_opener, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const base::string16& frame_name, bool is_renderer_created, bool swapped_out, int32 proxy_routing_id, bool hidden, bool never_visible, int32 next_page_id, const ViewMsg_Resize_Params& initial_size, bool enable_auto_resize, const gfx::Size& min_size, const gfx::Size& max_size) argument
H A Drender_view_impl_params.h32 int32 main_frame_routing_id,
53 int32 main_frame_routing_id; member in struct:content::RenderViewImplParams
H A Drender_view_impl.cc711 this, params->main_frame_routing_id));
1142 int32 main_frame_routing_id,
1162 main_frame_routing_id,
1666 int32 main_frame_routing_id = MSG_ROUTING_NONE; local
1673 &main_frame_routing_id,
1701 main_frame_routing_id,
1136 Create( int32 opener_id, bool window_was_created_with_opener, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const base::string16& frame_name, bool is_renderer_created, bool swapped_out, int32 proxy_routing_id, bool hidden, bool never_visible, int32 next_page_id, const ViewMsg_Resize_Params& initial_size, bool enable_auto_resize, const gfx::Size& min_size, const gfx::Size& max_size) argument
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree.cc241 int main_frame_routing_id,
244 DCHECK(main_frame_routing_id != MSG_ROUTING_NONE);
266 main_frame_routing_id,
239 CreateRenderViewHost(SiteInstance* site_instance, int routing_id, int main_frame_routing_id, bool swapped_out, bool hidden) argument
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device_unittest.cc237 int main_frame_routing_id,
241 main_frame_routing_id, swapped_out),
299 int main_frame_routing_id,
302 routing_id, main_frame_routing_id,
233 CaptureTestRenderViewHost(SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out, CaptureTestSourceController* controller) argument

Completed in 1257 milliseconds