Searched defs:model (Results 1 - 25 of 112) sorted by last modified time

12345

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp212 WidgetAttributeText::NewWidgetText(const Model* model, argument
278 WidgetAttributeText(const Model* model, const BColumn* column) argument
391 AttrAsString(const Model* model, BString* outString, const char* attrName, int32 attrType, float width, BView* view, int64* resultingValue) argument
476 StringAttributeText(const Model* model, const BColumn* column) argument
576 ScalarAttributeText(const Model* model, const BColumn* column) argument
637 PathAttributeText(const Model* model, const BColumn* column) argument
664 OriginalPathAttributeText(const Model* model, const BColumn* column) argument
691 KindAttributeText(const Model* model, const BColumn* column) argument
720 NameAttributeText(const Model* model, const BColumn* column) argument
812 RealNameAttributeText(const Model* model, const BColumn* column) argument
881 OwnerAttributeText(const Model* model, const BColumn* column) argument
908 GroupAttributeText(const Model* model, const BColumn* column) argument
939 ModeAttributeText(const Model* model, const BColumn* column) argument
982 SizeAttributeText(const Model* model, const BColumn* column) argument
1047 TimeAttributeText(const Model* model, const BColumn* column) argument
1090 CreationTimeAttributeText(const Model* model, const BColumn* column) argument
1110 ModificationTimeAttributeText( const Model* model, const BColumn* column) argument
1130 GenericAttributeText(const Model* model, const BColumn* column) argument
1746 DurationAttributeText(const Model* model, const BColumn* column) argument
1828 CheckboxAttributeText(const Model* model, const BColumn* column) argument
1908 RatingAttributeText(const Model* model, const BColumn* column) argument
1987 OpenWithRelationAttributeText(const Model* model, const BColumn* column, const BPoseView* view) argument
2045 VersionAttributeText(const Model* model, const BColumn* column, bool app) argument
[all...]
H A DFSUtils.cpp764 EditModelName(const Model* model, const char* name, size_t length) argument
[all...]
H A DContainerWindow.cpp241 AddOneAddOn(const Model* model, const char* name, uint32 shortcut, argument
338 AddMimeTypeString(BStringList& list, Model* model) argument
606 BContainerWindow::NewPoseView(Model* model, uint32 viewMode) argument
613 BContainerWindow::UpdateIfTrash(Model* model) argument
626 CreatePoseView(Model* model) argument
2085 Model* model local
2297 Model model; local
4268 SetTo(Model* model, bool forWriting) argument
[all...]
H A DFilePanelPriv.cpp94 GetLinkFlavor(const Model* model, bool resolve = true) argument
214 Model* model = new Model(); local
602 Model* model = selectionList->FirstItem()->TargetModel(); local
621 Model* model = selectionList->ItemAt(index)->TargetModel(); local
677 NewPoseView(Model* model, uint32) argument
1390 Model* model = (PoseView()->SelectionList()-> local
1686 Model* model = selection->FirstItem()->TargetModel(); local
1705 Model* model = selection->ItemAt(index)->TargetModel(); local
1757 BFilePanelPoseView(Model* model) argument
[all...]
H A DTextWidget.cpp70 BTextWidget::BTextWidget(Model* model, BColumn* column, BPoseView* view) argument
H A DPoseView.h1297 BPoseView::FindPose(const Model* model, int32* index) const argument
H A DTracker.cpp198 GetVolumeFlags(Model* model) argument
299 Model* model = new Model(&entry, true); local
852 Model* model = NULL; local
1071 OpenContainerWindow(Model* model, BMessage* originalRefsList, OpenSelector openSelector, uint32 openFlags, bool checkAlreadyOpen, const BMessage* stateMessage) argument
1186 Model* model = new Model(&entry); local
1518 Model* model = new Model(&entry); local
1547 Model* model = new Model(&entry); local
[all...]
H A DPoseView.cpp223 BPoseView::BPoseView(Model* model, uint32 viewMode) argument
778 Model* model = pose->TargetModel(); local
1265 AddPoses(Model* model) argument
1433 Model* model = 0; local
1624 Model* model = pose->TargetModel(); local
1746 Model* model = new Model(&entry); local
1756 CreatePose(Model* model, PoseInfo* poseInfo, bool insertionSort, int32* indexPtr, BRect* boundsPointer, bool forceDraw) argument
1925 Model* model = models[modelIndex]; local
2040 PoseVisible(const Model* model, const PoseInfo* poseInfo) argument
2047 ShouldShowPose(const Model* model, const PoseInfo* poseInfo) argument
2930 ReadPoseInfo(Model* model, PoseInfo* poseInfo) argument
3010 ReadExtendedPoseInfo(Model* model) argument
3739 Model* model = pose->TargetModel(); local
5152 Model* model = selectionList->ItemAt(i)->ResolvedModel(); local
5206 UpdateWasBrokenSymlinkBinder(BPose* pose, Model* model, int32 index, BPoseView* poseView, BObjectList<Model>* fBrokenLinks) argument
5242 PoseHandleDeviceUnmounted(BPose* pose, Model* model, int32 index, BPoseView* poseView, dev_t device) argument
5256 OneMetaMimeChanged(BPose* pose, Model* model, int32 index, BPoseView* poseView, const char* type) argument
5426 Model* model = new Model(&dirNode, &itemNode, name); local
5608 Model* model = new Model(dirNode, itemNode, name, true); local
7567 AddPoseRefToMessage(Model* model, BMessage* message) argument
8357 Model* model = pose->TargetModel(); local
[all...]
H A DWidgetAttributeText.h451 AppShortVersionAttributeText(const Model* model, argument
462 SystemShortVersionAttributeText(const Model* model, argument
[all...]
H A DVirtualDirectoryWindow.cpp75 VirtualDirectoryWindow::CreatePoseView(Model* model) argument
88 VirtualDirectoryWindow::NewPoseView(Model* model, uint32 viewMode) argument
[all...]
H A DQueryPoseView.cpp80 BQueryPoseView::BQueryPoseView(Model* model) argument
407 QueryEntryListCollection::QueryEntryListCollection(Model* model, argument
H A DQueryContainerWindow.cpp67 BQueryContainerWindow::NewPoseView(Model* model, uint32) argument
81 BQueryContainerWindow::CreatePoseView(Model* model) argument
H A DOpenWithWindow.cpp970 OpenWithRelationDescription(const Model* model, BString* description) const argument
997 Model *model = new Model(ref, true, true); local
1009 RelationCachingModelProxy(Model* model) argument
1220 Model* model = fSupportingAppList->ItemAt(index)->fModel; local
1248 Model* model = proxy->fModel; local
1297 Model* model = proxy->fModel; local
1561 RelationDescription(const BMessage* entriesToOpen, const Model* model, BString* description) const argument
[all...]
H A DFindPanel.cpp3092 QueryOldEnough(Model* model) argument
3113 ProcessOneRef(Model* model) argument
[all...]
H A DDraggableContainerIcon.cpp116 Model* model = window->TargetModel(); local
H A DDeskWindow.cpp92 AddOneShortcut(Model* model, char key, uint32 modifiers, BDeskWindow* window) argument
137 Model* model = new Model(&entry); local
403 NewPoseView(Model* model, uint32 viewMode) argument
410 CreatePoseView(Model* model) argument
[all...]
H A DContainerWindow.h84 Model* model; member in struct:BPrivate::AddOnShortcut
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp643 acpi_object_type model; local
/haiku/src/apps/haikudepot/server/
H A DServerRepositoryDataUpdateProcess.cpp66 DepotMatchingRepositoryListener( Model* model, Stoppable* stoppable) argument
159 ServerRepositoryDataUpdateProcess( Model* model, uint32 serverProcessOptions) argument
H A DServerReferenceDataUpdateProcess.cpp34 ServerReferenceDataUpdateProcess( Model* model, uint32 serverProcessOptions) argument
H A DServerPkgDataUpdateProcess.cpp66 PackageFillingPkgListener::PackageFillingPkgListener(Model* model, argument
205 ServerPkgDataUpdateProcess( BString depotName, Model *model, uint32 serverProcessOptions) argument
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinatorFactory.cpp43 CreateIncrementViewCounter( Model* model, const PackageInfoRef package) argument
56 CreateUserDetailVerifierCoordinator( UserDetailVerifierListener* userDetailVerifierListener, Model* model) argument
70 CreateBulkLoadCoordinator( PackageInfoListenerRef packageInfoListener, Model* model, bool forceLocalUpdate) argument
151 CreatePackageActionCoordinator( Model* model, BMessage* message) argument
168 CacheScreenshotCoordinator(Model* model, ScreenshotCoordinate& screenshotCoordinate) argument
180 _ExtractPackageFromMessage( Model* model, BMessage* message) argument
191 _CreateInstallPackageActionCoordinator( Model* model, BMessage* message) argument
210 _CreateUninstallPackageActionCoordinator( Model* model, BMessage* message) argument
229 _CreateOpenPackageActionCoordinator( Model* model, BMessage* message) argument
[all...]
/haiku/src/tests/apps/haikudepot/
H A DLanguageModelTest.cpp32 LanguageModel* model = new LanguageModel("de"); local
57 LanguageModel* model = new LanguageModel("de_CH"); local
82 LanguageModel* model = new LanguageModel("de"); local
[all...]
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp122 UserLoginWindow::UserLoginWindow(BWindow* parent, BRect frame, Model& model) argument
H A DRatePackageWindow.cpp172 RatePackageWindow(BWindow* parent, BRect frame, Model& model) argument

Completed in 358 milliseconds

12345