Searched refs:_NewWindow (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/packageinstaller/
H A Dmain.h30 void _NewWindow(const entry_ref* ref);
H A Dmain.cpp64 _NewWindow(&ref);
92 _NewWindow(&ref);
116 PackageInstaller::_NewWindow(const entry_ref* ref) function in class:PackageInstaller
/haiku/src/apps/people/
H A DPeopleApp.h48 PersonWindow* _NewWindow(entry_ref* = NULL, BMessage* = NULL);
H A DPeopleApp.cpp226 _NewWindow(NULL, message);
277 _NewWindow(&ref, NULL);
287 _NewWindow();
295 TPeopleApp::_NewWindow(entry_ref* ref, BMessage* message) function in class:TPeopleApp
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp123 _NewWindow()->Show();
165 MainWindow* window = _NewWindow();
215 _NewWindow()->Show();
254 window = _NewWindow();
276 MainWindow* window = _NewWindow();
288 IconEditorApp::_NewWindow() function in class:IconEditorApp
H A DIconEditorApp.h63 MainWindow* _NewWindow();

Completed in 90 milliseconds