HomeSort by relevance Sort by last modified time
    Searched defs:ScreenshotTaker (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h 51 class ScreenshotTaker : public ash::ScreenshotDelegate {
53 ScreenshotTaker();
55 virtual ~ScreenshotTaker();
83 base::WeakPtrFactory<ScreenshotTaker> factory_;
94 DISALLOW_COPY_AND_ASSIGN(ScreenshotTaker);
screenshot_taker.cc 227 ScreenshotTaker::ScreenshotTaker()
232 ScreenshotTaker::~ScreenshotTaker() {
235 void ScreenshotTaker::HandleTakeScreenshotForAllRootWindows() {
267 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()),
281 void ScreenshotTaker::HandleTakePartialScreenshot(
304 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()),
316 bool ScreenshotTaker::CanTakeScreenshot() {
323 Notification* ScreenshotTaker::CreateNotification
    [all...]

Completed in 209 milliseconds