HomeSort by relevance Sort by last modified time
    Searched refs:ScreenshotTaker (Results 1 - 4 of 4) 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...]
screenshot_taker_unittest.cc 64 // ScreenshotTakerTest is a friend of ScreenshotTaker and therefore
67 ScreenshotTaker* screenshot_taker,
72 ScreenshotTaker* screenshot_taker,
77 ScreenshotTaker* screenshot_taker,
112 ScreenshotTaker screenshot_taker;
ash_init.cc 65 scoped_ptr<ash::ScreenshotDelegate>(new ScreenshotTaker).Pass());

Completed in 57 milliseconds