Searched refs:GetNthTypeEditor (Results 1 – 3 of 3) sorted by relevance
33 extern status_t GetNthTypeEditor(int32 index, const char** _name);
1326 GetNthTypeEditor(int32 index, const char** _name) in GetNthTypeEditor() function
1241 for (int32 i = 0; GetNthTypeEditor(i, &name) == B_OK; i++) { in AddViewAsMenuItems()