HasConnection     230 chrome/browser/memory_details.cc       if (!render_process_host->HasConnection() ||
HasConnection      36 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc     if (hosts.GetCurrentValue()->HasConnection())
HasConnection      47 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc     if (!widget->GetProcess()->HasConnection())
HasConnection     181 chrome/browser/sessions/session_restore_browsertest.cc       if (hosts.GetCurrentValue()->HasConnection())
HasConnection     100 content/browser/accessibility/accessibility_ui.cc     if (!widget->GetProcess()->HasConnection())
HasConnection     108 content/browser/accessibility/browser_accessibility_state_impl.cc     if (!widget->GetProcess()->HasConnection())
HasConnection     187 content/browser/accessibility/browser_accessibility_state_impl.cc     if (!widget->GetProcess()->HasConnection())
HasConnection     102 content/browser/android/content_view_core_impl.cc   if (render_process->HasConnection())
HasConnection      63 content/browser/android/content_view_statics.cc       if (host->HasConnection()) {
HasConnection     117 content/browser/devtools/render_view_devtools_agent_host.cc     if (!widget->GetProcess()->HasConnection())
HasConnection     828 content/browser/frame_host/render_frame_host_manager_browsertest.cc   EXPECT_TRUE(orig_process->HasConnection());
HasConnection      25 content/browser/renderer_host/render_process_host_browsertest.cc     if (hosts.GetCurrentValue()->HasConnection())
HasConnection     117 content/browser/renderer_host/render_process_host_impl.h   virtual bool HasConnection() const OVERRIDE;
HasConnection     288 content/browser/renderer_host/render_view_host_impl.cc   DCHECK(GetProcess()->HasConnection());
HasConnection     334 content/browser/renderer_host/render_view_host_impl.cc   return GetProcess()->HasConnection() && renderer_initialized_;
HasConnection     913 content/browser/renderer_host/render_view_host_impl.cc       GetProcess()->HasConnection() &&
HasConnection     430 content/browser/renderer_host/render_widget_host_impl.cc   DCHECK(process_->HasConnection());
HasConnection     447 content/browser/renderer_host/render_widget_host_impl.cc   if (process_->HasConnection()) {
HasConnection     612 content/browser/renderer_host/render_widget_host_impl.cc   if (resize_ack_pending_ || !process_->HasConnection() || !view_ ||
HasConnection    1086 content/browser/renderer_host/render_widget_host_impl.cc   if (!process_->HasConnection())
HasConnection    2041 content/browser/renderer_host/render_widget_host_impl.cc   if (!process_->HasConnection())
HasConnection    1602 content/browser/web_contents/web_contents_impl.cc   if (!new_contents->GetRenderProcessHost()->HasConnection() ||
HasConnection    1622 content/browser/web_contents/web_contents_impl.cc   if (!widget_host->GetProcess()->HasConnection()) {
HasConnection     166 content/public/browser/render_process_host.h   virtual bool HasConnection() const = 0;
HasConnection      61 content/public/test/mock_render_process_host.h   virtual bool HasConnection() const OVERRIDE;
HasConnection     177 extensions/browser/extension_host.cc   if ((render_process_host() && render_process_host()->HasConnection())) {