Searched refs:app (Results 1 - 25 of 387) sorted by last modified time

1234567891011>>

/haiku/src/apps/terminal/
H A DTermWindow.cpp2016 BMessenger app(TERM_SIGNATURE, teamID);
2017 app.SendMessage(MSG_ACTIVATE_TERM);
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp64 BApplication app("application/x-vnd.getmousetest");
68 app.Run();
/haiku/src/apps/deskbar/
H A DSwitcher.cpp392 TBarApp* app = static_cast<TBarApp*>(be_app); local
396 fSmallIcon = app->FetchTeamIcon(team, smallIconSize);
397 fLargeIcon = app->FetchTeamIcon(team, largeIconSize);
731 // If hidden we need to get things started by switching to correct app
783 // Switch to the first app inbetween to make it always the next
784 // app to switch to after the quick switch.
932 // then none are. So we can't switch to this app.
944 // this group are visible. So we can't switch to this app.
1009 // we should not be trying to quit an app if we have an empty list
1016 // switch to previous app i
2334 TBarApp* app = static_cast<TBarApp*>(be_app); local
[all...]
H A DWindowMenuItem.cpp272 TBarApp* app = static_cast<TBarApp*>(be_app); local
273 fBitmap = app->FetchWindowIcon(fIsLocal, fIsMinimized);
H A DDeskbarMenu.cpp447 TBarApp* app = dynamic_cast<TBarApp*>(be_app); local
448 if (app == NULL)
453 fRecentsCount = app->Settings()->recentDocsCount;
454 fRecentsEnabled = app->Settings()->recentDocsEnabled;
457 fRecentsCount = app->Settings()->recentAppsCount;
458 fRecentsEnabled = app->Settings()->recentAppsEnabled;
461 fRecentsCount = app->Settings()->recentDocsCount;
462 fRecentsEnabled = app->Settings()->recentDocsEnabled;
469 fRecentsCount = app->Settings()->recentFoldersCount;
470 fRecentsEnabled = app
[all...]
/haiku/src/kits/tracker/
H A DPoseView.cpp1457 // cache up the file type and preferred app
4509 // drag was from another app
4917 Model* app; member in struct:LaunchParams
4931 if (params->app->IsDropTarget(params->checkTypes
4948 params.app = appModel;
5607 // cache up the file type and preferred app
H A DWidgetAttributeText.cpp2046 const BColumn* column, bool app)
2049 fAppVersion(app)
2045 VersionAttributeText(const Model* model, const BColumn* column, bool app) argument
H A DOpenWithWindow.h88 // gets the preferred app for all the files it was asked to
89 // find supporting apps for, returns false if no preferred app
106 // window static version, needs the preferred app for preformance
122 static int32 Relation(const Model* node, const Model* app);
143 // <entriesToOpen> eventually get opened by the selected app
180 // open entries with the selected app
182 // open entries with the selected app and make it
206 // open entries with the selected app
254 // override to add selecting the default handling app
H A DFSUtils.cpp3468 // app already running, not really an error
3519 LoaderErrorDetails(const entry_ref* app, BString &details) argument
3522 BEntry appEntry(app, true);
3633 entry_ref app; local
3640 error = be_roster->FindApp(&documentRef, &app);
3657 BEntry appEntry(&app, true);
3659 // remove the app itself from the refs received so we don't
3668 PRINT(("stripping %s, app %s \n", ref.name, app.name));
3671 PRINT(("leaving %s, app
[all...]
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp674 // record app signature for replicant add-on loading
2116 // open the app executable file
2290 AboutApp app; local
2291 app.Run();
/haiku/src/bin/desklink/
H A Ddesklink.cpp39 BApplication app(kAppSignature);
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp178 PowerStatus app; local
179 app.Run();
/haiku/src/kits/storage/mime/
H A DSupportingApps.cpp138 app signature in their list of supporting apps following this call.
142 supporting app.
153 \param app The application whose supported types you are setting
156 \param fullSync If \c true, \c app is removed as a supporting application
164 SupportingApps::SetSupportedTypes(const char *app, const BMessage *types, bool fullSync) argument
166 if (app == NULL || types == NULL)
173 std::set<std::string> &newTypes = fSupportedTypes[app];
174 std::set<std::string> &strandedTypes = fStrandedTypes[app];
180 // supported types list and adding the app as a supporting app fo
223 DeleteSupportedTypes(const char *app, bool fullSync) argument
240 AddSupportingApp(const char *type, const char *app) argument
260 RemoveSupportingApp(const char *type, const char *app) argument
[all...]
/haiku/src/servers/app/
H A DServerWindow.cpp159 ServerWindow::ServerWindow(const char* title, ServerApp* app, argument
164 fDesktop(app->GetDesktop()),
165 fServerApp(app),
168 fClientTeam(app->ClientTeam()),
272 // fMessagePort is the port to which the app sends messages for the server
1121 // TODO: if this happens, we probably want to kill the app and
H A DDesktop.cpp2116 // change the "active" app if appropriate
2123 ServerApp* app = fApplications.ItemAt(i); local
2125 if (oldActiveApp != -1 && app->ClientTeam() == oldActiveApp)
2126 app->Activate(false);
2127 else if (newActiveApp != -1 && app->ClientTeam() == newActiveApp)
2128 app->Activate(true);
2586 ServerApp *app = fApplications.ItemAt(i);
2587 team_id clientTeam = app->ClientTeam();
2589 app->Quit();
2593 // wait for the last app t
2680 ServerApp* app = fApplications.ItemAt(i); local
2740 ServerApp* app = fApplications.ItemAt(i); local
[all...]
/haiku/src/apps/mail/
H A DMailWindow.h72 TMailApp* app, const entry_ref* ref,
H A DMailWindow.cpp187 TMailWindow::TMailWindow(BRect rect, const char* title, TMailApp* app, argument
193 fApp(app),
2438 // get app version
/haiku/src/apps/debugger/
H A DDebugger.cpp842 Debugger app; local
843 status_t error = app.Init();
850 app.Run();
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h56 MainWindow(BRect frame, IconEditorApp* app,
H A DMainWindow.cpp121 MainWindow::MainWindow(BRect frame, IconEditorApp* app, argument
127 fApp(app),
/haiku/src/apps/magnify/
H A DMagnify.cpp2199 TApp app(pixelCount);
2200 app.Run();
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp296 RouteApp* app = dynamic_cast<RouteApp*>(be_app); local
297 ASSERT(app);
298 add_observer(this, app->manager);
315 RouteApp* app = dynamic_cast<RouteApp*>(be_app); local
316 ASSERT(app);
317 remove_observer(this, app->manager);
334 RouteApp* app = dynamic_cast<RouteApp*>(be_app); local
335 ASSERT(app);
336 BMessenger(app->routeWindow).SendMessage(
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp103 // [e.moon 6nov99] kill off the AddOnHost app, if any
250 // export app settings
728 RouteApp app; local
729 app.Run();
/haiku/src/tests/servers/app/idle_test/
H A Dtest.cpp7 BApplication app("application/x-vnd.idle-test");
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2300 is_supporting_app_for_all_types_in_message(const char *app, const BMessage &msg) argument
2316 // Look for our supporting app
2326 foundType |= to_lower(app) == to_lower(supportingApp);
2375 // the app as a supporting app for all types it previously
2389 // type as a directly supporting app
2396 // type as a directly supporting app
2400 // Test that SetSupportedTypes(..., false) does not remove the app as a supporting
2401 // app for newly unsupported types, while SetSupportedTypes(..., true) does. Also
2404 // app a
2586 std::string app = *i; local
2657 const char *app; local
[all...]

Completed in 218 milliseconds

1234567891011>>