HomeSort by relevance Sort by last modified time
    Searched refs:HIDDetectionScreenHandler (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 69 HIDDetectionScreenHandler::HIDDetectionScreenHandler(
84 HIDDetectionScreenHandler::~HIDDetectionScreenHandler() {
93 void HIDDetectionScreenHandler::OnStartDiscoverySession(
100 void HIDDetectionScreenHandler::SetPoweredError() {
104 void HIDDetectionScreenHandler::SetPoweredOffError() {
108 void HIDDetectionScreenHandler::FindDevicesError() {
112 void HIDDetectionScreenHandler::Show() {
125 void HIDDetectionScreenHandler::Hide()
    [all...]
hid_detection_screen_handler.h 33 class HIDDetectionScreenHandler
42 explicit HIDDetectionScreenHandler(CoreOobeActor* core_oobe_actor);
43 virtual ~HIDDetectionScreenHandler();
224 base::WeakPtrFactory<HIDDetectionScreenHandler> weak_ptr_factory_;
226 DISALLOW_COPY_AND_ASSIGN(HIDDetectionScreenHandler);
oobe_ui.cc 242 HIDDetectionScreenHandler* hid_detection_screen_handler =
243 new HIDDetectionScreenHandler(core_handler_);
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 305 chromeos::HIDDetectionScreenHandler::RegisterPrefs(registry);

Completed in 226 milliseconds