Searched refs:FindData (Results 51 - 75 of 131) sorted by relevance

123456

/haiku/src/bin/
H A Dclipboard.cpp320 clip->FindData("text/plain", B_MIME_TYPE, (const void **)&textBuffer,
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp83 status = archive->FindData(kShelfArchiveName, 'shlf', &data, &length);
/haiku/src/kits/locale/
H A DCollator.cpp66 if (archive->FindData("loc:collator", B_RAW_TYPE, &buffer, &size) == B_OK) {
/haiku/src/servers/app/
H A DScreenConfigurations.cpp229 || stored.FindData("mode", B_RAW_TYPE, (const void**)&mode,
/haiku/src/preferences/appearance/
H A DColorPreview.cpp122 if (message->FindData(kRGBColor, B_RGB_COLOR_TYPE,
/haiku/src/apps/terminal/
H A DColorPreview.cpp122 if (message->FindData(kRGBColor, B_RGB_COLOR_TYPE,
H A DThemeView.cpp302 if (msg->FindData(kRGBColor, B_RGB_COLOR_TYPE,
316 if (msg->FindData(kRGBColor, B_RGB_COLOR_TYPE,
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp272 if (message->FindData("which", B_RAW_TYPE, &data, &dataSize) == B_OK) {
308 if (message->FindData("RGBColor", B_RGB_COLOR_TYPE,
484 if (message->FindData("output", B_RAW_TYPE, n, &data, &dataSize) == B_OK)
529 if(message->FindData("be:source", B_RAW_TYPE, (const void**)&source, &dataSize) < B_OK)
675 if (message->FindData("input", B_RAW_TYPE, i, &data, &dataSize) == B_OK)
693 if (message->FindData("output", B_RAW_TYPE, i, &data, &dataSize) == B_OK)
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp2231 err = message->FindData("output", B_RAW_TYPE, n, &data, &dataSize);
2247 err = message->FindData("input", B_RAW_TYPE, n, &data, &dataSize);
2307 err = message->FindData("source", B_RAW_TYPE, n, &data, &dataSize);
2363 err = message->FindData("be:source", B_RAW_TYPE, (const void**)&source, &dataSize);
2372 err = message->FindData("be:destination", B_RAW_TYPE, (const void**)&destination, &dataSize);
2381 err = message->FindData("be:format", B_RAW_TYPE, (const void**)&format, &dataSize);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp611 if (message->FindData("source", B_RAW_TYPE, &data, &dataSize) != B_OK) {
615 if (message->FindData("destination", B_RAW_TYPE, &data, &dataSize) != B_OK) {
/haiku/headers/build/os/app/
H A DMessage.h178 status_t FindData(const char *name, type_code type,
180 status_t FindData(const char *name, type_code type, int32 index,
/haiku/src/kits/media/
H A DMediaFormats.cpp396 if (reply.FindData("formats", MEDIA_META_FORMAT_TYPE, index,
406 if (reply.FindData("formats", MEDIA_META_FORMAT_TYPE, index,
H A DDefaultMediaTheme.cpp573 || message->FindData("node", B_RAW_TYPE, (const void**)&node,
662 || message->FindData("node", B_RAW_TYPE, (const void**)&node,
760 || message->FindData("node", B_RAW_TYPE, (const void**)&node,
/haiku/src/kits/shared/
H A DSettingsMessage.cpp560 if (FindData(name, type, (const void**)&value, &numBytes) != B_OK)
579 if (FindData(name, type, &data, &numBytes) == B_OK)
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp333 if (clip->FindData(B_FILE_MIME_TYPE, B_MIME_TYPE, (const void**)&data,
453 if (message.FindData("data", B_RAW_TYPE,
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp226 if (message->FindData("time_t", B_TIME_TYPE, &pointer, &size) != B_OK)
234 if (message->FindData("rgb_color", B_RGB_COLOR_TYPE, &pointer, &size) != B_OK)
/haiku/src/servers/keystore/
H A DKeyring.cpp52 result = message.FindData("data", B_RAW_TYPE, &data, &size);
/haiku/src/servers/input/
H A DMouseSettings.cpp325 message.FindData("mouseSettings", B_ANY_TYPE, i,
/haiku/src/kits/network/libnetapi/
H A DNetBuffer.cpp53 if (archive->FindData("buffer", B_RAW_TYPE, (const void**)&bufferPtr,
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp594 err = reply.FindData("mousemap", B_RAW_TYPE, &data, &count);
851 if (reply.FindData("key_info", B_ANY_TYPE, &data, &count) != B_OK)
878 if (reply.FindData("keymap", B_ANY_TYPE, &map_array, &map_count) != B_OK) {
883 if (reply.FindData("key_buffer", B_ANY_TYPE, &key_array, key_buffer_size)
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp159 if (message->FindData("icon data", B_VECTOR_ICON_TYPE,
/haiku/src/libs/icon/shape/
H A DShape.cpp195 ret = archive->FindData("transformation", B_DOUBLE_TYPE,
/haiku/src/kits/tracker/
H A DTracker.cpp501 if (message->FindData("node_ref", B_RAW_TYPE,
1013 if (message->FindData(name, type, k, &data, &size)
1034 message->FindData("nodeRefsToClose", B_RAW_TYPE, index,
1036 message->FindData("nodeRefToSelect", B_RAW_TYPE, index,
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp432 KMessage::FindData(const char* name, type_code type, const void** data, function in class:KMessage
435 return FindData(name, type, 0, data, numBytes);
440 KMessage::FindData(const char* name, type_code type, int32 index, function in class:KMessage
/haiku/src/kits/app/
H A DMessage.cpp1943 BMessage::FindData(const char* name, type_code type, int32 index, function in class:BMessage
2437 /* Relay functions from here on (Add... -> AddData, Find... -> FindData) */
2462 error = FindData(name, typeCode, index, (const void**)&ptr, &bytes); \
2853 status_t err = FindData(name, B_ALIGNMENT_TYPE, index,
2879 return FindData(name, B_STRING_TYPE, index, (const void**)string, &bytes);
2950 status_t error = FindData(name, B_POINTER_TYPE, index,
2978 status_t error = FindData(name, B_MESSENGER_TYPE, index,
3005 status_t error = FindData(name, B_REF_TYPE, index,
3032 status_t error = FindData(name, B_NODE_REF_TYPE, index,
3059 status_t error = FindData(nam
3097 BMessage::FindData(const char* name, type_code type, const void** data, function in class:BMessage
[all...]

Completed in 152 milliseconds

123456