Home
last modified time | relevance | path

Searched refs:forDocument (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DModel.cpp989 Model::IsDropTarget(const Model* forDocument, bool traverse) const in IsDropTarget() argument
1002 if (forDocument == NULL) in IsDropTarget()
1006 BEntry entry(forDocument->EntryRef(), true); in IsDropTarget()
1023 const char* documentMimeType = forDocument->MimeType(); in IsDropTarget()
H A DModel.h178 bool IsDropTarget(const Model* forDocument = 0,