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

  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h 52 bool CreateT(int type);
win32socketserver.cc 246 bool Win32Socket::CreateT(int type) {
329 if ((socket_ == INVALID_SOCKET) && !CreateT(SOCK_STREAM))
716 if (socket->CreateT(type)) {

Completed in 42 milliseconds