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

  /external/chromium_org/net/socket/
socket_descriptor.h 29 class NET_EXPORT PlatformSocketFactory {
31 PlatformSocketFactory();
32 virtual ~PlatformSocketFactory();
36 static void SetInstance(PlatformSocketFactory* factory);
socket_descriptor.cc 22 PlatformSocketFactory* g_socket_factory = NULL;
24 PlatformSocketFactory::PlatformSocketFactory() {
27 PlatformSocketFactory::~PlatformSocketFactory() {
30 void PlatformSocketFactory::SetInstance(PlatformSocketFactory* factory) {
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 25 class ScopedSocketFactory : public net::PlatformSocketFactory {
28 net::PlatformSocketFactory::SetInstance(this);
32 net::PlatformSocketFactory::SetInstance(NULL);

Completed in 481 milliseconds