IsCrossProcessSubframe   69 chrome/browser/devtools/devtools_target_impl.cc   if (rfh->IsCrossProcessSubframe()) {
IsCrossProcessSubframe  166 chrome/browser/devtools/devtools_targets_ui.cc     if (rvh->GetProcess()->IsGuest() || rfh->IsCrossProcessSubframe()) {
IsCrossProcessSubframe  725 chrome/browser/devtools/devtools_window.cc         inspected_rvh->GetMainFrame()->IsCrossProcessSubframe() ||
IsCrossProcessSubframe  135 content/browser/devtools/render_view_devtools_agent_host.cc         !rvh->GetMainFrame()->IsCrossProcessSubframe()) {
IsCrossProcessSubframe   58 content/browser/frame_host/render_frame_host_impl.h   virtual bool IsCrossProcessSubframe() OVERRIDE;
IsCrossProcessSubframe   60 content/public/browser/render_frame_host.h   virtual bool IsCrossProcessSubframe() = 0;