Searched refs:Install (Results 1 - 25 of 48) sorted by relevance

12

/haiku/src/kits/interface/
H A DMenuItemPrivate.cpp43 MenuItemPrivate::Install(BWindow* window) function in class:BPrivate::MenuItemPrivate
45 fMenuItem->Install(window);
H A DMenuItem.cpp570 BMenuItem::Install(BWindow* window) function in class:BMenuItem
573 MenuPrivate(fSubmenu).Install(window);
/haiku/headers/private/interface/
H A DMenuItemPrivate.h25 void Install(BWindow* window);
H A DMenuPrivate.h53 void Install(BWindow* window);
/haiku/src/apps/packageinstaller/
H A DPackageInstall.h32 void Install();
H A DPackageInstall.cpp34 install->Install();
99 PackageInstall::Install() function in class:PackageInstall
188 // Install files and directories
/haiku/headers/private/debug/
H A DTeamDebugger.h22 status_t Install(team_id team);
/haiku/src/apps/bootmanager/
H A DBootMenu.h42 virtual status_t Install(const BootDrive& drive,
H A DLegacyBootMenu.h32 virtual status_t Install(const BootDrive& drive,
H A DBootManagerController.cpp199 fWriteBootMenuStatus = fBootMenu->Install(*fBootDrive, fSettings);
/haiku/src/kits/locale/
H A DInitLocaleKit.cpp60 res = supertype.Install();
110 res = mt.Install();
/haiku/src/kits/debug/
H A DTeamDebugger.cpp37 BTeamDebugger::Install(team_id team) function in class:BTeamDebugger
95 status_t error = Install(thread);
/haiku/headers/os/package/solver/
H A DSolver.h65 virtual status_t Install(
/haiku/src/bin/pkgman/
H A Dcommand_install.cpp47 " Install the packages in the user's home directory. Default is to\n"
112 packageManager.Install(packages, packageCount);
H A Dcommand_resolve_dependencies.cpp225 error = solver->Install(packagesToInstall);
/haiku/headers/os/interface/
H A DMenuItem.h71 void Install(BWindow* window);
/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...]
/haiku/headers/private/package/manager/
H A DPackageManager.h93 void Install(const char* const* packages,
95 void Install(const BSolverPackageSpecifierList&
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp177 status_t status = mimeType.Install();
/haiku/headers/os/storage/
H A DMimeType.h96 status_t Install();
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h49 virtual status_t Install(
/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp83 fDatabase->Install(signature);
/haiku/headers/private/storage/mime/
H A DDatabase.h63 status_t Install(const char *type);
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.cpp155 fPackageManager->Install(&packageNameString, 1);
/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);

Completed in 208 milliseconds

12