Searched refs:frame_tree_ (Results 1 – 9 of 9) sorted by relevance
53 return frame_tree_; in frame_tree()101 FrameTree* frame_tree_; // not owned. variable
26 : frame_tree_(frame_tree), in FrameTreeNode()41 return frame_tree_->root() == this; in IsMainFrame()
170 frame_tree_(new InterstitialPageNavigatorImpl(this, controller_), in InterstitialPageImpl()253 frame_tree_.root()->current_frame_host()->NavigateToURL(GURL(data_url)); in Show()298 frame_tree_.ResetForMainFrameSwap(); in Hide()573 frame_tree_.root()->render_manager()->Init( in CreateRenderViewHost()575 return frame_tree_.root()->current_frame_host()->render_view_host(); in CreateRenderViewHost()596 frame_tree_.root()->current_frame_host()); in CreateWebContentsView()787 return &frame_tree_; in GetFrameTree()
180 frame_tree_(frame_tree), in RenderFrameHostImpl()190 frame_tree_->RegisterRenderFrameHost(this); in RenderFrameHostImpl()219 frame_tree_->UnregisterRenderFrameHost(this); in ~RenderFrameHostImpl()603 RenderFrameHostImpl* new_frame = frame_tree_->AddFrame( in OnCreateChildFrame()617 frame_tree_->RemoveFrame(frame_tree_node_); in OnDetach()621 frame_tree_->SetFocusedFrame(frame_tree_node_); in OnFrameFocused()
253 FrameTree frame_tree_; in NON_EXPORTED_BASE() local
471 FrameTree* frame_tree_; variable
217 frame_tree_.root()->current_frame_host()->OnMessageReceived(msg); in TestDidFinishLoad()226 frame_tree_.root()->current_frame_host()->OnMessageReceived(msg); in TestDidFailLoadWithError()
349 frame_tree_(new NavigatorImpl(&controller_, this), in WebContentsImpl()387 frame_tree_.SetFrameRemoveListener( in WebContentsImpl()397 frame_tree_.ForEach( in ~WebContentsImpl()424 frame_tree_.ResetForMainFrameSwap(); in ~WebContentsImpl()674 return frame_tree_.root()->current_frame_host(); in GetMainFrame()678 if (!frame_tree_.GetFocusedFrame()) in GetFocusedFrame()680 return frame_tree_.GetFocusedFrame()->current_frame_host(); in GetFocusedFrame()685 frame_tree_.ForEach(base::Bind(&ForEachFrameInternal, on_frame)); in ForEachFrame()729 frame_tree_.ForEach( in SetAccessibilityMode()732 frame_tree_.ForEach( in SetAccessibilityMode()[all …]
1029 FrameTree frame_tree_; in NON_EXPORTED_BASE() local