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

/vbox/src/VBox/Main/include/
H A DGuestDnDPrivate.h55 void setDropDir(const Utf8Str &strDropDir) { m_strDropDir = strDropDir; }
56 Utf8Str dropDir(void) const { return m_strDropDir; }
88 Utf8Str m_strDropDir; member in class:GuestDnDResponse

Completed in 45 milliseconds