Lines Matching refs:fail_
648 : backend_(NULL), callback_(NULL), block_(true), fail_(false) {}654 if (!fail_)669 if (!fail_)678 void set_fail(bool fail) { fail_ = fail; }683 int Result() { return fail_ ? net::ERR_FAILED : net::OK; }688 bool fail_;