Searched defs:frame_tree (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/content/browser/frame_host/ |
D | frame_tree_unittest.cc | 25 std::string GetTreeState(FrameTree* frame_tree) { in GetTreeState() 56 FrameTree frame_tree(new NavigatorImpl(NULL, NULL), NULL, NULL, NULL, NULL); in TEST_F() local 83 FrameTree frame_tree(new NavigatorImpl(NULL, NULL), NULL, NULL, NULL, NULL); in TEST_F() local 102 FrameTree frame_tree(new NavigatorImpl(NULL, NULL), NULL, NULL, NULL, NULL); in TEST_F() local
|
D | render_frame_host_factory.cc | 20 FrameTree* frame_tree, in Create()
|
D | render_frame_host_impl.cc | 41 FrameTree* frame_tree, in RenderFrameHostImpl()
|
/external/chromium_org/content/test/ |
D | test_render_frame_host.cc | 11 FrameTree* frame_tree, in TestRenderFrameHost()
|
D | test_render_frame_host_factory.cc | 26 FrameTree* frame_tree, in CreateRenderFrameHost()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_impl.cc | 2330 FrameTree* frame_tree = delegate_->GetFrameTree(); in AttachToFrameTree() local
|