Home | History | Annotate | Download | only in proxy

Lines Matching refs:was_cancelled

279     DCHECK(!was_cancelled());
326 bool was_cancelled() const { return user_callback_ == NULL; }
331 DCHECK(!was_cancelled());
609 if (!req->is_started() && !req->was_cancelled()) {