Home
last modified time | relevance | path

Searched refs:maViewUpdateRequests (Results 1 – 1 of 1) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Dscreenupdater.cxx61 UpdateRequestVector maViewUpdateRequests; member
77 maViewUpdateRequests(), in ImplScreenUpdater()
103 mpImpl->maViewUpdateRequests.push_back( in notifyUpdate()
147 else if( !mpImpl->maViewUpdateRequests.empty() ) in commitUpdates()
151 mpImpl->maViewUpdateRequests.begin() ); in commitUpdates()
153 mpImpl->maViewUpdateRequests.end() ); in commitUpdates()
178 UpdateRequestVector().swap( mpImpl->maViewUpdateRequests ); in commitUpdates()