Searched refs:next_job_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_browsertest.cc185 URLRequestTimeoutOnDemandJob* next_job_; member in class:__anon2980::URLRequestTimeoutOnDemandJob
199 next_job_ = job_list_;
240 next_job_(NULL) {
253 *job = next_job_;
254 next_job_ = NULL;
257 job = &next_job_;
260 // If the job wasn't in this list, |next_job_| should be NULL.
261 EXPECT_FALSE(next_job_);

Completed in 249 milliseconds