HomeSort by relevance Sort by last modified time
    Searched full:next_job_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 186 URLRequestTimeoutOnDemandJob* next_job_; member in class:captive_portal::__anon4095::URLRequestTimeoutOnDemandJob
200 next_job_ = job_list_;
241 next_job_(NULL) {
254 *job = next_job_;
255 next_job_ = NULL;
258 job = &next_job_;
261 // If the job wasn't in this list, |next_job_| should be NULL.
262 EXPECT_FALSE(next_job_);
    [all...]

Completed in 76 milliseconds