Searched defs:window_was_created_with_opener (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_view_impl_params.cc11 bool window_was_created_with_opener,
30 window_was_created_with_opener(window_was_created_with_opener),
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.h28 bool window_was_created_with_opener,
49 bool window_was_created_with_opener; member in struct:content::RenderViewImplParams
H A Drender_view_impl.cc797 if (params->window_was_created_with_opener)
1138 bool window_was_created_with_opener,
1158 window_was_created_with_opener,
1697 true, // window_was_created_with_opener
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/test/
H A Dtest_render_view_host.cc249 bool window_was_created_with_opener) {
244 CreateRenderView( const base::string16& frame_name, int opener_route_id, int proxy_route_id, int32 max_page_id, bool window_was_created_with_opener) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc258 bool window_was_created_with_opener) {
299 params.window_was_created_with_opener = window_was_created_with_opener;
253 CreateRenderView( const base::string16& frame_name, int opener_route_id, int proxy_route_id, int32 max_page_id, bool window_was_created_with_opener) argument

Completed in 1778 milliseconds