Home | History | Annotate | Download | only in download

Lines Matching refs:host_

17   if (!responded_ && host_)
18 host_->CancelOnce();
55 host_(host) {
75 if (host_) {
76 // This may invalidate |host_|.
77 host_->Accept();
79 return !host_;
85 if (host_) {
86 // This may invalidate |host_|.
87 host_->Cancel();
89 return !host_;