Searched refs:kMsgOpenFilePanel (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDiskProbe.h14 static const uint32 kMsgOpenFilePanel = 'opFp'; variable
H A DFileWindow.cpp72 new BMessage(kMsgOpenFilePanel)));
H A DOpenWindow.cpp93 be_app_messenger.SendMessage(kMsgOpenFilePanel);
H A DDiskProbe.cpp487 case kMsgOpenFilePanel:
/haiku/src/preferences/filetypes/
H A DFileTypes.h16 static const uint32 kMsgOpenFilePanel = 'opFp'; variable
H A DFileTypeWindow.cpp359 BMessage panel(kMsgOpenFilePanel);
388 BMessage panel(kMsgOpenFilePanel);
403 BMessage panel(kMsgOpenFilePanel);
H A DFileTypesWindow.cpp365 item = new BMenuItem(recentsMenu, new BMessage(kMsgOpenFilePanel));
816 BMessage panel(kMsgOpenFilePanel);
831 BMessage panel(kMsgOpenFilePanel);
H A DFileTypes.cpp381 case kMsgOpenFilePanel:
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp27 const uint32 kMsgOpenFilePanel = 'open'; variable
66 case kMsgOpenFilePanel:
107 new BMessage(kMsgOpenFilePanel),
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp37 const uint32 kMsgOpenFilePanel = 'opfp'; variable
218 new BMessage(kMsgOpenFilePanel)));
445 case kMsgOpenFilePanel:

Completed in 154 milliseconds