Searched refs:BApplication (Results 476 - 500 of 506) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/codycam/
H A DCodyCam.cpp82 BApplication("application/x-vnd.Haiku-CodyCam"),
206 BApplication::MessageReceived(message);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp191 BApplication(kNetFSServerSignature),
355 return BApplication::Run();
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp72 BApplication *fApplication;
323 // line tools that don't create a BApplication - without a BApplication, we
327 fApplication = new BApplication("application/x-vnd.Haiku-RTFTranslator");
/haiku/src/apps/deskbar/
H A DBarApp.cpp191 BApplication::QuitRequested();
737 BApplication::MessageReceived(message);
H A DResourceSet.cpp909 gResources->AddResources(BApplication::AppResources());
/haiku/src/servers/input/
H A DInputServer.cpp144 BApplication(INPUTSERVER_SIGNATURE),
346 if (!BApplication::QuitRequested())
587 BApplication::MessageReceived(message);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp167 class AboutApp : public BApplication {
369 BApplication(kSignature)
388 BApplication::MessageReceived(message);
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp820 new BApplication("application/x-vnd-OBOS-net_server");
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp62 BApplication(kKeyStoreServerSignature),
/haiku/src/bin/
H A Durlwrapper.cpp42 UrlWrapper::UrlWrapper() : BApplication(kAppSig)
H A Dsetmime.cpp1154 BApplication app("application/x-vnd.haiku.setmime");
H A Dhey.cpp268 BApplication app("application/x-amezei-hey");
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp415 BApplication::MessageReceived(msg);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp343 * rather than the BApplication, so that thousands of files could be
600 /* The BApplication starts processing messages before ReadyToRun finishes,
609 which would happen if the BApplication sent a scripting message to itself. */
1071 * Due to deadlock problems with the BApplication posting scripting messages to
1074 * series of scripting commands sent to the main BApplication. It also prints
1234 /* These are cached copies of the similar values in the BApplication. They
1236 from the BApplication then the polling loop will try to redraw the display.
1282 * at the BApplication data for examining simple things and when redrawing the
1305 * ABSApp is the BApplication class for this program. This handles messages
1314 class ABSApp : public BApplication
[all...]
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1664 BApplication app("application/x-vnd.haiku.layout-test1");
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp780 : BApplication(signature),
H A DFindAppTester.cpp200 fApplication = new BApplication("application/x-vnd.obos-roster-findapp");
/haiku/src/servers/media/
H A Dmedia_server.cpp963 BApplication::MessageReceived(msg);
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp131 fApplication = new BApplication("application/x-vnd.obos.node-info-test");
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp1301 BApplication app("application/x-vnd.Haiku-JPEG2000Translator");
/haiku/src/kits/interface/
H A DBitmap.cpp1161 = BApplication::Private::ServerAllocator();
H A DInterfaceDefs.cpp1286 = BApplication::Private::ServerReadOnlyMemory();
/haiku/src/servers/net/
H A DNetServer.cpp300 BApplication::MessageReceived(message);
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp948 BApplication
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp1325 BApplication app("application/x-vnd.Haiku-JPEGTranslator");

Completed in 755 milliseconds

<<11121314151617181920>>