Searched refs:EntryRef (Results 26 - 45 of 45) sorted by relevance

12

/haiku/src/kits/tracker/
H A DDeskWindow.cpp98 runAddOn->AddRef("refs", model->EntryRef());
124 if (*item->model->EntryRef() == *other->EntryRef())
140 Model* resolved = new Model(model->EntryRef(), true, true);
157 BResources resources(model->ResolveIfLink()->EntryRef());
H A DContainerWindow.cpp248 message->AddRef("refs", model->EntryRef());
253 const entry_ref* addOnRef = model->EntryRef();
615 BEntry entry(model->EntryRef());
619 fInTrash = FSInTrashDir(model->EntryRef());
739 ->FirstItem()->TargetModel()->EntryRef() : NULL,
2076 ? PoseView()->SelectionList()->FirstItem()->TargetModel()->EntryRef()
2138 ref = TargetModel()->EntryRef();
2154 if (entry.SetTo(model.EntryRef(), true) != B_OK)
2205 Model model(pose->TargetModel()->EntryRef(), true);
2271 message.AddRef("refs", pose->TargetModel()->EntryRef());
[all...]
H A DPoseView.cpp208 index)->TargetModel()->EntryRef())));
784 poseInfo.fInitedDirectory = model->EntryRef()->directory;
1287 params->ref = *model->EntryRef();
1593 monitorMsg.AddInt64("directory", model.EntryRef()->directory);
1594 monitorMsg.AddString("name", model.EntryRef()->name);
1791 return *(TargetModel()->EntryRef()) == *ref || ContainerWindow()->IsTrash();
2059 return fRefFilter->Filter(model->EntryRef(), model->Node(), &stat,
2994 || (poseInfo->fInitedDirectory != model->EntryRef()->directory
4299 index)->TargetModel()->EntryRef(), true);
4484 && tmpTarget.SetTo(targetPose->TargetModel()->EntryRef(),
[all...]
H A DWidgetAttributeText.cpp420 BEntry entry(model->EntryRef());
648 BEntry entry(fModel->EntryRef());
675 BEntry entry(fModel->EntryRef());
786 BEntry entry(fModel->EntryRef());
841 *outString = fModel->EntryRef()->name;
1561 BNode node(fModel->EntryRef());
H A DTracker.cpp319 model.EntryRef()->directory);
320 message.AddString("name", model.EntryRef()->name);
383 const entry_ref* ref = window->TargetModel()->EntryRef();
906 (new FindWindow(model->EntryRef()))->Show();
1115 refList->AddRef("refs", model->EntryRef());
1404 wind_entry.SetTo(window->TargetModel()->EntryRef());
H A DCountView.cpp297 if (entry.SetTo(window->TargetModel()->EntryRef()) == B_OK)
H A DDraggableContainerIcon.cpp174 message.AddRef("refs", model->EntryRef());
H A DFilePanel.cpp277 *ref = *static_cast<TFilePanel*>(fWindow)->TargetModel()->EntryRef();
H A DQueryPoseView.cpp119 message.AddRef("refs", TargetModel()->EntryRef());
H A DPose.cpp384 BEntry entry(fModel->EntryRef(), true);
H A DFindPanel.cpp3130 if (tracker != NULL && tracker->EntryHasWindowOpen(model->EntryRef())) {
3138 BEntry entry(model->EntryRef());
H A DFSUtils.cpp452 BDirectory destDir (targetModel->EntryRef());
769 BEntry entry(model->EntryRef());
807 result = ShouldEditRefName(model->EntryRef(), name, length);
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp59 fCurrentKeymap.Load(current->EntryRef());
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp126 : HashMap<EntryRef, EntryCreatedEvent*> {
131 : HashMap<EntryRef, EntryRemovedEvent*> {
135 struct EntryMovedEventKey : public EntryRef {
142 : EntryRef(volumeID, fromDirectory, fromName),
151 uint32 hash = EntryRef::GetHashCode();
160 return (*(const EntryRef*)this) == other
175 struct VolumeManager::EntryMovedEventMap : HashMap<EntryRef, EntryMovedEvent*> {
183 typedef EntryRef AttributeRef;
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp327 Model resolvedModel(model->EntryRef(), true, true);
343 BSymLink symLink(model->EntryRef());
648 OpenParentAndSelectOriginal(fModel->EntryRef());
655 Model resolvedModel(fModel->EntryRef(), true, true);
670 window->OpenFilePanel(fModel->EntryRef());
778 BNode node(fModel->EntryRef());
/haiku/src/kits/storage/
H A DPathMonitor.cpp142 const NotOwningEntryRef& EntryRef() const function in class:__anon3::Ancestor
296 inline NotOwningEntryRef EntryRef() const;
525 Entry::EntryRef() const function in class:__anon3::Entry
993 _NotifyEntryCreatedOrRemoved(fBaseAncestor->EntryRef(),
1023 _NotifyEntryCreatedOrRemoved(fBaseAncestor->EntryRef(),
1385 && entryRef == ancestor->EntryRef()) {
1392 if (BEntry(&ancestor->EntryRef()).GetStat(&ancestorStat) == B_OK
1468 NotOwningEntryRef directoryEntryRef = nodeEntry->EntryRef();
1518 if (entryRef != ancestor->EntryRef()) {
1522 if (BEntry(&ancestor->EntryRef())
[all...]
/haiku/src/preferences/printers/
H A DJobListView.cpp174 BNode node(&fJob->EntryRef());
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp188 fCurrentMap.Load(current->EntryRef());
323 status_t status = fCurrentMap.Load(item->EntryRef());
1040 if (current != NULL && fCurrentMapName == current->EntryRef().name) {
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1794 entry_ref EntryRef; local
1806 for (i = 0; MessagePntr->FindRef ("refs", i, &EntryRef) == B_OK; i++)
1810 ErrorCode = Entry.SetTo (&EntryRef, true /* traverse symbolic links */);
5633 entry_ref EntryRef; local
5638 for (i = 0; MessagePntr->FindRef ("refs", i, &EntryRef) == B_OK; i++)
5639 InternalMessage.AddRef ("refs", &EntryRef);
5932 entry_ref EntryRef; local
5969 MessagePntr->FindRef ("refs", RefIndex, &EntryRef) == B_OK;
5977 ErrorCode = Entry.SetTo (&EntryRef, true /* traverse symbolic links */);
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp557 NotOwningEntryRef entryRef(package->EntryRef());
1284 NotOwningEntryRef entryRef(package->EntryRef());
1594 NotOwningEntryRef packageRef(package->EntryRef());

Completed in 172 milliseconds

12