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

  /external/chromium_org/content/browser/frame_host/
frame_tree_node.h 88 RenderFrameHostImpl* current_frame_host() const { function in class:content::FrameTreeNode
89 return render_manager_.current_frame_host();
frame_tree.cc 39 if (node->current_frame_host()->GetProcess()->GetID() == process_id &&
40 node->current_frame_host()->GetRoutingID() == routing_id) {
52 if (render_view_host == node->current_frame_host()->render_view_host())
119 return node_ptr->current_frame_host();
130 RenderFrameHostImpl* render_frame_host = child->current_frame_host();
156 return root_->current_frame_host();
render_frame_proxy_host.cc 28 ->current_frame_host()
render_frame_host_manager_unittest.cc 767 RenderFrameHostImpl* rfh = manager->current_frame_host();
802 EXPECT_TRUE(host == manager->current_frame_host());
808 EXPECT_TRUE(host == manager->current_frame_host());
    [all...]
navigator_impl.cc 551 GetRenderManager(render_frame_host)->current_frame_host()->
584 GetRenderManager(render_frame_host)->current_frame_host()->
frame_tree_unittest.cc 29 base::Int64ToString(node->current_frame_host()->GetRoutingID()));
render_frame_host_manager.h 146 RenderFrameHostImpl* current_frame_host() const { function in class:content::RenderFrameHostManager
interstitial_page_impl.cc 563 return frame_tree_.root()->current_frame_host()->render_view_host();
584 frame_tree_.root()->current_frame_host());
    [all...]
render_frame_host_impl.cc 196 return parent_node->current_frame_host();
208 parent_node->current_frame_host()->GetSiteInstance();
    [all...]
render_frame_host_manager.cc 146 ->current_frame_host()
467 current_frame_host()->GetSiteInstance());
    [all...]
  /external/chromium_org/content/test/
test_frame_navigation_observer.cc 24 node->current_frame_host()->delegate()->GetAsWebContents()),
35 node->current_frame_host()->delegate()->GetAsWebContents()),
test_web_contents.cc 214 frame_tree_.root()->current_frame_host()->OnMessageReceived(msg);
223 frame_tree_.root()->current_frame_host()->OnMessageReceived(msg);
  /external/chromium_org/content/browser/
site_per_process_browsertest.cc 250 SiteInstance* site_instance = child->current_frame_host()->GetSiteInstance();
251 RenderViewHost* rvh = child->current_frame_host()->render_view_host();
252 RenderProcessHost* rph = child->current_frame_host()->GetProcess();
285 child->current_frame_host()->render_view_host());
286 EXPECT_NE(rvh, child->current_frame_host()->render_view_host());
288 child->current_frame_host()->GetSiteInstance());
290 child->current_frame_host()->GetSiteInstance());
292 child->current_frame_host()->GetProcess());
293 EXPECT_NE(rph, child->current_frame_host()->GetProcess());
303 child->current_frame_host()->render_view_host()->GetView()
    [all...]
security_exploit_browsertest.cc 61 wc->GetFrameTree()->root()->current_frame_host(), extension_url,
  /external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc 107 EXPECT_TRUE(old_root->current_frame_host());
115 EXPECT_TRUE(new_root->current_frame_host());
116 EXPECT_NE(old_root->current_frame_host()->routing_id(),
117 new_root->current_frame_host()->routing_id());
render_view_host_unittest.cc 243 contents()->GetFrameTree()->root()->current_frame_host();
ime_adapter_android.cc 347 return focused_frame->current_frame_host();
render_widget_host_view_aura.cc 677 return focused_frame->current_frame_host();
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 211 on_frame.Run(node->current_frame_host());
409 RenderFrameDeleted(root->current_frame_host()));
633 return frame_tree_.root()->current_frame_host();
639 return frame_tree_.GetFocusedFrame()->current_frame_host();
    [all...]
web_contents_impl_unittest.cc 474 contents()->GetFrameTree()->root()->current_frame_host();
680 contents()->GetFrameTree()->root()->current_frame_host();
    [all...]

Completed in 271 milliseconds