Searched refs:DragNotifyExtFunc (Results 1 – 2 of 2) sorted by relevance
44 using DragNotifyExtFunc = void (*)(DragEventInfo &dragEventInfo); variable
629 …auto dragDropExtFunc = reinterpret_cast<DragNotifyExtFunc>(dlsym(dragExtHandler_, "OnNotifyDragInf… in NotifyDragInfo()