Searched refs:SetViewOffset (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDataEditor.h73 status_t SetViewOffset(off_t offset);
105 status_t SetViewOffset(off_t offset, bool sendNotices);
H A DDataEditor.cpp717 SetViewOffset(offset, false);
745 SetViewOffset(oldOffset, false);
852 DataEditor::SetViewOffset(off_t offset, bool sendNotices) function in class:DataEditor
884 DataEditor::SetViewOffset(off_t offset) function in class:DataEditor
886 return SetViewOffset(offset, true);
918 SetViewOffset(fViewOffset);
943 status_t status = SetViewOffset(fViewOffset, false);
995 status = SetViewOffset(fViewOffset);
1043 status = SetViewOffset(fViewOffset);
1124 SetViewOffset(positio
[all...]
H A DProbeView.cpp922 fEditor.SetViewOffset(position);
988 fEditor.SetViewOffset(foundAt);

Completed in 37 milliseconds