OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_auto_launch_enabled_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_handler.h
73
bool
is_auto_launch_enabled_
;
member in class:chromeos::KioskAppsHandler
kiosk_apps_handler.cc
101
is_auto_launch_enabled_
(false),
208
is_auto_launch_enabled_
=
215
kiosk_params.SetBoolean("autoLaunchEnabled",
is_auto_launch_enabled_
);
299
if (!initialized_ || !is_kiosk_enabled_ || !
is_auto_launch_enabled_
)
310
if (!initialized_ || !is_kiosk_enabled_ || !
is_auto_launch_enabled_
)
Completed in 78 milliseconds