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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddnd.h59 bool CurrentDragHasSupportedFormat() ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddnd.h59 bool CurrentDragHasSupportedFormat() ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddnd.cpp57 return CurrentDragHasSupportedFormat() ? def : wxDragNone;
65 return CurrentDragHasSupportedFormat();
75 if (!CurrentDragHasSupportedFormat())
81 bool wxDropTarget::CurrentDragHasSupportedFormat() function in class:wxDropTarget
128 if ( !CurrentDragHasSupportedFormat() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddnd.cpp61 return CurrentDragHasSupportedFormat() ? def : wxDragNone;
69 return CurrentDragHasSupportedFormat() ;
78 if (!CurrentDragHasSupportedFormat())
84 bool wxDropTarget::CurrentDragHasSupportedFormat() function in class:wxDropTarget
139 if ( !CurrentDragHasSupportedFormat() )

Completed in 66 milliseconds