Lines Matching defs:target

1252 	BMessenger target;
1284 params->target = tmp;
1309 AutoLockingMessenger(const BMessenger &target, bool lockLater = false)
1311 messenger(target),
1386 BMessenger target(params->target);
1391 AutoLockingMessenger lock(target);
3998 BPose* target = poseList->ItemAt(to);
4015 if (target != NULL)
4016 ScrollIntoView(target, to);
4229 BPoseView::CanHandleDragSelection(const Model* target,
4233 return target->IsDropTarget();
4246 if (canErase && CanTrashForeignDrag(target))
4250 if (CanCopyOrMoveForeignDrag(target, dragMessage))
4254 // target->IsDropTargetForList(mimeTypeList);
4259 && (target->IsDirectory() || target->IsVirtualDirectory())) {
4265 && target->IsDirectory()) {
4270 if (target->IsDirectory()
4278 // types to target->IsDropTargetForList(mimeTypeList);
4322 return target->IsDropTargetForList(mimeTypeList);
4967 BPoseView::DragSelectionContains(const BPose* target,
4971 (void*)target);
5194 // make sure this window is a legal drop target
5490 // target of a symlink pose;
5628 // model is a symlink, cache up the symlink target or scrap
5629 // everything if target is invisible
5851 // the icon of our target has changed, update drag icon
5871 // change happened on symlink's target
8057 Model* target = pose->TargetModel()->LinkTo();
8058 if (target)
8059 watch_node(target->NodeRef(), B_STOP_WATCHING, this);
8897 // no items selected, check target volume instead
8908 Model* target = TargetModel();
8909 BVolume volume(target->NodeRef()->device);
8911 return target->IsQuery() || target->IsQueryTemplate()
8912 || target->IsVirtualDirectory()
9812 // new target is valid, select it
9822 // if this is an OpenWith window, we'll have no target model
9965 // hilites current drop target while dragging, does not modify
10580 TScrollBar::TScrollBar(const char* name, BView* target, float min, float max)
10582 BScrollBar(name, target, min, max, B_HORIZONTAL),