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