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

1 2

  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.cc 82 return (new FileIOResource(GetConnection(), instance))->GetReference();
88 return FileRefResource::CreateFileRef(GetConnection(), instance, create_info);
94 return (new FileSystemResource(GetConnection(), instance,
165 return (new TrueTypeFontResource(GetConnection(),
171 return (new URLLoaderResource(GetConnection(), instance))->GetReference();
177 GetConnection(), instance, URLRequestInfoData()))->GetReference();
224 return (new CompositorResource(GetConnection(), instance))->GetReference();
233 return (new FileChooserResource(GetConnection(), instance, mode, str.c_str()))
240 return (new Graphics2DResource(GetConnection(), instance, *size,
263 return (new HostResolverResource(GetConnection(), instance))->GetReference()
    [all...]
device_enumeration_resource_helper_unittest.cc 31 Connection GetConnection(PluginProxyTestHarness* harness) {
227 new TestResource(GetConnection(this), pp_instance()));
277 new TestResource(GetConnection(this), pp_instance()));
resource_creation_proxy.h 194 Connection GetConnection();
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_connection.h 25 device::BluetoothGattConnection* GetConnection() const;
bluetooth_low_energy_connection.cc 35 BluetoothLowEnergyConnection::GetConnection() const {
bluetooth_low_energy_event_router.cc 231 if (conn->GetConnection()->IsConnected()) {
285 if (!conn || !conn->GetConnection()->IsConnected()) {
292 conn->GetConnection()->Disconnect(
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
testrelayserver.h 64 rtc::SocketAddressPair GetConnection(int connection) const {
65 return server_.GetConnection(connection);
portproxy.h 67 virtual Connection* GetConnection(
portproxy.cc 134 Connection* PortProxy::GetConnection(
137 return impl_->GetConnection(remote_addr);
portinterface.h 83 virtual Connection* GetConnection(
relayserver.h 84 rtc::SocketAddressPair GetConnection(int connection) const;
tcpport.cc 150 if (TCPConnection * conn = static_cast<TCPConnection*>(GetConnection(addr))) {
port.h 231 virtual Connection* GetConnection(
stunport.cc 313 if (Connection* conn = GetConnection(remote_addr)) {
p2ptransportchannel.cc 530 if (port->GetConnection(new_remote_candidate.address())) {
699 Connection* connection = port->GetConnection(remote_candidate.address());
    [all...]
port.cc 247 Connection* Port::GetConnection(const rtc::SocketAddress& remote_addr) {
656 Connection* conn = GetConnection(addr);
    [all...]
relayport.cc 397 if (Connection* conn = GetConnection(remote_addr)) {
relayserver.cc 171 rtc::SocketAddressPair RelayServer::GetConnection(int connection) const {
turnport.cc 706 if (Connection* conn = GetConnection(remote_addr)) {
    [all...]
  /external/lldb/include/lldb/Core/
Communication.h 172 GetConnection ()
  /external/chromium_org/mojo/services/view_manager/
connection_manager.cc 84 ViewManagerServiceImpl* connection = GetConnection(kWindowManagerConnection);
99 ViewManagerServiceImpl* ConnectionManager::GetConnection(
136 ViewManagerServiceImpl* connection = GetConnection(kWindowManagerConnection);
connection_manager.h 91 ViewManagerServiceImpl* GetConnection(ConnectionSpecificId connection_id);
view_manager_service_impl.cc 368 connection_manager_->GetConnection(view->id().connection_id);
524 connection = connection_manager_->GetConnection(view_id.connection_id);
  /external/chromium_org/tools/findit/common/
http_client_local.py 172 return self.do_open(self.GetConnection, req)
174 def GetConnection(self, host, **kwargs):
  /external/stressapptest/src/
worker.h 542 virtual bool GetConnection(int *pnewsock);

Completed in 1284 milliseconds

1 2