Searched defs:HostResolver (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/base/
H A Dhost_resolver.h28 // HostResolver can handle multiple requests at a time, so when cancelling a
32 // HostResolver (which will automatically cancel the single request when it
34 class HostResolver : public base::RefCountedThreadSafe<HostResolver> { class in namespace:net
92 // Interface for observing the requests that flow through a HostResolver.
97 // Called at the start of HostResolver::Resolve(). |id| is a unique number
108 // if either the HostResolver is destroyed while a resolution is in
109 // progress, or HostResolver::CancelRequest() is called.
145 // must remain valid for the duration of this HostResolver's lifetime.
160 // Returns true if this HostResolver i
168 HostResolver() { } function in class:net::HostResolver
[all...]

Completed in 10 milliseconds