Lines Matching refs:Screenshot
66 class Screenshot
82 bool Equal(const Screenshot* source) const in Equal()
115 static Screenshot* Create(
142 ~Screenshot();
147 Screenshot( in Screenshot() function
202 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
221 Screenshot* GetScreenshot(int index) in GetScreenshot()
227 const Screenshot* GetScreenshot(int index) const in GetScreenshot()
272 class Screenshot
281 …static Screenshot* Create(DisplayDescription, nw::os::IAllocator*, void*, void*, size_t) { return …
283 bool Equal(const Screenshot*) const { return false; }
302 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
312 Screenshot* GetScreenshot(int) { return NULL; }
314 const Screenshot* GetScreenshot(int) const { return NULL; }