Searched refs:RemoveData (Results 1 - 25 of 37) sorted by last modified time

12

/haiku/src/kits/tracker/
H A DFSUtils.cpp3687 copyOfRefs.RemoveData("refs", index);
H A DFindPanel.cpp3234 dragMessage->RemoveData("be:clip_name");
H A DIconMenuItem.cpp216 clone.RemoveData("nodeRefsToClose");
/haiku/src/apps/deskbar/
H A DStatusView.cpp510 fAddOnSettings.RemoveData(kReplicantPathField, i);
781 fAddOnSettings.RemoveData(kReplicantPathField, i);
/haiku/src/apps/showimage/
H A DShowImageView.cpp840 msg->RemoveData("be:types", 0);
841 msg->RemoveData("be:filetypes", 0);
842 msg->RemoveData("be:type_descriptions", 0);
/haiku/src/kits/app/
H A DMessage.cpp1855 BMessage::RemoveData(const char* name, int32 index) function in class:BMessage
/haiku/src/build/libbe/app/
H A DMessage.cpp1431 BMessage::RemoveData(const char *name, int32 index) function in class:BMessage
/haiku/headers/private/kernel/
H A Dthread_types.h182 bool RemoveData(AssociatedData* data);
/haiku/src/system/kernel/
H A Dteam.cpp3692 AssociatedDataOwner::RemoveData(AssociatedData* data) function in class:AssociatedDataOwner
3759 return thread_get_current_thread()->team->RemoveData(data);
/haiku/src/servers/launch/
H A DJob.cpp81 iterator->second.RemoveData("port");
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp110 fInputBuffer.RemoveData(temporaryBuffer, characterIndex + 1);
H A DHttpRequest.cpp743 fInputBuffer.RemoveData(inputTempBuffer,
791 fInputBuffer.RemoveData(inputTempBuffer, bytesRead);
H A DGopherRequest.cpp382 fInputBuffer.RemoveData(inputTempBuffer, fInputBuffer.Size());
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp768 extensions.RemoveData("extensions", index);
901 attributes.RemoveData(kAttributeNames[i], index);
H A DFileTypes.cpp248 message->RemoveData("refs", --index);
260 message->RemoveData("refs", --index);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp3157 be_clipboard->Data()->RemoveData("text/plain");
H A DSourceView.cpp1724 be_clipboard->Data()->RemoveData("text/plain");
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp120 fSettings.RemoveData(device->Description().friendly_name);
/haiku/src/kits/shared/
H A DSettingsMessage.cpp184 RemoveData(name);
/haiku/src/kits/network/libnetapi/
H A DNetBuffer.cpp253 return RemoveData((void*)&data, sizeof(int8));
260 return RemoveData((void*)&data, sizeof(uint8));
268 status_t result = RemoveData((void*)&be_data, sizeof(int16));
282 status_t result = RemoveData((void*)&be_data, sizeof(uint16));
296 status_t result = RemoveData((void*)&be_data, sizeof(int32));
310 status_t result = RemoveData((void*)&be_data, sizeof(uint32));
323 return RemoveData((void*)&data, sizeof(float));
330 return RemoveData((void*)&data, sizeof(double));
339 return RemoveData((void*)data, size);
344 BNetBuffer::RemoveData(voi function in class:BNetBuffer
[all...]
/haiku/src/servers/app/
H A DCursorSet.cpp101 RemoveData(_CursorWhichToString(which));
152 RemoveData(_CursorWhichToString(which));
290 RemoveData("name");
/haiku/headers/os/app/
H A DMessage.h181 status_t RemoveData(const char* name, int32 index = 0);
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp80 fMessage.RemoveData("server", index);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp237 state->RemoveData(kInConfigName);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp1007 be_clipboard->Data()->RemoveData("text/plain");

Completed in 189 milliseconds

12