Searched refs:SetDisplayMode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator_unittest.cc539 EXPECT_TRUE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR));
590 EXPECT_TRUE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR));
600 configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_EXTENDED));
607 EXPECT_TRUE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR));
975 EXPECT_TRUE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_HEADLESS));
976 EXPECT_FALSE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_SINGLE));
978 configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR));
980 configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_EXTENDED));
986 EXPECT_FALSE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_HEADLESS));
987 EXPECT_TRUE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_SINGL
[all...]
H A Ddisplay_configurator.h186 bool SetDisplayMode(MultipleDisplayState new_state);
327 // configuration fails: SetDisplayMode() needs the last-requested state while
H A Ddisplay_configurator.cc489 bool DisplayConfigurator::SetDisplayMode(MultipleDisplayState new_state) { function in class:ui::DisplayConfigurator
493 VLOG(1) << "SetDisplayMode: state=" << DisplayStateToString(new_state);
/external/chromium_org/ash/display/
H A Ddisplay_manager.h165 // TODO(mukai): remove this and merge into SetDisplayMode.
169 // TODO(mukai): remove this and merge into SetDisplayMode.
176 bool SetDisplayMode(int64 display_id, const DisplayMode& display_mode);
H A Dresolution_notification_controller.cc281 Shell::GetInstance()->display_manager()->SetDisplayMode(
H A Dresolution_notification_controller_unittest.cc76 if (display_manager->SetDisplayMode(display.id(), new_mode)) {
H A Ddisplay_manager.cc449 // TODO(mukai): merge this implementation into SetDisplayMode().
495 bool DisplayManager::SetDisplayMode(int64 display_id, function in class:ash::DisplayManager
1019 Shell::GetInstance()->display_configurator()->SetDisplayMode(new_state);
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc306 // by DisplayManager::SetDisplayMode
314 display_manager->SetDisplayMode(id2, mode);
449 if (shell->display_manager()->SetDisplayMode(id, new_mode)) {
472 // by SetDisplayMode.
473 ash::Shell::GetInstance()->display_manager()->SetDisplayMode(
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc412 if (display_manager->SetDisplayMode(display_id, mode)) {

Completed in 216 milliseconds