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

/haiku-fatelf/src/apps/diskprobe/
H A DDiskProbe.h14 static const uint32 kMsgOpenFilePanel = 'opFp'; variable
H A DFileWindow.cpp71 new BMessage(kMsgOpenFilePanel)));
H A DOpenWindow.cpp93 be_app_messenger.SendMessage(kMsgOpenFilePanel);
H A DDiskProbe.cpp472 case kMsgOpenFilePanel:
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypes.h16 static const uint32 kMsgOpenFilePanel = 'opFp'; variable
H A DFileTypeWindow.cpp359 BMessage panel(kMsgOpenFilePanel);
387 BMessage panel(kMsgOpenFilePanel);
402 BMessage panel(kMsgOpenFilePanel);
H A DFileTypes.cpp367 case kMsgOpenFilePanel:
H A DFileTypesWindow.cpp357 item = new BMenuItem(recentsMenu, new BMessage(kMsgOpenFilePanel));
808 BMessage panel(kMsgOpenFilePanel);
823 BMessage panel(kMsgOpenFilePanel);
/haiku-fatelf/src/apps/bootmanager/
H A DFileSelectionPage.cpp27 const uint32 kMsgOpenFilePanel = 'open'; variable
66 case kMsgOpenFilePanel:
107 new BMessage(kMsgOpenFilePanel),
/haiku-fatelf/src/apps/sudoku/
H A DSudokuWindow.cpp37 const uint32 kMsgOpenFilePanel = 'opfp'; variable
224 new BMessage(kMsgOpenFilePanel)));
447 case kMsgOpenFilePanel:

Completed in 105 milliseconds