Searched refs:fContent (Results 1 – 8 of 8) sorted by relevance
18 fContent(content), in BJsonEvent()27 fContent(content), in BJsonEvent()35 fContent = NULL; in BJsonEvent()53 fContent = NULL; in BJsonEvent()61 fContent = zeroValue; in BJsonEvent()64 fContent = oneValue; in BJsonEvent()89 fContent(NULL), in BJsonEvent()114 return fContent; in Content()
48 fContent << buffer; in InitData()52 fContent.ReplaceAll("\r\n", "\n"); in InitData()54 fContent.ReplaceAll("&&\n", ""); in InitData()56 fContent << '\n'; in InitData()71 while ((next = fContent.FindFirst('\n', pos)) > 0) { in GetParameter()73 fContent.CopyInto(line, pos, next - pos); in GetParameter()
31 BString fContent; variable
35 fContent = (Type*)(fHeader + 1); in BluetoothCommand()38 fContent = (Type*)fHeader; in BluetoothCommand()47 return fContent;63 Type* fContent; variable
60 BString fContent; member in NotifyApp176 fContent = argv[index]; in ArgvReceived()236 if (fContent != "") in ReadyToRun()237 notification.SetContent(fContent); in ReadyToRun()
51 const char* fContent; variable
281 if (fContent == "") in Content()283 return fContent; in Content()290 fContent = content; in SetContent()
93 BString fContent; variable