Searched refs:GetViewBuffer (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDataEditor.h84 status_t GetViewBuffer(const uint8** _buffer);
H A DTypeEditors.cpp234 if (fEditor.GetViewBuffer((const uint8 **)&buffer) == B_OK) {
307 if (fEditor.GetViewBuffer((const uint8 **)&mimeType) == B_OK) {
393 if (fEditor.GetViewBuffer((const uint8**)&number) == B_OK) {
791 if (fEditor.GetViewBuffer((const uint8 **)&buffer) == B_OK)
965 if (fEditor.GetViewBuffer((const uint8 **)&data) != B_OK) {
1249 if (fEditor.GetViewBuffer((const uint8 **)&buffer) == B_OK) {
H A DDataEditor.cpp1059 DataEditor::GetViewBuffer(const uint8 **_buffer) function in class:DataEditor
H A DDataView.cpp186 if (fEditor.GetViewBuffer(&data) == B_OK)

Completed in 52 milliseconds