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

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp177 PropertyList mGuestNotifications; member in class:guestProp::Service
225 PropertyList::const_iterator it = mGuestNotifications.begin();
226 for (; it != mGuestNotifications.end()
229 if (it == mGuestNotifications.end()) /* Not found */
230 it = mGuestNotifications.begin();
233 for (; it != mGuestNotifications.end()
958 PropertyList::reverse_iterator it = mGuestNotifications.rbegin();
959 for (; it != mGuestNotifications.rend(); ++it)
969 for (; base != mGuestNotifications.end(); ++base)
1122 if ( !mGuestNotifications
[all...]

Completed in 48 milliseconds