Home
last modified time | relevance | path

Searched refs:fPrinterEntryRef (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/print/
H A DPrinter.cpp46 memset(&fPrinterEntryRef, 0, sizeof(entry_ref)); in BPrinter()
72 , fPrinterEntryRef(entryRef) in BPrinter()
94 entry.GetRef(&fPrinterEntryRef); in SetTo()
112 fPrinterEntryRef = entryRef; in SetTo()
125 entry.GetRef(&fPrinterEntryRef); in SetTo()
135 memset(&fPrinterEntryRef, 0, sizeof(entry_ref)); in Unset()
142 BDirectory spoolDir(&fPrinterEntryRef); in IsValid()
160 BDirectory spoolDir(&fPrinterEntryRef); in InitCheck()
177 BDirectory spoolDir(&fPrinterEntryRef); in IsDefault()
250 BNode printerNode(&fPrinterEntryRef); in DefaultSettings()
[all …]
/haiku/headers/private/print/
H A DPrinter.h75 entry_ref fPrinterEntryRef; variable