Searched refs:fOwnedContent (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/shared/
H A DJsonEvent.cpp19 fOwnedContent(NULL)
28 fOwnedContent(NULL)
47 fOwnedContent = buffer;
54 fOwnedContent = NULL;
79 fOwnedContent = buffer;
90 fOwnedContent(NULL)
97 if (NULL != fOwnedContent)
98 free(fOwnedContent);
112 if (NULL != fOwnedContent)
113 return fOwnedContent;
[all...]
/haiku/headers/private/shared/
H A DJsonEvent.h52 char* fOwnedContent; member in class:BPrivate::BJsonEvent

Completed in 42 milliseconds