Lines Matching refs:fJob
133 fJob(NULL), in Printer()
407 BFile jobFile(&fJob->EntryRef(), B_READ_WRITE); in HasCurrentPrinter()
429 BPath file(&fJob->EntryRef()); in MoveJob()
435 BEntry entry(&fJob->EntryRef()); in MoveJob()
461 fJob = fPrinter.GetNextJob(); in FindSpooledJob()
462 if (fJob) { in FindSpooledJob()
466 fJob->SetStatus(kUnknown, false); // so that fPrinter.GetNextJob skips it in FindSpooledJob()
467 fJob->Release(); in FindSpooledJob()
470 fJob->SetPrinter(this); in FindSpooledJob()
474 } while (fJob != NULL); in FindSpooledJob()
577 thread_id tid = spawn_thread(print_thread, "print", B_NORMAL_PRIORITY, (void*)fJob); in StartPrintThread()
579 fJob->SetStatus(kProcessing); in StartPrintThread()
583 fJob->Release(); in StartPrintThread()