Searched refs:FindData (Results 26 - 50 of 131) sorted by relevance

123456

/haiku/src/servers/app/
H A DCursorSet.cpp191 if (message.FindData("_data", B_RAW_TYPE, (const void **)&buffer,
244 if (message.FindData("_data", B_RAW_TYPE, (const void **)&buffer,
/haiku/headers/private/kernel/util/
H A DKMessage.h83 status_t FindData(const char* name, type_code type,
85 status_t FindData(const char* name, type_code type,
353 status_t error = FindData(name, type, index, &data, &size);
461 return FindData(name, B_STRING_TYPE, index, (const void**)value, &size);
570 if (FindData(name, B_STRING_TYPE, index, (const void**)&value, &size)
/haiku/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp219 if (data->FindData("text/plain", B_MIME_TYPE, &text, &textSize) >= B_OK)
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp136 message->FindData(nameFound, typeFound,
/haiku/src/apps/resedit/
H A DBitmapView.cpp206 if (response.FindData("image/jpeg", B_MIME_DATA,
209 if (response.FindData("image/png", B_PNG_FORMAT,
579 status = datamsg.FindData("_data", B_RAW_TYPE, (const void **)&buffer, &bufferLength);
609 status = flattened.FindData("_data", B_RAW_TYPE, (const void **)&buffer, &bufferLength);
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp171 if (attributes.FindData(B_MAIL_ATTR_WHEN, B_TIME_TYPE,
/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp123 if (item != NULL && message->FindData(kRGBColor, B_RGB_COLOR_TYPE,
H A DAPRView.cpp116 if (msg->FindData(kRGBColor, B_RGB_COLOR_TYPE,
130 if (msg->FindData(kRGBColor, B_RGB_COLOR_TYPE,
/haiku/src/apps/terminal/
H A DColorListView.cpp123 if (item != NULL && message->FindData(kRGBColor, B_RGB_COLOR_TYPE,
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp99 ret = archive->FindData("transformation", B_DOUBLE_TYPE,
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp48 if (archive->FindData("matrix", B_DOUBLE_TYPE,
/haiku/src/build/libbe/app/
H A DMessage.cpp1508 BMessage::FindData(const char *name, type_code type, int32 index, function in class:BMessage
1624 /* Relay functions from here on (Add... -> AddData, Find... -> FindData) */
1641 error = FindData(name, typeCode, 0, (const void **)&ptr, &bytes); \
1657 error = FindData(name, typeCode, index, (const void **)&ptr, &bytes); \
1866 return FindData(name, B_STRING_TYPE, index, (const void **)string, &bytes);
1938 status_t error = FindData(name, B_POINTER_TYPE, index,
1966 status_t error = FindData(name, B_MESSENGER_TYPE, index,
1993 status_t error = FindData(name, B_REF_TYPE, index,
2020 status_t error = FindData(name, B_MESSAGE_TYPE, index,
2047 status_t error = FindData(nam
2058 BMessage::FindData(const char *name, type_code type, const void **data, function in class:BMessage
[all...]
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp113 message->FindData("data", B_RAW_TYPE, (const void**)&bytes,
144 if (message->FindData("data", B_RAW_TYPE, (const void**)&bytes,
/haiku/src/servers/input/
H A DMethodReplicant.cpp240 if (message->FindData("icon", B_ANY_TYPE, (const void**)&data, &numBytes)
364 if (message->FindData("icon", B_ANY_TYPE, (const void**)&icon, &numBytes)
/haiku/src/apps/diskprobe/
H A DDataView.cpp286 if (message->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK
287 || message->FindData(B_FILE_MIME_TYPE, B_MIME_TYPE, &data, &size) == B_OK) {
337 && (clip->FindData(B_FILE_MIME_TYPE, B_MIME_TYPE, &data, &length) == B_OK
338 || clip->FindData("text/plain", B_MIME_TYPE, &data, &length) == B_OK)) {
1118 if (dragMessage->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK
1119 || dragMessage->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK)
/haiku/src/kits/interface/
H A DShape.cpp163 while (archive->FindData("ops", B_INT32_TYPE, i++,
176 while (archive->FindData("pts", B_POINT_TYPE, i++,
/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp253 && reply.FindData("bdaddr", B_ANY_TYPE, 0,
354 && reply.FindData("devclass", B_ANY_TYPE, 0, (const void**)&bufferRecord,
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp210 if (clipping->FindData("text/plain",
214 if (clipping->FindData("application/x-vnd.Be-text_run_array",
/haiku/src/servers/registrar/
H A DMIMEManager.cpp222 err = message->FindData("data", B_RAW_TYPE, &data,
406 err = message->FindData("icon data", B_RAW_TYPE, &data,
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp227 if (message->FindData(field_name, field_code, index, &data, &numBytes) != B_OK) {
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp63 ret = message->FindData("RGBColor", B_RGB_COLOR_TYPE, index,
/haiku/src/system/libroot/posix/
H A Dshadow.cpp56 || (error = sShadowPwdDBReply.FindData("entries", B_RAW_TYPE,
H A Dpwd.cpp99 || (error = sPasswdDBReply.FindData("entries", B_RAW_TYPE,
/haiku/src/tests/servers/input/msgspy/
H A DMsgSpy.cpp99 message->FindData(field_name, field_type, &field_data, &field_data_bytes);
/haiku/src/kits/app/
H A DKey.cpp205 || message.FindData("data", B_RAW_TYPE, &data, &dataLength) != B_OK

Completed in 135 milliseconds

123456