HomeSort by relevance Sort by last modified time
    Searched refs:ChromeAsyncSocket (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/jingle/glue/
chrome_async_socket.h 11 #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);
chrome_async_socket_unittest.cc 33 // Data provider that handles reads/writes for ChromeAsyncSocket.
168 new ChromeAsyncSocket(mock_xmpp_client_socket_factory.release(),
204 state(ChromeAsyncSocket::STATE_CLOSED),
205 error(ChromeAsyncSocket::ERROR_NONE),
210 ChromeAsyncSocket::State state,
211 ChromeAsyncSocket::Error error,
244 ChromeAsyncSocket::State state;
245 ChromeAsyncSocket::Error error;
277 void ExpectState(ChromeAsyncSocket::State state,
278 ChromeAsyncSocket::Error error
    [all...]
chrome_async_socket.cc 29 ChromeAsyncSocket::ChromeAsyncSocket(
50 ChromeAsyncSocket::~ChromeAsyncSocket() {}
52 ChromeAsyncSocket::State ChromeAsyncSocket::state() {
56 ChromeAsyncSocket::Error ChromeAsyncSocket::error() {
60 int ChromeAsyncSocket::GetError() {
64 bool ChromeAsyncSocket::IsOpen() const
    [all...]
  /external/chromium_org/jingle/notifier/base/
xmpp_connection.cc 43 return new jingle_glue::ChromeAsyncSocket(client_socket_factory,
  /external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.cc 30 // Read buffer size used by ChromeAsyncSocket for read and write buffers. Most
88 buzz::AsyncSocket* socket = new jingle_glue::ChromeAsyncSocket(

Completed in 3430 milliseconds