Home | History | Annotate | Download | only in base

Lines Matching full:when

30 // HostResolver can handle multiple requests at a time, so when cancelling a
34 // HostResolver (which will automatically cancel the single request when it
86 // Flags to use when resolving this request.
121 // Called when request |id| has been cancelled. A request is "cancelled"
135 // If any completion callbacks are pending when the resolver is destroyed,
145 // When callback is null, the operation completes synchronously.
147 // When callback is non-null, the operation may be performed asynchronously.
175 // Sets the default AddressFamily to use when requests have left it
199 // single hostname at a time and cancels this request when going out of scope.
205 // If a completion callback is pending when the resolver is destroyed, the
222 // Callback for when the request to |resolver_| completes, so we dispatch
233 // Completion callback for when request to |resolver_| completes.