Searched refs:sendNotices (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDataEditor.h105 status_t SetViewOffset(off_t offset, bool sendNotices);
106 status_t SetViewSize(size_t size, bool sendNotices);
H A DDataEditor.cpp852 DataEditor::SetViewOffset(off_t offset, bool sendNotices) argument
873 if (sendNotices) {
891 DataEditor::SetViewSize(size_t size, bool sendNotices) argument
920 if (sendNotices) {

Completed in 35 milliseconds