Searched refs:FindData (Results 76 - 100 of 131) sorted by relevance

123456

/haiku/src/apps/diskprobe/
H A DProbeView.cpp963 if (message->FindData("data", B_RAW_TYPE, (const void**)&data,
1676 if (clip->FindData(B_FILE_MIME_TYPE, B_MIME_TYPE, &data, &size) == B_OK
1677 || clip->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK)
1898 if (message->FindData("data", B_RAW_TYPE, (const void**)&data,
1902 if (itemMessage == NULL || itemMessage->FindData("data",
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp639 if (settings->FindData("history background color", B_RGB_COLOR_TYPE,
828 if (state->FindData(colorName.String(), B_RGB_COLOR_TYPE, i,
1073 if (message->FindData("RGBColor", B_RGB_COLOR_TYPE, 0,
/haiku/src/apps/deskcalc/
H A DCalcView.cpp857 if (message->FindData("RGBColor", B_RGB_COLOR_TYPE,
882 if (message->FindData("text/plain", B_MIME_TYPE,
1172 if (archive->FindData("rgbBaseColor", B_RGB_COLOR_TYPE,
/haiku/src/libs/alm/
H A DSharedSolver.cpp283 err = archive->FindData(kConstraintsField, kConstraintsTypeCode,
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp296 } else if (message->FindData("bdaddr", B_ANY_TYPE,
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp217 if (message->FindData("color", B_RGB_COLOR_TYPE,
/haiku/src/kits/shared/
H A DVariant.cpp430 error = message.FindData(fieldName, type, &data, &numBytes);
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp469 if (settings.FindData(name, type, j, &data, &size) != B_OK)
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp450 msg.FindData("settings", B_RAW_TYPE, &data, &datasize);
/haiku/src/preferences/input/
H A DMouseSettings.cpp426 message.FindData(
/haiku/src/kits/tracker/
H A DIconMenuItem.cpp368 if (data->FindData("_deviceIconBits", B_RAW_TYPE, &bits, &numBytes)
H A DModel.cpp1113 if (message.FindData("types", 'CSTR', index,
1188 if (message.FindData("types", 'CSTR', index,
H A DFSClipboard.cpp828 while (reportMessage->FindData("tcnode", T_CLIPBOARD_NODE, index,
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp193 if (fBootVolume.FindData(BOOT_VOLUME_DISK_IDENTIFIER, B_RAW_TYPE,
/haiku/headers/os/app/
H A DMessage.h277 status_t FindData(const char* name, type_code type,
279 status_t FindData(const char* name, type_code type,
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp1038 err = message->FindData(
1160 err = message->FindData(
/haiku/src/apps/terminal/
H A DTermView.cpp924 if (clipMsg->FindData("text/plain", B_MIME_TYPE,
1643 } else if (message->FindData("RGBColor", B_RGB_COLOR_TYPE,
1650 } else if (message->FindData("text/plain", B_MIME_TYPE,
1696 if (clipMsgA->FindData("text/plain", B_MIME_TYPE,
1886 if (message->FindData("color", B_RGB_COLOR_TYPE,
/haiku/src/servers/input/
H A DInputServer.cpp914 if (message->FindData("mousemap", B_RAW_TYPE, (const void**)&map, &size) == B_OK) {
1577 if (event->FindData("states", B_UINT8_TYPE,
1909 if (event->FindData("states", B_UINT8_TYPE,
/haiku/src/kits/mail/
H A DMailAttachment.cpp733 _attributes.FindData(name, type, &data, &dataLen);
/haiku/src/kits/interface/
H A DPicture.cpp169 if (data->FindData("_data", B_RAW_TYPE, &pictureData, &size) != B_OK)
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp381 if (message->FindData("text/plain", B_MIME_TYPE, &data,
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp302 } else if (message->FindData("text/plain", B_MIME_TYPE,
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp806 if (data->FindData("text/plain", B_MIME_TYPE, (const void**)
/haiku/src/apps/serialconnect/
H A DTermView.cpp313 if (message->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK) {
H A DSerialWindow.cpp350 if (message->FindData("data", B_RAW_TYPE, (const void**)&bytes,

Completed in 407 milliseconds

123456