Searched refs:GetRenderFrameProxyHost (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dframe_tree_browsertest.cc233 EXPECT_FALSE(root->render_manager()->GetRenderFrameProxyHost(root_instance));
261 EXPECT_TRUE(root->render_manager()->GetRenderFrameProxyHost(child_instance));
264 EXPECT_TRUE(child->render_manager()->GetRenderFrameProxyHost(root_instance));
267 EXPECT_FALSE(root->render_manager()->GetRenderFrameProxyHost(root_instance));
269 child->render_manager()->GetRenderFrameProxyHost(child_instance));
H A Drender_frame_host_manager.h299 // GetRenderFrameProxyHost should be used.
301 RenderFrameProxyHost* GetRenderFrameProxyHost(
H A Drender_frame_host_manager.cc1112 RenderFrameProxyHost* proxy = GetRenderFrameProxyHost(instance);
1200 RenderFrameProxyHost* proxy = GetRenderFrameProxyHost(instance);
1670 RenderFrameProxyHost* proxy = GetRenderFrameProxyHost(
1696 RenderFrameProxyHost* proxy = GetRenderFrameProxyHost(instance);
1702 RenderFrameProxyHost* RenderFrameHostManager::GetRenderFrameProxyHost( function in class:content::RenderFrameHostManager
/external/chromium_org/content/browser/
H A Dsite_per_process_browsertest.cc227 child->render_manager()->GetRenderFrameProxyHost(

Completed in 2829 milliseconds