Searched refs:FindData (Results 101 - 125 of 131) sorted by relevance

123456

/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp68 if (archive->FindData("transformation", B_DOUBLE_TYPE,
/haiku/src/kits/tracker/
H A DDeskWindow.cpp609 if (message->FindData("RGBColor", 'RGBC',
H A DTextWidget.cpp397 if (clip->FindData("text/plain", B_MIME_TYPE,
H A DOpenWithWindow.cpp947 if (message->FindData("RGBColor", 'RGBC', (const void**)&color, &size)
/haiku/src/bin/
H A Dhey.cpp519 while (reply.FindData("messages", B_PROPERTY_INFO_TYPE,
1013 while (msg->FindData(namefound, typefound, j++, (const void **)&voidptr,
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp194 for (int32 i = 0; message->FindData("RGBColor", B_RGB_COLOR_TYPE, i,
278 if (clip->FindData("application/x-vnd.icon_o_matic-listview-message",
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp538 if (message->FindData("text/plain", B_MIME_DATA,
1159 || message->FindData("states", B_UINT8_TYPE,
/haiku/src/preferences/filetypes/
H A DIconView.cpp608 message->FindData("icon", B_VECTOR_ICON_TYPE, (const void**)&data,
704 if (message->FindData("icon data", B_VECTOR_ICON_TYPE,
H A DFileTypesWindow.cpp1218 attributes.FindData(kAttributeNames[i], type,
/haiku/src/kits/interface/
H A DTextView.cpp387 if (archive->FindData("_dis_ch", B_RAW_TYPE,
401 if (archive->FindData("_runs", B_RAW_TYPE, &flattenedRun, &runSize)
1419 if (clip->FindData("text/plain", B_MIME_TYPE,
1425 clip->FindData("application/x-vnd.Be-text_run_array",
4956 if (message->FindData("text/plain", B_MIME_TYPE, (const void**)&text,
4961 message->FindData("application/x-vnd.Be-text_run_array",
H A DBitmap.cpp390 if (data->FindData("_data", B_RAW_TYPE, &buffer, &size) == B_OK) {
/haiku/src/bin/rc/
H A Ddecompile.cpp604 if (msg.FindData(name, type, k, &data, (ssize_t*) &length) == B_OK) {
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp241 if (message.FindData(name, typeCode, k, &data, &size)
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp1103 if (request->FindData("raw command", B_ANY_TYPE, 0,
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp227 if(fConfig.FindData("parameterData", B_RAW_TYPE, index, &data, &size) == B_OK)
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1190 if (message.FindData(name, type, j, (const void**)&data, &size)
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp722 err = message->FindData(
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2097 originatorData.FindData("miniIcon", B_COLOR_8_BIT_TYPE,
2099 originatorData.FindData("largeIcon", B_COLOR_8_BIT_TYPE,
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp839 if (message->FindData("node", B_RAW_TYPE, (const void **)&dni, &size))
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1561 if (data->FindData("_data", B_RAW_TYPE, &buffer, &size) == B_OK)
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp507 if (message->FindData("color", B_RGB_COLOR_TYPE,
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp312 if (message->FindData("RGBColor", B_RGB_COLOR_TYPE,
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp572 if (fConfig.FindData("parameterData", B_RAW_TYPE, index, &data,
/haiku/src/kits/app/
H A DRoster.cpp93 error = message->FindData("app_info", B_REG_APP_INFO_TYPE,
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp503 if (fConfig.FindData("parameterData", B_RAW_TYPE, index, &data, &size)

Completed in 1037 milliseconds

123456