OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenshotTaker
(Results
1 - 4
of
4
) 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_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;
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
...]
ash_init.cc
64
scoped_ptr<ash::ScreenshotDelegate>(new
ScreenshotTaker
).Pass());
Completed in 28 milliseconds