HomeSort by relevance Sort by last modified time
    Searched refs:GetRenderFrameProxyHost (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/frame_host/
frame_tree_browsertest.cc 233 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));
render_frame_host_manager.h 299 // GetRenderFrameProxyHost should be used.
301 RenderFrameProxyHost* GetRenderFrameProxyHost(
render_frame_host_manager.cc     [all...]
  /external/chromium_org/content/browser/
site_per_process_browsertest.cc 227 child->render_manager()->GetRenderFrameProxyHost(

Completed in 70 milliseconds