Home
last modified time | relevance | path

Searched refs:ChromeAsyncSocket (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/jingle/glue/
Dchrome_async_socket_unittest.cc168 new ChromeAsyncSocket(mock_xmpp_client_socket_factory.release(), in SetUp()
204 state(ChromeAsyncSocket::STATE_CLOSED), in SignalSocketState()
205 error(ChromeAsyncSocket::ERROR_NONE), in SignalSocketState()
210 ChromeAsyncSocket::State state, in SignalSocketState()
211 ChromeAsyncSocket::Error error, in SignalSocketState()
244 ChromeAsyncSocket::State state;
245 ChromeAsyncSocket::Error error;
277 void ExpectState(ChromeAsyncSocket::State state, in ExpectState()
278 ChromeAsyncSocket::Error error, in ExpectState()
285 void ExpectNonErrorState(ChromeAsyncSocket::State state) { in ExpectNonErrorState()
[all …]
Dchrome_async_socket.cc29 ChromeAsyncSocket::ChromeAsyncSocket( in ChromeAsyncSocket() function in jingle_glue::ChromeAsyncSocket
50 ChromeAsyncSocket::~ChromeAsyncSocket() {} in ~ChromeAsyncSocket()
52 ChromeAsyncSocket::State ChromeAsyncSocket::state() { in state()
56 ChromeAsyncSocket::Error ChromeAsyncSocket::error() { in error()
60 int ChromeAsyncSocket::GetError() { in GetError()
64 bool ChromeAsyncSocket::IsOpen() const { in IsOpen()
68 void ChromeAsyncSocket::DoNonNetError(Error error) { in DoNonNetError()
75 void ChromeAsyncSocket::DoNetError(net::Error net_error) { in DoNetError()
80 void ChromeAsyncSocket::DoNetErrorFromStatus(int status) { in DoNetErrorFromStatus()
87 bool ChromeAsyncSocket::Connect(const talk_base::SocketAddress& address) { in Connect()
[all …]
Dchrome_async_socket.h11 #error ChromeAsyncSocket expects FEATURE_ENABLE_SSL to be defined
35 class ChromeAsyncSocket : public buzz::AsyncSocket {
38 ChromeAsyncSocket(
44 virtual ~ChromeAsyncSocket();
207 base::WeakPtrFactory<ChromeAsyncSocket> weak_ptr_factory_;
209 DISALLOW_COPY_AND_ASSIGN(ChromeAsyncSocket);
/external/chromium_org/jingle/notifier/base/
Dxmpp_connection.cc43 return new jingle_glue::ChromeAsyncSocket(client_socket_factory, in CreateSocket()
/external/chromium_org/remoting/jingle_glue/
Dxmpp_signal_strategy.cc88 buzz::AsyncSocket* socket = new jingle_glue::ChromeAsyncSocket( in Connect()
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions_full.txt1084 *!notifier::ChromeAsyncSocket::Connect