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

  /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 217 frame_tree_.root()->current_frame_host()->OnMessageReceived(msg);
226 frame_tree_.root()->current_frame_host()->OnMessageReceived(msg);
  /external/chromium_org/content/browser/frame_host/
frame_tree_browsertest.cc 189 root->current_frame_host()->render_view_host()->IsRenderViewLive());
190 EXPECT_TRUE(root->current_frame_host()->IsRenderFrameLive());
191 EXPECT_TRUE(root->child_at(0)->current_frame_host()->IsRenderFrameLive());
197 root->current_frame_host()->render_view_host()->IsRenderViewLive());
198 EXPECT_TRUE(root->current_frame_host()->IsRenderFrameLive());
199 EXPECT_TRUE(root->child_at(0)->current_frame_host()->IsRenderFrameLive());
232 SiteInstance* root_instance = root->current_frame_host()->GetSiteInstance();
252 SiteInstance* child_instance = child->current_frame_host()->GetSiteInstance();
253 RenderViewHost* rvh = child->current_frame_host()->render_view_host();
254 RenderProcessHost* rph = child->current_frame_host()->GetProcess()
    [all...]
frame_tree_node.h 90 RenderFrameHostImpl* current_frame_host() const { function in class:content::FrameTreeNode
91 return render_manager_.current_frame_host();
frame_tree_node.cc 84 current_frame_host()->set_render_frame_created(false);
frame_tree.cc 50 if (render_view_host == node->current_frame_host()->render_view_host())
153 if (parent->current_frame_host()->GetProcess()->GetID() != process_id)
166 return node_ptr->current_frame_host();
177 RenderFrameHostImpl* render_frame_host = child->current_frame_host();
223 return root_->current_frame_host();
render_frame_host_manager_unittest.cc 791 RenderFrameHostImpl* rfh = manager->current_frame_host();
    [all...]
frame_accessibility.cc 120 return child_node->current_frame_host();
146 child_node->current_frame_host() == child_frame_host) {
frame_tree_unittest.cc 31 base::Int64ToString(node->current_frame_host()->GetRoutingID()));
129 int process_id = root->current_frame_host()->GetProcess()->GetID();
240 int process_id = root->current_frame_host()->GetProcess()->GetID();
render_frame_proxy_host.cc 57 ->current_frame_host()
interstitial_page_impl.cc 253 frame_tree_.root()->current_frame_host()->NavigateToURL(GURL(data_url));
575 return frame_tree_.root()->current_frame_host()->render_view_host();
596 frame_tree_.root()->current_frame_host());
    [all...]
navigator_impl.cc 552 GetRenderManager(render_frame_host)->current_frame_host()->
590 GetRenderManager(render_frame_host)->current_frame_host()->
render_frame_host_manager.h 162 RenderFrameHostImpl* current_frame_host() const { function in class:content::RenderFrameHostManager
render_frame_host_impl.cc 240 return parent_node->current_frame_host();
252 parent_node->current_frame_host()->GetSiteInstance();
    [all...]
render_frame_host_manager.cc 172 ->current_frame_host()
484 current_frame_host()->GetSiteInstance());
    [all...]
  /external/chromium_org/content/browser/
site_per_process_browsertest.cc 245 SiteInstance* site_instance = child->current_frame_host()->GetSiteInstance();
246 RenderViewHost* rvh = child->current_frame_host()->render_view_host();
247 RenderProcessHost* rph = child->current_frame_host()->GetProcess();
280 child->current_frame_host()->render_view_host());
281 EXPECT_NE(rvh, child->current_frame_host()->render_view_host());
283 child->current_frame_host()->GetSiteInstance());
285 child->current_frame_host()->GetSiteInstance());
287 child->current_frame_host()->GetProcess());
288 EXPECT_NE(rph, child->current_frame_host()->GetProcess());
298 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());
ime_adapter_android.cc 358 return focused_frame->current_frame_host();
render_view_host_unittest.cc 246 contents()->GetFrameTree()->root()->current_frame_host();
render_widget_host_view_aura.cc 717 return focused_frame->current_frame_host();
    [all...]
  /external/chromium_org/content/browser/accessibility/
site_per_process_accessibility_browsertest.cc 84 SiteInstance* site_instance = child->current_frame_host()->GetSiteInstance();
90 child->current_frame_host());
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 219 on_frame.Run(node->current_frame_host());
436 RenderFrameDeleted(root->current_frame_host()));
674 return frame_tree_.root()->current_frame_host();
680 return frame_tree_.GetFocusedFrame()->current_frame_host();
    [all...]

Completed in 508 milliseconds