Home
last modified time | relevance | path

Searched refs:HasConnection (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Drelayport_unittest.cc143 WAIT(relay_server_->HasConnection(kRelayTcpAddr), kTimeoutMs); in TestConnectUdp()
149 EXPECT_TRUE(relay_server_->HasConnection(kRelayUdpAddr)); in TestConnectUdp()
185 EXPECT_TRUE(relay_server_->HasConnection(kRelayTcpAddr)); in TestConnectTcp()
223 EXPECT_TRUE(relay_server_->HasConnection(kRelaySslAddr)); in TestConnectSslTcp()
Dtestrelayserver.h67 bool HasConnection(const talk_base::SocketAddress& address) const { in HasConnection() function
68 return server_.HasConnection(address); in HasConnection()
Drelayserver.h85 bool HasConnection(const talk_base::SocketAddress& address) const;
Drelayserver.cc184 bool RelayServer::HasConnection(const talk_base::SocketAddress& address) const { in HasConnection() function in cricket::RelayServer
/external/chromium/chrome/browser/visitedlink/
Dvisitedlink_event_listener.cc29 if (!i.GetCurrentValue()->HasConnection()) in NewTable()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_browsertest.cc25 if (hosts.GetCurrentValue()->HasConnection()) in RenderProcessHostCount()
Drender_process_host_impl.h108 virtual bool HasConnection() const OVERRIDE;
Drender_widget_host_impl.cc423 DCHECK(process_->HasConnection()); in Init()
440 if (process_->HasConnection()) { in Shutdown()
602 if (resize_ack_pending_ || !process_->HasConnection() || !view_ || in WasResized()
1034 if (!process_->HasConnection()) in ForwardKeyboardEvent()
1954 if (!process_->HasConnection()) in FilterInputEvent()
Drender_view_host_impl.cc287 DCHECK(GetProcess()->HasConnection()); in CreateRenderView()
334 return GetProcess()->HasConnection() && renderer_initialized_; in IsRenderViewLive()
1085 GetProcess()->HasConnection() && in AllowBindings()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_state_impl.cc139 if (!widget->GetProcess()->HasConnection()) in SetAccessibilityMode()
Daccessibility_ui.cc101 if (!widget->GetProcess()->HasConnection()) in SendTargetsData()
/external/chromium_org/content/public/browser/
Drender_process_host.h163 virtual bool HasConnection() const = 0;
/external/chromium/chrome/browser/tab_contents/
Drender_view_host_delegate_helper.cc162 if (!new_rvh->process()->HasConnection() || in GetCreatedWindow()
183 if (!widget_host->process()->HasConnection()) { in GetCreatedWidget()
/external/chromium_org/content/public/test/
Dmock_render_process_host.h61 virtual bool HasConnection() const OVERRIDE;
Dmock_render_process_host.cc175 bool MockRenderProcessHost::HasConnection() const { in HasConnection() function in content::MockRenderProcessHost
/external/chromium_org/chrome/browser/renderer_host/
Drender_process_host_chrome_browsertest.cc36 if (hosts.GetCurrentValue()->HasConnection()) in RenderProcessHostCount()
47 if (!widget->GetProcess()->HasConnection()) in FindFirstDevToolsHost()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Drelayserver.h85 bool HasConnection(const talk_base::SocketAddress& address) const;
Drelayserver.cc178 bool RelayServer::HasConnection(const talk_base::SocketAddress& address) const { in HasConnection() function in cricket::RelayServer
/external/chromium/chrome/browser/
Dmemory_details.cc133 if (!render_process_host->HasConnection() || in CollectChildInfoOnUIThread()
/external/chromium_org/content/browser/devtools/
Drender_view_devtools_agent_host.cc92 if (!widget->GetProcess()->HasConnection()) in GetValidRenderViewHosts()
/external/chromium_org/chrome/browser/extensions/
Dextension_host.cc182 if ((render_process_host() && render_process_host()->HasConnection())) { in CreateRenderViewSoon()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.cc833 DCHECK(render_widget_host_->process()->HasConnection()); in OnPaint()
1587 !render_widget_host_->process()->HasConnection()) { in SetAccessibilityFocus()
1598 !render_widget_host_->process()->HasConnection()) { in AccessibilityDoDefaultAction()
/external/chromium_org/chrome/browser/
Dmemory_details.cc229 if (!render_process_host->HasConnection() || in CollectChildInfoOnUIThread()
/external/chromium/chrome/browser/extensions/
Dextension_host.cc202 if (render_view_host_->process()->HasConnection()) { in CreateRenderViewSoon()
/external/chromium_org/chrome/browser/sessions/
Dsession_restore_browsertest.cc176 if (hosts.GetCurrentValue()->HasConnection()) in RenderProcessHostCount()

12