OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenForShutdown
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/athena/env/
athena_env_impl.cc
44
class
ScreenForShutdown
: public gfx::Screen {
49
screen_for_shutdown = new
ScreenForShutdown
(screen->GetPrimaryDisplay());
55
explicit
ScreenForShutdown
(const gfx::Display& primary_display)
93
DISALLOW_COPY_AND_ASSIGN(
ScreenForShutdown
);
245
ScreenForShutdown
::Create(screen_.get());
/external/chromium_org/ash/display/
screen_ash.cc
66
class
ScreenForShutdown
: public gfx::Screen {
68
explicit
ScreenForShutdown
(ScreenAsh* screen_ash)
121
DISALLOW_COPY_AND_ASSIGN(
ScreenForShutdown
);
286
return new
ScreenForShutdown
(this);
Completed in 46 milliseconds