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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.h44 Used inside of VBoxGuestWindowList. */
97 class VBoxGuestWindowList class
101 VBoxGuestWindowList(const VBoxGuestWindowList&);
102 VBoxGuestWindowList& operator=(const VBoxGuestWindowList&);
109 VBoxGuestWindowList(void) : mWindows(NULL) {} function in class:VBoxGuestWindowList
111 ~VBoxGuestWindowList()
167 VBoxGuestWindowList mGuestWindows;

Completed in 82 milliseconds