Searched refs:fDataType (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.cpp39 fDataType = dataType;
65 switch (fDataType) {
151 if (fDataType != LIVE_SETTING_BOOL)
168 if (fDataType != LIVE_SETTING_INT32)
185 if (fDataType != LIVE_SETTING_STRING)
H A DLiveSetting.h73 LiveSettingType fDataType; member in class:LiveSetting
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp33 fDataType(B_HTTPFORM_STRING),
44 fDataType(B_HTTPFORM_STRING),
57 fDataType(B_HTTPFORM_FILE),
71 fDataType(B_HTTPFORM_BUFFER),
105 if (fDataType == B_HTTPFORM_BUFFER)
171 return fDataType;
181 if (fDataType == B_HTTPFORM_UNKNOWN || fDataType == B_HTTPFORM_FILE)
204 if (fDataType != B_HTTPFORM_BUFFER)
222 fDataType
[all...]
/haiku/src/servers/app/font/
H A DFontEngine.h101 { return fDataType; }
139 glyph_data_type fDataType; member in class:FontEngine
H A DFontEngine.cpp430 fDataType(glyph_data_invalid),
524 fDataType = glyph_data_mono;
542 fDataType = glyph_data_gray8;
560 fDataType = glyph_data_subpix;
575 fDataType = glyph_data_outline;
590 switch(fDataType) {
/haiku/headers/private/netservices/
H A DHttpForm.h80 form_content_type fDataType; member in class:BPrivate::Network::BHttpFormData

Completed in 110 milliseconds