Searched refs:IsTrash (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/tracker/
H A DModel.h138 bool IsTrash() const;
439 Model::IsTrash() const function in class:BPrivate::Model
H A DContainerWindow.h131 bool IsTrash() const;
414 BContainerWindow::IsTrash() const function in class:BPrivate::BContainerWindow
H A DContainerWindow.cpp618 fIsTrash = model->IsTrash();
773 if (!TargetModel()->IsRoot() && !IsTrash())
1449 bool wasInTrash = IsTrash() || InTrash();
1462 if (wasInTrash ^ (IsTrash() || InTrash())
1486 if (!TargetModel()->IsRoot() && !IsTrash()) {
1627 if (TargetModel()->IsRoot() || TargetModel()->IsTrash()
1797 && !IsTrash() && !IsPrintersDir() && !TargetModel()->IsRoot()) {
1820 if (IsTrash() || InTrash()) {
1823 if (IsTrash()) {
1977 if (!IsTrash()) {
[all...]
H A DDraggableContainerIcon.cpp74 if (window->IsTrash() || window->IsPrintersDir())
H A DFSClipboard.cpp239 || model->IsTrash()
502 if (copyList->CountItems() > 0 && model->IsTrash()) {
H A DPoseView.cpp373 if (window != NULL && window->IsTrash())
826 bool isTrash = model->IsTrash() && IsDesktopView();
1791 return *(TargetModel()->EntryRef()) == *ref || ContainerWindow()->IsTrash();
2939 bool isTrash = model->IsTrash() && IsDesktopView();
4202 return targetModel->IsTrash();
5078 bool destIsTrash = destFolder->IsTrash();
5519 } else if (ContainerWindow()->IsTrash()) {
5679 if (ContainerWindow()->IsTrash()) {
6063 if (poseModel->IsTrash() || poseModel->IsVolume()) {
6426 if (TargetModel()->IsTrash())
[all...]
H A DNavMenu.cpp440 } else if (startModel.IsTrash()) {
H A DFSUtils.cpp777 || model->IsTrash() || model->IsVirtualDirectory()) {
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp354 fTrackingState = fModel->IsTrash()
588 if (!model.IsDesktop() && !model.IsRoot() && !model.IsTrash()) {
607 if (!model.IsRoot() && !model.IsVolume() && !model.IsTrash())
611 if (model.IsTrash())

Completed in 186 milliseconds