Searched refs:HasConnection (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_state_impl.cc108 if (!widget->GetProcess()->HasConnection())
187 if (!widget->GetProcess()->HasConnection())
H A Daccessibility_ui.cc104 if (!widget->GetProcess()->HasConnection())
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtestrelayserver.h67 bool HasConnection(const talk_base::SocketAddress& address) const { function in class:cricket::TestRelayServer
68 return server_.HasConnection(address);
H A Drelayport_unittest.cc148 WAIT(relay_server_->HasConnection(kRelayTcpAddr), kTimeoutMs);
154 EXPECT_TRUE(relay_server_->HasConnection(kRelayUdpAddr));
190 EXPECT_TRUE(relay_server_->HasConnection(kRelayTcpAddr));
228 EXPECT_TRUE(relay_server_->HasConnection(kRelaySslAddr));
H A Drelayserver.h85 bool HasConnection(const talk_base::SocketAddress& address) const;
H A Drelayserver.cc183 bool RelayServer::HasConnection(const talk_base::SocketAddress& address) const { function in class:cricket::RelayServer
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_proxy_host.cc42 if (GetProcess()->HasConnection())
H A Drender_frame_host_manager_browsertest.cc849 EXPECT_TRUE(orig_process->HasConnection());
/external/lldb/include/lldb/Core/
H A DCommunication.h169 HasConnection () const;
/external/lldb/source/API/
H A DSBCommunication.cpp72 if (!m_opaque->HasConnection ())
87 if (m_opaque->HasConnection ())
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_browsertest.cc25 if (hosts.GetCurrentValue()->HasConnection())
H A Drender_process_host_impl.h118 virtual bool HasConnection() const OVERRIDE;
H A Drender_view_host_impl.cc280 DCHECK(GetProcess()->HasConnection());
329 return GetProcess()->HasConnection() && renderer_initialized_;
833 GetProcess()->HasConnection() &&
1040 if (GetProcess()->HasConnection()) {
H A Drender_widget_host_impl.cc406 DCHECK(process_->HasConnection());
423 if (process_->HasConnection()) {
569 if (resize_ack_pending_ || !process_->HasConnection() || !view_ ||
991 if (!process_->HasConnection())
1795 if (!process_->HasConnection())
H A Drender_widget_host_unittest.cc219 virtual bool HasConnection() const OVERRIDE { return true; }
/external/chromium_org/content/public/browser/
H A Drender_process_host.h151 virtual bool HasConnection() const = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h58 virtual bool HasConnection() const OVERRIDE;
H A Dmock_render_process_host.cc146 bool MockRenderProcessHost::HasConnection() const { function in class:content::MockRenderProcessHost
/external/chromium_org/chrome/browser/renderer_host/
H A Drender_process_host_chrome_browsertest.cc37 if (hosts.GetCurrentValue()->HasConnection())
48 if (!widget->GetProcess()->HasConnection())
/external/chromium_org/extensions/browser/
H A Dextension_host.cc177 if ((render_process_host() && render_process_host()->HasConnection())) {
/external/lldb/source/Core/
H A DCommunication.cpp130 Communication::HasConnection () const function in class:Communication
/external/chromium_org/chrome/browser/
H A Dmemory_details.cc226 if (!render_process_host->HasConnection() ||
/external/chromium_org/content/browser/devtools/
H A Drender_view_devtools_agent_host.cc118 if (!widget->GetProcess()->HasConnection())
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc181 if (hosts.GetCurrentValue()->HasConnection())
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc93 if (render_process->HasConnection())

Completed in 660 milliseconds

12