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

/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.h52 class ScreenshotTaker : public ash::ScreenshotDelegate { class in inherits:ash::ScreenshotDelegate
54 ScreenshotTaker();
56 virtual ~ScreenshotTaker();
110 base::WeakPtrFactory<ScreenshotTaker> factory_;
112 DISALLOW_COPY_AND_ASSIGN(ScreenshotTaker);
H A Dscreenshot_taker.cc390 ScreenshotTaker::ScreenshotTaker() function in class:ScreenshotTaker
395 ScreenshotTaker::~ScreenshotTaker() {
398 void ScreenshotTaker::HandleTakeScreenshotForAllRootWindows() {
438 void ScreenshotTaker::HandleTakePartialScreenshot(
465 bool ScreenshotTaker::CanTakeScreenshot() {
473 Notification* ScreenshotTaker::CreateNotification(
510 void ScreenshotTaker::ShowNotification(
537 void ScreenshotTaker
[all...]

Completed in 712 milliseconds