/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | relayport_unittest.cc | 143 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()
|
D | testrelayserver.h | 67 bool HasConnection(const talk_base::SocketAddress& address) const { in HasConnection() function 68 return server_.HasConnection(address); in HasConnection()
|
D | relayserver.h | 85 bool HasConnection(const talk_base::SocketAddress& address) const;
|
D | relayserver.cc | 184 bool RelayServer::HasConnection(const talk_base::SocketAddress& address) const { in HasConnection() function in cricket::RelayServer
|
/external/chromium/chrome/browser/visitedlink/ |
D | visitedlink_event_listener.cc | 29 if (!i.GetCurrentValue()->HasConnection()) in NewTable()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_browsertest.cc | 25 if (hosts.GetCurrentValue()->HasConnection()) in RenderProcessHostCount()
|
D | render_process_host_impl.h | 108 virtual bool HasConnection() const OVERRIDE;
|
D | render_widget_host_impl.cc | 423 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()
|
D | render_view_host_impl.cc | 287 DCHECK(GetProcess()->HasConnection()); in CreateRenderView() 334 return GetProcess()->HasConnection() && renderer_initialized_; in IsRenderViewLive() 1085 GetProcess()->HasConnection() && in AllowBindings()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_state_impl.cc | 139 if (!widget->GetProcess()->HasConnection()) in SetAccessibilityMode()
|
D | accessibility_ui.cc | 101 if (!widget->GetProcess()->HasConnection()) in SendTargetsData()
|
/external/chromium_org/content/public/browser/ |
D | render_process_host.h | 163 virtual bool HasConnection() const = 0;
|
/external/chromium/chrome/browser/tab_contents/ |
D | render_view_host_delegate_helper.cc | 162 if (!new_rvh->process()->HasConnection() || in GetCreatedWindow() 183 if (!widget_host->process()->HasConnection()) { in GetCreatedWidget()
|
/external/chromium_org/content/public/test/ |
D | mock_render_process_host.h | 61 virtual bool HasConnection() const OVERRIDE;
|
D | mock_render_process_host.cc | 175 bool MockRenderProcessHost::HasConnection() const { in HasConnection() function in content::MockRenderProcessHost
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | render_process_host_chrome_browsertest.cc | 36 if (hosts.GetCurrentValue()->HasConnection()) in RenderProcessHostCount() 47 if (!widget->GetProcess()->HasConnection()) in FindFirstDevToolsHost()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | relayserver.h | 85 bool HasConnection(const talk_base::SocketAddress& address) const;
|
D | relayserver.cc | 178 bool RelayServer::HasConnection(const talk_base::SocketAddress& address) const { in HasConnection() function in cricket::RelayServer
|
/external/chromium/chrome/browser/ |
D | memory_details.cc | 133 if (!render_process_host->HasConnection() || in CollectChildInfoOnUIThread()
|
/external/chromium_org/content/browser/devtools/ |
D | render_view_devtools_agent_host.cc | 92 if (!widget->GetProcess()->HasConnection()) in GetValidRenderViewHosts()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_host.cc | 182 if ((render_process_host() && render_process_host()->HasConnection())) { in CreateRenderViewSoon()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_win.cc | 833 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/ |
D | memory_details.cc | 229 if (!render_process_host->HasConnection() || in CollectChildInfoOnUIThread()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_host.cc | 202 if (render_view_host_->process()->HasConnection()) { in CreateRenderViewSoon()
|
/external/chromium_org/chrome/browser/sessions/ |
D | session_restore_browsertest.cc | 176 if (hosts.GetCurrentValue()->HasConnection()) in RenderProcessHostCount()
|