HomeSort by relevance Sort by last modified time
    Searched defs:JobList (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Driver/
Job.cpp 25 JobList::JobList() : Job(JobListClass) {}
27 JobList::~JobList() {
32 void JobList::clear() {
37 cast<JobList>(this)->addJob(C);
  /external/chromium/net/url_request/
url_request_job_tracker.h 29 typedef std::vector<URLRequestJob*> JobList;
30 typedef JobList::const_iterator JobIterator;
97 JobList active_jobs_;
  /external/chromium/chrome/browser/net/
url_request_slow_download_job.cc 59 typedef std::vector<URLRequestSlowDownloadJob*> JobList;
60 for (JobList::iterator it = kPendingRequests.begin(); it !=
  /external/chromium_org/content/test/net/
url_request_slow_download_job.cc 81 typedef std::set<URLRequestSlowDownloadJob*> JobList;
83 for (JobList::iterator it = pending_requests_.Get().begin(); it !=
90 typedef std::set<URLRequestSlowDownloadJob*> JobList;
92 for (JobList::iterator it = pending_requests_.Get().begin(); it !=
  /external/clang/include/clang/Driver/
Job.h 84 /// JobList - A sequence of jobs to perform.
85 class JobList : public Job {
96 JobList();
97 virtual ~JobList();

Completed in 137 milliseconds