OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScreenshotTaker
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h
52
class
ScreenshotTaker
: public ash::ScreenshotDelegate {
54
ScreenshotTaker
();
56
virtual ~
ScreenshotTaker
();
84
base::WeakPtrFactory<
ScreenshotTaker
> factory_;
95
DISALLOW_COPY_AND_ASSIGN(
ScreenshotTaker
);
screenshot_taker.cc
398
ScreenshotTaker
::
ScreenshotTaker
()
403
ScreenshotTaker
::~
ScreenshotTaker
() {
406
void
ScreenshotTaker
::HandleTakeScreenshotForAllRootWindows() {
443
base::Bind(&
ScreenshotTaker
::ShowNotification, factory_.GetWeakPtr()),
458
void
ScreenshotTaker
::HandleTakePartialScreenshot(
486
base::Bind(&
ScreenshotTaker
::ShowNotification, factory_.GetWeakPtr()),
499
bool
ScreenshotTaker
::CanTakeScreenshot() {
506
Notification*
ScreenshotTaker
::CreateNotification
[
all
...]
Completed in 60 milliseconds