Lines Matching defs:target

1163 	BMessenger target;
1195 params->target = tmp;
1220 AutoLockingMessenger(const BMessenger &target, bool lockLater = false)
1221 : messenger(target),
1296 BMessenger target(params->target);
1301 AutoLockingMessenger lock(target);
4064 BPoseView::CanHandleDragSelection(const Model* target, const BMessage* dragMessage,
4068 return target->IsDropTarget();
4081 if (canErase && CanTrashForeignDrag(target))
4085 if (CanCopyOrMoveForeignDrag(target, dragMessage))
4089 // target->IsDropTargetForList(mimeTypeList);
4093 if (dragMessage->HasRef("refs") && target->IsDirectory())
4097 if (dragMessage->HasData(kPlainTextMimeType, B_MIME_TYPE) && target->IsDirectory())
4101 if (target->IsDirectory()
4108 // types to target->IsDropTargetForList(mimeTypeList);
4146 return target->IsDropTargetForList(mimeTypeList);
4752 BPoseView::DragSelectionContains(const BPose* target,
4755 return EachItemInDraggedSelection(dragMessage, OneMatches, 0, (void*)target);
4960 // make sure this window is a legal drop target
5245 // target of a symlink pose;
5377 // model is a symlink, cache up the symlink target or scrap
5378 // everything if target is invisible
5594 // the icon of our target has changed, update drag icon
5614 // change happened on symlink's target
7777 Model* target = pose->TargetModel()->LinkTo();
7778 if (target)
7779 watch_node(target->NodeRef(), B_STOP_WATCHING, this);
9386 // new target is valid, select it
9396 // if this is an OpenWith window, we'll have no target model
9540 // hilites current drop target while dragging, does not modify selection list
10149 BHScrollBar::BHScrollBar(BRect bounds, const char* name, BView* target)
10150 : BScrollBar(bounds, name, target, 0, 1, B_HORIZONTAL),