Searched refs:GetNextPrinter (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/print/
H A DPrinterRoster.h32 status_t GetNextPrinter(BPrinter* printer);
/haiku/src/kits/print/
H A DPrinterRoster.cpp49 while (GetNextPrinter(&printer) == B_OK)
58 BPrinterRoster::GetNextPrinter(BPrinter* printer) function in class:BPrivate::Print::BPrinterRoster
H A DJobSetupPanel.cpp255 while (fPrinterRoster->GetNextPrinter(&printer) == B_OK) {

Completed in 78 milliseconds