Searched refs:DataView (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDataView.cpp7 #include "DataView.h"
30 // these are determined by the implementation of DataView::ConvertLine()
34 string, following the convention from the DataView::ConvertLine()
96 DataView::DataView(DataEditor &editor) function in class:DataView
125 DataView::~DataView()
131 DataView::DetachedFromWindow()
138 DataView::AttachedToWindow()
152 DataView
[all...]
H A DProbeView.h21 class DataView;
63 DataView* fDataView;
H A DDataView.h30 class DataView : public BView { class in inherits:BView
32 DataView(DataEditor& editor);
33 virtual ~DataView();
H A DDiskProbe.cpp28 #include "DataView.h"
114 int32 windowWidth = DataView::WidthForFontSize(fontSize) + 20;
H A DProbeView.cpp49 #include "DataView.h"
1094 fDataView = new DataView(fEditor);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js215 this.dataView = new DataView(buffer.buffer, byteOffset, byteLength);

Completed in 47 milliseconds