Home | History | Annotate | Download | only in url_request

Lines Matching refs:stage_

83       stage_(WAITING),
93 stage_(WAITING),
105 stage_(WAITING),
135 stage_ = DATA_AVAILABLE; // Simulate a synchronous response for this one.
159 if (stage_ == WAITING) {
211 stage_ = DONE;
216 switch (stage_) {
218 stage_ = DATA_AVAILABLE;
229 stage_ = ALL_DATA; // done sending data
232 stage_ = DONE;