HomeSort by relevance Sort by last modified time
    Searched refs:HasConnection (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl.cc 108 if (!widget->GetProcess()->HasConnection())
187 if (!widget->GetProcess()->HasConnection())
accessibility_ui.cc 104 if (!widget->GetProcess()->HasConnection())
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
testrelayserver.h 67 bool HasConnection(const talk_base::SocketAddress& address) const {
68 return server_.HasConnection(address);
relayport_unittest.cc 148 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));
relayserver.h 85 bool HasConnection(const talk_base::SocketAddress& address) const;
relayserver.cc 183 bool RelayServer::HasConnection(const talk_base::SocketAddress& address) const {
  /external/chromium_org/content/browser/frame_host/
render_frame_proxy_host.cc 42 if (GetProcess()->HasConnection())
render_frame_host_manager_browsertest.cc     [all...]
  /external/lldb/include/lldb/Core/
Communication.h 169 HasConnection () const;
  /external/chromium_org/content/public/browser/
render_process_host.h 151 virtual bool HasConnection() const = 0;
  /external/chromium_org/content/public/test/
mock_render_process_host.h 58 virtual bool HasConnection() const OVERRIDE;
mock_render_process_host.cc 146 bool MockRenderProcessHost::HasConnection() const {
  /external/lldb/source/API/
SBCommunication.cpp 72 if (!m_opaque->HasConnection ())
87 if (m_opaque->HasConnection ())
  /external/chromium_org/content/browser/renderer_host/
render_process_host_browsertest.cc 25 if (hosts.GetCurrentValue()->HasConnection())
render_process_host_impl.h 118 virtual bool HasConnection() const OVERRIDE;
render_view_host_impl.cc 280 DCHECK(GetProcess()->HasConnection());
329 return GetProcess()->HasConnection() && renderer_initialized_;
833 GetProcess()->HasConnection() &&
    [all...]
render_widget_host_impl.cc 406 DCHECK(process_->HasConnection());
423 if (process_->HasConnection()) {
569 if (resize_ack_pending_ || !process_->HasConnection() || !view_ ||
    [all...]
render_widget_host_unittest.cc 219 virtual bool HasConnection() const OVERRIDE { return true; }
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 37 if (hosts.GetCurrentValue()->HasConnection())
48 if (!widget->GetProcess()->HasConnection())
  /external/chromium_org/extensions/browser/
extension_host.cc 177 if ((render_process_host() && render_process_host()->HasConnection())) {
  /external/lldb/source/Core/
Communication.cpp 130 Communication::HasConnection () const
  /external/chromium_org/chrome/browser/
memory_details.cc 226 if (!render_process_host->HasConnection() ||
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 118 if (!widget->GetProcess()->HasConnection())
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 181 if (hosts.GetCurrentValue()->HasConnection())
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 93 if (render_process->HasConnection())
    [all...]

Completed in 3509 milliseconds

1 2