Home
last modified time | relevance | path

Searched refs:MULTIPLE_DISPLAY_STATE_DUAL_MIRROR (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ash/display/
Ddisplay_error_observer_chromeos_unittest.cc49 observer()->OnDisplayModeChangeFailed(ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR); in TEST_F()
59 observer()->OnDisplayModeChangeFailed(ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR); in TEST_F()
63 observer()->OnDisplayModeChangeFailed(ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR); in TEST_F()
74 observer()->OnDisplayModeChangeFailed(ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR); in TEST_F()
Ddisplay_error_observer_chromeos.cc39 int message_id = (new_state == ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR) ? in OnDisplayModeChangeFailed()
Ddisplay_change_observer_chromeos.cc170 return layout.mirrored ? ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR : in GetStateForDisplayIds()
Ddisplay_manager.cc1017 mirrored ? ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR : in SetMirrorMode()
/external/chromium_org/ui/display/chromeos/
Ddisplay_configurator_unittest.cc539 EXPECT_TRUE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR)); in TEST_F()
590 EXPECT_TRUE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR)); in TEST_F()
607 EXPECT_TRUE(configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR)); in TEST_F()
632 state_controller_.set_state(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR); in TEST_F()
682 EXPECT_EQ(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR, configurator_.display_state()); in TEST_F()
701 EXPECT_EQ(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR, configurator_.display_state()); in TEST_F()
707 state_controller_.set_state(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR); in TEST_F()
867 state_controller_.set_state(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR); in TEST_F()
953 state_controller_.set_state(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR); in TEST_F()
978 configurator_.SetDisplayMode(MULTIPLE_DISPLAY_STATE_DUAL_MIRROR)); in TEST_F()
[all …]
Ddisplay_configurator.cc60 case MULTIPLE_DISPLAY_STATE_DUAL_MIRROR: in DisplayStateToString()
223 return display_state_ == MULTIPLE_DISPLAY_STATE_DUAL_MIRROR || in IsMirroring()
746 if (!success && display_state == MULTIPLE_DISPLAY_STATE_DUAL_MIRROR) { in EnterStateOrFallBackToSoftwareMirroring()
822 case MULTIPLE_DISPLAY_STATE_DUAL_MIRROR: { in EnterState()
926 if (display_state == MULTIPLE_DISPLAY_STATE_DUAL_MIRROR && in EnterState()
/external/chromium_org/ui/display/types/
Ddisplay_constants.h15 MULTIPLE_DISPLAY_STATE_DUAL_MIRROR, enumerator
/external/chromium_org/ash/touch/
Dtouch_transformer_controller.cc199 } else if (display_state == ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR || in UpdateTouchTransformer()
221 if (display_state == ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR) { in UpdateTouchTransformer()