Lines Matching refs:ref

1182 BPoseView::InitDirentIterator(const entry_ref* ref)
1185 Model sourceModel(ref, false, true);
1253 entry_ref ref;
1287 params->ref = *model->EntryRef();
1387 entry_ref ref(params->ref);
1408 EntryListBase* container = view->InitDirentIterator(&ref);
1528 creationData.AddRef("ref", &ref);
1708 entry_ref ref;
1709 entry.GetRef(&ref);
1713 BVolume parentVolume(ref.device);
1721 dirNode.device = ref.device;
1722 dirNode.node = ref.directory;
1724 BPose* pose = EntryCreated(&dirNode, &itemNode, ref.name, 0);
1741 node_ref ref;
1744 && entry.GetNodeRef(&ref) == B_OK) {
1745 WatchNewNode(&ref);
1789 BPoseView::AddPosesThreadValid(const entry_ref* ref) const
1791 return *(TargetModel()->EntryRef()) == *ref || ContainerWindow()->IsTrash();
2192 entry_ref ref;
2195 && message->FindRef("ref", &ref) == B_OK) {
2199 if (AddPosesThreadValid(&ref)) {
3352 BPoseView::PlaceFolder(const entry_ref* ref, const BMessage* message)
3354 BNode node(ref);
3467 entry_ref ref;
3470 if (FSCreateNewFolderIn(targetModel->NodeRef(), &ref, &nodeRef) == B_OK) {
3473 PlaceFolder(&ref, message);
3476 BPose* pose = EntryCreated(targetModel->NodeRef(), &nodeRef, ref.name,
4714 entry_ref ref;
4715 if (message->FindRef("refs", index, &ref) != B_OK)
4717 entryList->AddItem(new entry_ref(ref));
5762 BPoseView::WatchParentOf(const entry_ref* ref)
5764 BPath currentDir(ref);
5766 BSymLink symlink(ref);
5787 BPoseView::StopWatchingParentsOf(const entry_ref* ref)
5790 BSymLink symlink(ref);
5791 BPath currentDir(ref);
6153 CopyOneTrashedRefAsEntry(const entry_ref* ref, BObjectList<entry_ref>* trashList,
6159 BDirectory entryDir(ref);
6164 int32 device = ref->device;
6175 trashList->AddItem(new entry_ref(*ref));
6177 noTrashList->AddItem(new entry_ref(*ref));
6191 CheckVolumeReadOnly(const entry_ref* ref)
6193 BVolume volume (ref->device);
6209 BPoseView::MoveSelectionOrEntryToTrash(const entry_ref* ref, bool selectNext)
6217 if (ref != NULL) {
6218 if (!CheckVolumeReadOnly(ref)) {
6223 CopyOneTrashedRefAsEntry(ref, entriesToTrash, entriesToDeleteOnTheSpot,
6238 if (ref != NULL) {
6274 BPoseView::MoveEntryToTrash(const entry_ref* ref, bool selectNext)
6276 MoveSelectionOrEntryToTrash(ref, selectNext);
6324 BPoseView::Delete(const entry_ref &ref, bool selectNext, bool confirm)
6328 entriesToDelete->AddItem(new entry_ref(ref));
7527 entry_ref ref;
7528 if (entry.GetRef(&ref) == B_OK) {
7530 message.AddRef("refs", &ref);
8642 entry_ref ref;
8645 || entry.GetRef(&ref) != B_OK)
8655 Model parentModel(&ref);
8658 message.AddRef("refs", &ref);
8675 msg.AddRef("refs", &ref);
10255 BPoseView::Represents(const entry_ref* ref) const
10257 return *fModel->EntryRef() == *ref;