Searched refs:Install (Results 1 - 25 of 48) sorted by last modified time

12

/haiku/src/kits/interface/
H A DMenu.cpp2420 item->Install(window);
3043 ItemAt(i)->Install(target);
H A DMenuItem.cpp570 BMenuItem::Install(BWindow* window) function in class:BMenuItem
573 MenuPrivate(fSubmenu).Install(window);
/haiku/src/servers/registrar/
H A DMIMEManager.cpp148 ? fDatabase.Install(type) : fDatabase.Delete(type);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp281 mime.Install();
/haiku/src/apps/people/
H A DPeopleApp.cpp150 mime.Install();
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp700 err = s_nodeSetType.Install();
703 "!!! RouteApp::_InitMimeTypes(): Install():\n"
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp177 suite->addTest( new TC("BMimeType::Install/Delete Test",
719 CHK(mime.Install() == B_OK);
743 CHK(mime.Install() == B_OK);
758 CHK(mime.Install() == B_OK);
778 CHK(mime.Install() == B_OK);
918 CHK(mime.Install() == B_OK);
945 CHK(mime.Install() == B_OK);
973 CHK(mime.Install() == B_OK);
1000 CHK(mime.Install() == B_OK);
1063 CHK(mime.Install()
[all...]
H A DNodeInfoTest.cpp922 CHK(type.Install() == B_OK);
929 CHK(appType.Install() == B_OK);
939 CHK(appType2.Install() == B_OK);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3532 ErrorCode = MimeType.Install ();
6526 m_InstallThingsButtonPntr = new BButton (TempRect, "Install Button",
6527 "Install spam types",
/haiku/src/kits/package/manager/
H A DPackageManager.cpp160 BPackageManager::Install(const char* const* packages, int packageCount) function in class:BPackageKit::BManager::BPrivate::BPackageManager
164 Install(packagesToInstall);
169 BPackageManager::Install(const BSolverPackageSpecifierList& packages) function in class:BPackageKit::BManager::BPrivate::BPackageManager
176 status_t error = fSolver->Install(packages, &unmatchedSpecifier);
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp420 ret = mime.Install();
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp589 mime.Install();
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp372 LegacyBootMenu::Install(const BootDrive& drive, BMessage& settings) function in class:LegacyBootMenu
/haiku/src/bin/
H A Dsetmime.cpp963 if (!IsInstalled() && Install() != B_OK)
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp91 CHK(BMimeType(signature).Install() == B_OK);
H A DLaunchTester.cpp109 CHK(mimeType.Install() == B_OK);
159 CHK(BMimeType(signature).Install() == B_OK);
239 CHK(type.Install() == B_OK);
H A DFindAppTester.cpp79 CHK(mimeType.Install() == B_OK);
114 CHK(BMimeType(signature).Install() == B_OK);
191 CHK(type.Install() == B_OK);
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.cpp155 fPackageManager->Install(&packageNameString, 1);
/haiku/src/kits/storage/mime/
H A DDatabase.cpp104 // Install
116 Database::Install(const char *type) function in class:BPrivate::Storage::Mime::Database
621 // Install the types
625 if (Install(supportedType) != B_OK)
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp339 LibsolvSolver::Install(const BSolverPackageSpecifierList& packages, function in class:LibsolvSolver
H A DLibsolvSolver.h49 virtual status_t Install(
/haiku/headers/private/interface/
H A DMenuPrivate.h53 void Install(BWindow* window);
/haiku/headers/os/interface/
H A DMenuItem.h71 void Install(BWindow* window);
/haiku/src/kits/storage/
H A DMimeType.cpp261 BMimeType::Install() function in class:BMimeType
H A DAppFileInfo.cpp866 error = mimeType.Install();
916 error = mimeType.Install();

Completed in 195 milliseconds

12