Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/dev/
Ddev_Screenshot.h204 typedef ut::MoveArray<Screenshot*> ScreenshotArray; typedef
208 ScreenshotArray::iterator,
209 ScreenshotArray::iterator> ScreenshotRange;
242 ScreenshotArray screenshots
249 ScreenshotArray m_Screenshots;
304 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
307 ScreenshotArray::iterator,
308 ScreenshotArray::iterator> ScreenshotRange;
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Screenshot.cpp125 ScreenshotArray screenshots = ScreenshotArray(maxScreenshot, allocator); in Create()
146 ScreenshotArray screenshots in ScreenshotManager()
216 for (ScreenshotArray::iterator iter = range.first; in ClearScreenshots()