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

/haiku/src/preferences/printers/
H A DJobListView.cpp82 if (item && item->GetJob() == job)
131 if (item && item->GetJob()->Status() == kFailed) {
134 item->GetJob()->SetStatus(kWaiting);
143 if (item && item->GetJob()->Status() != kProcessing) {
144 item->GetJob()->SetStatus(kFailed);
145 item->GetJob()->Remove();
H A DJobListView.h57 Job* GetJob() const { return fJob; } function in class:JobItem
H A DPrintersWindow.cpp430 Job* job = item->GetJob();
/haiku/src/kits/debugger/jobs/
H A DExpressionEvaluationJob.cpp115 if (GetWorker()->GetJob(jobKey) == NULL) {
H A DResolveValueNodeJob.cpp222 if (GetWorker()->GetJob(jobKey) == NULL) {
/haiku/headers/private/debugger/util/
H A DWorker.h154 Job* GetJob(const JobKey& key);
/haiku/src/kits/debugger/util/
H A DWorker.cpp348 Worker::GetJob(const JobKey& key) function in class:Worker
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1058 if (fWorker->GetJob(jobKey) != NULL)

Completed in 170 milliseconds