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

  /external/chromium_org/content/renderer/p2p/
host_address_request.cc 16 P2PAsyncAddressResolver::P2PAsyncAddressResolver(
27 P2PAsyncAddressResolver::~P2PAsyncAddressResolver() {
32 void P2PAsyncAddressResolver::Start(const talk_base::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);

Completed in 185 milliseconds