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

  /external/chromium_org/jingle/glue/
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...]
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();
183 base::WeakPtrFactory<ChromeAsyncSocket> weak_ptr_factory_;
208 DISALLOW_COPY_AND_ASSIGN(ChromeAsyncSocket);

Completed in 119 milliseconds