Home
last modified time | relevance | path

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

/haiku/src/apps/diskprobe/
H A DTypeEditors.h33 extern status_t GetNthTypeEditor(int32 index, const char** _name);
H A DTypeEditors.cpp1326 GetNthTypeEditor(int32 index, const char** _name) in GetNthTypeEditor() function
H A DProbeView.cpp1241 for (int32 i = 0; GetNthTypeEditor(i, &name) == B_OK; i++) { in AddViewAsMenuItems()