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/frame_host/
render_frame_proxy_host.cc 71 if (GetProcess()->HasConnection())
123 DCHECK(GetProcess()->HasConnection());
render_frame_host_impl.cc 552 DCHECK(GetProcess()->HasConnection());
571 GetProcess()->HasConnection() && render_frame_created_;
    [all...]
render_frame_host_manager_browsertest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
testrelayserver.h 67 bool HasConnection(const rtc::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 rtc::SocketAddress& address) const;
relayserver.cc 183 bool RelayServer::HasConnection(const rtc::SocketAddress& address) const {
  /external/lldb/include/lldb/Core/
Communication.h 169 HasConnection () const;
  /external/chromium_org/content/public/browser/
render_process_host.h 145 virtual bool HasConnection() const = 0;
  /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 31 if (hosts.GetCurrentValue()->HasConnection())
render_process_host_impl.h 113 virtual bool HasConnection() const OVERRIDE;
render_view_host_impl.cc 269 DCHECK(GetProcess()->HasConnection());
322 return GetProcess()->HasConnection() && renderer_initialized_;
748 GetProcess()->HasConnection() &&
    [all...]
render_widget_host_impl.cc 402 DCHECK(process_->HasConnection());
419 if (process_->HasConnection()) {
600 if (resize_ack_pending_ || !process_->HasConnection() || !view_ ||
    [all...]
render_widget_host_unittest.cc 220 virtual bool HasConnection() const OVERRIDE { return true; }
    [all...]
  /external/chromium_org/content/public/test/
mock_render_process_host.h 55 virtual bool HasConnection() const OVERRIDE;
mock_render_process_host.cc 141 bool MockRenderProcessHost::HasConnection() const {
  /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/content/browser/accessibility/
accessibility_ui.cc 105 if (!widget->GetProcess()->HasConnection())
  /external/chromium_org/extensions/browser/
extension_host.cc 178 if ((render_process_host() && render_process_host()->HasConnection())) {
  /external/lldb/source/Core/
Communication.cpp 130 Communication::HasConnection () const
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 83 if (!widget->GetProcess()->HasConnection())
  /external/chromium_org/chrome/browser/
memory_details.cc 271 if (!render_process_host->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 91 if (render_process->HasConnection())
    [all...]

Completed in 408 milliseconds

1 2