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

/haiku/src/servers/print_addon/
H A DPrintAddOnServerApplication.h46 void TakeJob(BMessage* message);
47 status_t TakeJob(const char* driver,
H A DPrintAddOnServerApplication.cpp43 TakeJob(message);
183 PrintAddOnServerApplication::TakeJob(BMessage* message) function in class:PrintAddOnServerApplication
196 status_t status = TakeJob(driver.String(), jobFile.String(),
203 PrintAddOnServerApplication::TakeJob(const char* driver, const char* spoolFile, function in class:PrintAddOnServerApplication
207 return addOn.TakeJob(spoolFile, spoolFolder);
/haiku/headers/private/print/
H A DPrinterDriverAddOn.h33 status_t TakeJob(const char* spoolFile,
H A DPrintAddOnServer.h34 status_t TakeJob(const char* spoolFile,
/haiku/headers/libs/print/libprint/
H A DPrinterDriver.h40 BMessage* TakeJob(BFile* printJob, BMessage* settings);
H A DGraphicsDriver.h32 BMessage* TakeJob(BFile* spoolFile);
/haiku/src/libs/print/libprint/
H A DPrinterDriver.cpp151 PrinterDriver::TakeJob(BFile* printJob, BMessage* settings) function in class:PrinterDriver
167 BMessage *result = fGraphicsDriver->TakeJob(printJob);
285 return instance.GetPrinterDriver()->TakeJob(printJob, settings);
H A DGraphicsDriver.cpp727 GraphicsDriver::TakeJob(BFile* spoolFile) function in class:GraphicsDriver
/haiku/src/kits/print/
H A DPrinterDriverAddOn.cpp131 PrinterDriverAddOn::TakeJob(const char* spoolFile, BDirectory* spoolFolder) function in class:PrinterDriverAddOn
H A DPrintAddOnServer.cpp99 PrintAddOnServer::TakeJob(const char* spoolFile, function in class:PrintAddOnServer
/haiku/src/servers/print/
H A DPrinter.cpp500 return addOn.TakeJob(spoolFile, SpoolDir());

Completed in 61 milliseconds