Lines Matching refs:Screenshot
68 class Screenshot
84 bool Equal(const Screenshot* source) const in Equal()
117 static Screenshot* Create(
144 ~Screenshot();
149 Screenshot( in Screenshot() function
204 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
223 Screenshot* GetScreenshot(int index) in GetScreenshot()
229 const Screenshot* GetScreenshot(int index) const in GetScreenshot()
274 class Screenshot
283 …static Screenshot* Create(DisplayDescription, nw::os::IAllocator*, void*, void*, size_t) { return …
285 bool Equal(const Screenshot*) const { return false; }
304 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
314 Screenshot* GetScreenshot(int) { return NULL; }
316 const Screenshot* GetScreenshot(int) const { return NULL; }