Searched refs:_CreateWindow (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debuganalyzer/
H A DDebugAnalyzer.cpp37 if (fWindowCount == 0 && _CreateWindow(NULL) != B_OK)
64 _CreateWindow(dataSource);
75 status_t _CreateWindow(DataSource* dataSource) function in class:DebugAnalyzer
83 fprintf(stderr, "DebugAnalyzer::_CreateWindow(): Out of memory!\n");
/haiku/src/servers/app/
H A DServerApp.h107 status_t _CreateWindow(int32 code,
H A DServerApp.cpp594 status_t status = _CreateWindow(code, link, clientReplyPort);
3685 ServerApp::_CreateWindow(int32 code, BPrivate::LinkReceiver& link, function in class:ServerApp
3758 syslog(LOG_ERR, "ServerApp::_CreateWindow() - failed to run "

Completed in 111 milliseconds