Searched refs:AcceptsDrop (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDataView.h93 bool AcceptsDrop(const BMessage* message);
H A DDataView.cpp204 DataView::AcceptsDrop(const BMessage *message) function in class:DataView
283 if (AcceptsDrop(message)) {
1109 if (dragMessage && AcceptsDrop(dragMessage)) {
/haiku/headers/os/interface/
H A DTextView.h128 virtual bool AcceptsDrop(const BMessage* message);
/haiku/src/kits/interface/
H A DTextView.cpp1485 BTextView::AcceptsDrop(const BMessage* message) function in class:BTextView
4868 if (message && AcceptsDrop(message))
4939 if (!AcceptsDrop(message))

Completed in 204 milliseconds