OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppLaunchSplashScreenHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
app_launch_splash_screen_handler.h
20
class
AppLaunchSplashScreenHandler
25
AppLaunchSplashScreenHandler
(
28
virtual ~
AppLaunchSplashScreenHandler
();
44
AppLaunchSplashScreenHandler
::Delegate* delegate) OVERRIDE;
58
AppLaunchSplashScreenHandler
::Delegate* delegate_;
66
DISALLOW_COPY_AND_ASSIGN(
AppLaunchSplashScreenHandler
);
app_launch_splash_screen_handler.cc
38
AppLaunchSplashScreenHandler
::
AppLaunchSplashScreenHandler
(
50
AppLaunchSplashScreenHandler
::~
AppLaunchSplashScreenHandler
() {
54
void
AppLaunchSplashScreenHandler
::DeclareLocalizedValues(
72
void
AppLaunchSplashScreenHandler
::Initialize() {
79
void
AppLaunchSplashScreenHandler
::Show(const std::string& app_id) {
99
void
AppLaunchSplashScreenHandler
::RegisterMessages() {
101
&
AppLaunchSplashScreenHandler
::HandleConfigureNetwork);
103
&
AppLaunchSplashScreenHandler
::HandleCancelAppLaunch)
[
all
...]
Completed in 26 milliseconds