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

  /external/chromium_org/content/renderer/p2p/
host_address_request.cc 16 P2PAsyncAddressResolver::P2PAsyncAddressResolver(
27 P2PAsyncAddressResolver::~P2PAsyncAddressResolver() {
32 void P2PAsyncAddressResolver::Start(const rtc::SocketAddress& host_name,
39 &P2PAsyncAddressResolver::DoSendRequest, this, host_name, done_callback));
42 void P2PAsyncAddressResolver::Cancel() {
48 &P2PAsyncAddressResolver::DoUnregister, this));
53 void P2PAsyncAddressResolver::DoSendRequest(
65 void P2PAsyncAddressResolver::DoUnregister()
    [all...]
host_address_request.h 25 // P2PAsyncAddressResolver performs DNS hostname resolution. It's used
27 class P2PAsyncAddressResolver
28 : public base::RefCountedThreadSafe<P2PAsyncAddressResolver> {
32 P2PAsyncAddressResolver(P2PSocketDispatcher* dispatcher);
48 friend class base::RefCountedThreadSafe<P2PAsyncAddressResolver>;
50 virtual ~P2PAsyncAddressResolver();
71 DISALLOW_COPY_AND_ASSIGN(P2PAsyncAddressResolver);
socket_dispatcher.h 48 class P2PAsyncAddressResolver;
67 friend class P2PAsyncAddressResolver;
88 int RegisterHostAddressRequest(P2PAsyncAddressResolver* request);
110 IDMap<P2PAsyncAddressResolver> host_address_requests_;
socket_dispatcher.cc 113 P2PAsyncAddressResolver* request) {
132 P2PAsyncAddressResolver* request = host_address_requests_.Lookup(request_id);
ipc_socket_factory.cc 180 // Simple wrapper around P2PAsyncAddressResolver. The main purpose of this
182 // P2PAsyncAddressResolver. Libjingle sig slots are not thread safe. In case
201 scoped_refptr<P2PAsyncAddressResolver> resolver_;
583 : resolver_(new P2PAsyncAddressResolver(dispatcher)) {

Completed in 381 milliseconds