Home
last modified time | relevance | path

Searched refs:GetTypeEditorAt (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/diskprobe/
H A DTypeEditors.h34 extern TypeEditorView* GetTypeEditorAt(int32 index, BRect rect,
H A DTypeEditors.cpp1345 GetTypeEditorAt(int32 index, BRect rect, DataEditor& editor) in GetTypeEditorAt() function
H A DProbeView.cpp1028 fTypeEditorView = GetTypeEditorAt(index, Frame(), editor); in TypeView()