Searched refs:FindData (Results 1 - 25 of 114) sorted by last modified time

12345

/haiku-fatelf/src/libs/icon/style/
H A DGradientTransformable.cpp63 if (archive->FindData("transformation", B_DOUBLE_TYPE,
/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp419 message->FindData("node_ref", B_RAW_TYPE,
848 message->FindData("nodeRefsToClose", B_RAW_TYPE, index,
850 message->FindData("nodeRefToSelect", B_RAW_TYPE, index,
H A DPoseView.cpp2422 if (data->FindData("application/tracker-columns", B_MIME_TYPE, &buffer, &size) == B_OK) {
3193 for (int32 index = 0; clipboardReport->FindData("tcnode", T_CLIPBOARD_NODE, index,
4559 if (message->FindData(kPlainTextMimeType, B_MIME_TYPE, (const void**)&text,
4585 if (message->FindData("application/x-vnd.Be-text_run_array", B_MIME_TYPE,
H A DOpenWithWindow.cpp908 if (message->FindData("RGBColor", 'RGBC', (const void**)&color, &size) == B_OK) {
H A DFSUtils.cpp3253 refs->FindData("nodeRefsToClose", B_RAW_TYPE,
H A DFSClipboard.cpp811 while (reportMessage->FindData("tcnode", T_CLIPBOARD_NODE, index,
H A DContainerWindow.cpp1314 result = message->FindData(name, type, index, &buffer, &size);
/haiku-fatelf/src/kits/interface/
H A DTextView.cpp385 if (archive->FindData("_dis_ch", B_RAW_TYPE,
399 if (archive->FindData("_runs", B_RAW_TYPE, &flattenedRun, &runSize)
1475 if (clip->FindData("text/plain", B_MIME_TYPE,
1481 clip->FindData("application/x-vnd.Be-text_run_array",
4919 if (inMessage->FindData("text/plain", B_MIME_TYPE, (const void **)&text,
4924 inMessage->FindData("application/x-vnd.Be-text_run_array",
H A DWindow.cpp1205 if (msg->FindData("bytes", B_STRING_TYPE,
1221 if (msg->FindData("bytes", B_STRING_TYPE,
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp452 if (fConfig.FindData("parameterData", B_RAW_TYPE, index, &data, &size)
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.cpp839 if (message->FindData("node", B_RAW_TYPE, (const void **)&dni, &size))
/haiku-fatelf/src/apps/terminal/
H A DTermView.cpp1021 if (clipMsg->FindData("text/plain", B_MIME_TYPE,
1788 } else if (msg->FindData("RGBColor", B_RGB_COLOR_TYPE,
1795 } else if (msg->FindData("text/plain", B_MIME_TYPE,
1841 if (clipMsgA->FindData("text/plain", B_MIME_TYPE,
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityView.cpp642 if (settings->FindData("history background color", B_RGB_COLOR_TYPE,
833 if (state->FindData(colorName.String(), B_RGB_COLOR_TYPE, i,
1078 if (message->FindData("RGBColor", B_RGB_COLOR_TYPE, 0,
/haiku-fatelf/src/apps/cortex/TransportView/
H A DTransportView.cpp1022 err = message->FindData(
1144 err = message->FindData(
/haiku-fatelf/src/apps/charactermap/
H A DCharacterWindow.cpp272 } else if (message->FindData("text/plain", B_MIME_TYPE,
/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsWindow.cpp826 if (data->FindData("text/plain", B_MIME_TYPE, (const void**)
/haiku-fatelf/src/kits/bluetooth/
H A DDiscoveryListener.cpp82 if (message->FindData("info", B_ANY_TYPE, 0,
/haiku-fatelf/src/apps/icon-o-matic/
H A DMainWindow.cpp181 for (int32 i = 0; message->FindData("RGBColor", B_RGB_COLOR_TYPE, i,
/haiku-fatelf/src/apps/diskprobe/
H A DProbeView.cpp1072 if (message->FindData("data", B_RAW_TYPE, (const void **)&data,
1802 if (clip->FindData(B_FILE_MIME_TYPE, B_MIME_TYPE, &data, &size) == B_OK
1803 || clip->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK)
2027 if (message->FindData("data", B_RAW_TYPE, (const void **)&data, &size) != B_OK) {
2031 || itemMessage->FindData("data", B_RAW_TYPE, (const void **)&data, &size) != B_OK) {
/haiku-fatelf/src/apps/deskcalc/
H A DCalcView.cpp779 if (message->FindData("RGBColor", B_RGB_COLOR_TYPE,
802 if (message->FindData("text/plain", B_MIME_TYPE,
1038 if (archive->FindData("rgbBaseColor", B_RGB_COLOR_TYPE,
1047 if (archive->FindData("rgbDisplay", B_RGB_COLOR_TYPE,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A DFSInfo.h78 if (message->FindData("infos", B_RAW_TYPE, &infos, &size) != B_OK
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DKMessage.h59 status_t FindData(const char *name, type_code type,
61 status_t FindData(const char *name, type_code type, int32 index,
326 return FindData(name, B_STRING_TYPE, index, (const void**)value, &size);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DKMessage.cpp340 // FindData
342 KMessage::FindData(const char *name, type_code type, const void **data, function in class:KMessage
345 return FindData(name, type, 0, data, numBytes);
348 // FindData
350 KMessage::FindData(const char *name, type_code type, int32 index, function in class:KMessage
802 status_t error = FindData(name, type, index, &data, &size);
/haiku-fatelf/src/tests/kits/app/bclipboard/
H A DReadWriteTester.cpp115 data->FindData("text/plain",B_MIME_TYPE, (const void **)&str, &size);
167 data->FindData("text/plain",B_MIME_TYPE, (const void **)&str, &size);
216 data->FindData("text/plain",B_MIME_TYPE, (const void **)&str, &size);
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageBStringItemTest.h36 static status_t FindData(BMessage& msg, const char* name, type_code type,
90 status_t TBStringFuncPolicy::FindData(BMessage& msg, const char* name, function in class:TBStringFuncPolicy
96 status_t err = msg.FindData(name, type, index, (const void**)&ptr, size);

Completed in 283 milliseconds

12345