Home | History | Annotate | Download | only in dns

Lines Matching refs:handle_

1206     handle_ = resolver_->dispatcher_.Add(this, priority());
1286 handle_.Reset();
1316 return !handle_.is_null();
1326 if (priority() != static_cast<RequestPriority>(handle_.priority()))
1328 handle_ = resolver_->dispatcher_.ChangePriority(handle_, priority());
1341 handle_.Reset();
1545 resolver_->dispatcher_.Cancel(handle_);
1546 handle_.Reset();
1652 PrioritizedDispatcher::Handle handle_;