Searched defs:progressCallback (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/DragAndDrop/
H A Dservice.cpp90 static DECLCALLBACK(int) progressCallback(uint32_t uPercentage, uint32_t uState, int rc, void *pvUser);
116 m_pManager = new DnDManager(&DragAndDropService::progressCallback, this);
522 DECLCALLBACK(int) DragAndDropService::progressCallback(uint32_t uPercentage, uint32_t uState, int rc, void *pvUser) function in class:DragAndDropService
H A Ddndmanager.cpp382 &DnDHGSendDataMessage::progressCallback, this);
441 &DnDHGSendDataMessage::progressCallback /* pfnProgressCallback */,
445 &DnDHGSendDataMessage::progressCallback /* pfnProgressCallback */,
463 int DnDHGSendDataMessage::progressCallback(size_t cbDone, void *pvUser) function in class:DnDHGSendDataMessage

Completed in 58 milliseconds