Searched refs:Supports (Results 1 - 25 of 25) sorted by relevance

/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3Cap.h16 virtual bool Supports(CapID) const;
H A DLips3Cap.cpp150 Lips3Cap::Supports(CapID capid) const function in class:Lips3Cap
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5Cap.h16 virtual bool Supports(CapID) const;
H A DPCL5Cap.cpp148 PCL5Cap::Supports(CapID capid) const function in class:PCL5Cap
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Cap.h16 virtual bool Supports(CapID) const;
H A DPCL6Cap.cpp328 PCL6Cap::Supports(CapID capid) const function in class:PCL6Cap
/haiku/src/add-ons/print/drivers/postscript/
H A DPSCap.h16 virtual bool Supports(CapID) const;
H A DPSCap.cpp147 PSCap::Supports(CapID capid) const function in class:PSCap
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4Cap.h17 virtual bool Supports(CapID) const;
H A DLips4Cap.cpp213 Lips4Cap::Supports(CapID capid) const function in class:Lips4Cap
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstylCap.h20 virtual bool Supports(CapID) const;
H A DLpstylCap.cpp110 LpstylCap::Supports(CapID capid) const function in class:LpstylCap
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilities.h29 virtual bool Supports(CapID) const;
H A DGPCapabilities.cpp85 GPCapabilities::Supports(CapID category) const function in class:GPCapabilities
H A DGPDriver.cpp67 if (GetPrinterCap()->Supports(PrinterCap::kDriverSpecificCapabilities))
/haiku/src/libs/print/libprint/
H A DJobData.cpp269 else if (printerCap->Supports(PrinterCap::kPaper)) {
278 } else if (printerCap->Supports(PrinterCap::kResolution)) {
290 } else if (printerCap->Supports(PrinterCap::kResolution)) {
301 } else if (printerCap->Supports(PrinterCap::kResolution)) {
310 else if (printerCap->Supports(PrinterCap::kOrientation))
384 else if (printerCap->Supports(PrinterCap::kPaperSource))
407 else if (printerCap->Supports(PrinterCap::kPrintStyle))
416 else if (printerCap->Supports(PrinterCap::kBindingLocation))
429 else if (printerCap->Supports(PrinterCap::kColor))
H A DJobSetupDlg.cpp270 if (fPrinterCap->Supports(PrinterCap::kPrintStyle)) {
455 return fPrinterCap->Supports(PrinterCap::kHalftone);
511 if (!fPrinterCap->Supports(PrinterCap::kDriverSpecificCapabilities))
947 if (fPrinterCap->Supports(PrinterCap::kPrintStyle)) {
H A DPrinterDriver.cpp93 if (fPrinterCap->Supports(PrinterCap::kProtocolClass)) {
H A DGraphicsDriver.cpp579 if (fPrinterCap->Supports(PrinterCap::kCopyCommand))
642 && fPrinterCap->Supports(PrinterCap::kPrintStyle)
832 && !fPrinterCap->Supports(PrinterCap::kCanRotatePageInLandscape);
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp1479 CHK(appFileInfo.Supports(&mimeTestType1) == true);
1480 CHK(appFileInfo.Supports(&mimeTestType2) == true);
1498 CHK(appFileInfo.Supports(&mimeTestType1) == false);
1499 CHK(appFileInfo.Supports(&mimeTestType2) == false);
1500 CHK(appFileInfo.Supports(&mimeTestType3) == true);
1501 CHK(appFileInfo.Supports(&mimeTestType4) == true);
1558 CHK(appFileInfo.Supports(&mimeTestType1) == false);
1559 CHK(appFileInfo.Supports(&mimeTestType2) == false);
1560 CHK(appFileInfo.Supports(&mimeTestType3) == false);
1561 CHK(appFileInfo.Supports(
[all...]
/haiku/headers/os/storage/
H A DAppFileInfo.h77 bool Supports(BMimeType* type) const;
/haiku/headers/libs/print/libprint/
H A DPrinterCap.h203 // For them Supports() has to be implemented only.
269 virtual bool Supports(CapID category) const = 0;
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp477 BAppFileInfo::Supports(BMimeType* type) const function in class:BAppFileInfo
/haiku/src/kits/storage/
H A DAppFileInfo.cpp475 BAppFileInfo::Supports(BMimeType* type) const function in class:BAppFileInfo
/haiku/src/kits/tracker/
H A DContainerWindow.cpp2930 if (info.Supports(&mimeType))

Completed in 195 milliseconds