Searched refs:fContent (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/shared/
H A DJsonEvent.cpp18 fContent(content),
27 fContent(content),
35 fContent = NULL;
53 fContent = NULL;
61 fContent = zeroValue;
64 fContent = oneValue;
89 fContent(NULL),
114 return fContent;
/haiku/src/add-ons/print/drivers/postscript/
H A DPPDParser.cpp48 fContent << buffer;
52 fContent.ReplaceAll("\r\n", "\n");
54 fContent.ReplaceAll("&&\n", "");
56 fContent << '\n';
71 while ((next = fContent.FindFirst('\n', pos)) > 0) {
73 fContent.CopyInto(line, pos, next - pos);
H A DPPDParser.h31 BString fContent; member in class:PPDParser
/haiku/headers/private/shared/
H A DJsonEvent.h51 const char* fContent; member in class:BPrivate::BJsonEvent
/haiku/headers/private/bluetooth/
H A DCommandManager.h35 fContent = (Type*)(fHeader + 1);
38 fContent = (Type*)fHeader;
47 return fContent;
63 Type* fContent; member in class:BluetoothCommand
/haiku/src/bin/
H A Dnotify.cpp60 BString fContent; member in class:NotifyApp
176 fContent = argv[index];
236 if (fContent != "")
237 notification.SetContent(fContent);
/haiku/headers/os/app/
H A DNotification.h93 BString fContent; member in class:BNotification
/haiku/src/kits/app/
H A DNotification.cpp281 if (fContent == "")
283 return fContent;
290 fContent = content;

Completed in 58 milliseconds