Searched refs:ROTATE_180 (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/athena/system/
H A Dorientation_controller.cc51 rotation = gfx::Display::ROTATE_180;
/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc80 screen_manager->SetRotation(gfx::Display::ROTATE_180);
81 else if (current_rotation == gfx::Display::ROTATE_180)
/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_x11_unittest.cc42 gfx::Display::ROTATE_180,
H A Dcursor_util.cc30 case gfx::Display::ROTATE_180:
/external/chromium_org/ui/gfx/
H A Ddisplay.cc93 case ROTATE_180:
112 rotation_ = ROTATE_180;
H A Ddisplay.h29 ROTATE_180, enumerator in enum:gfx::Display::Rotation
H A Dscreen_win.cc49 display.set_rotation(gfx::Display::ROTATE_180);
/external/chromium_org/extensions/browser/api/system_display/
H A Ddisplay_info_provider.cc26 case gfx::Display::ROTATE_180:
/external/chromium_org/media/base/
H A Dyuv_convert.h43 ROTATE_180, // Rotate upside down. enumerator in enum:media::Rotate
H A Dyuv_convert.cc252 if ((view_rotate == ROTATE_180) || (view_rotate == ROTATE_270) ||
260 if ((view_rotate == ROTATE_90) || (view_rotate == ROTATE_180) ||
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller_unittest.cc319 EXPECT_EQ(gfx::Display::ROTATE_180, GetInternalDisplayRotation());
520 ASSERT_NE(gfx::Display::ROTATE_180, GetInternalDisplayRotation());
523 SetInternalDisplayRotation(gfx::Display::ROTATE_180);
524 EXPECT_EQ(gfx::Display::ROTATE_180, GetInternalDisplayRotation());
579 EXPECT_EQ(gfx::Display::ROTATE_180, GetInternalDisplayRotation());
H A Dmaximize_mode_controller.cc359 else if (current_rotation == gfx::Display::ROTATE_180)
379 new_rotation = gfx::Display::ROTATE_180;
/external/chromium_org/ash/display/
H A Droot_window_transformers_unittest.cc207 gfx::Display::ROTATE_180);
219 EXPECT_EQ(gfx::Display::ROTATE_180, GetStoredRotation(display1.id()));
H A Dcursor_window_controller.cc239 case gfx::Display::ROTATE_180:
H A Droot_window_transformers.cc83 case gfx::Display::ROTATE_180:
H A Ddisplay_info.cc139 rotation = gfx::Display::ROTATE_180;
/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager_unittest.cc96 EXPECT_EQ(gfx::Display::ROTATE_180, test_api.GetCurrentCursorRotation());
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc96 case gfx::Display::ROTATE_180:
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc47 return gfx::Display::ROTATE_180;
H A Ddisplay_info_provider_chromeos_unittest.cc134 GetDisplayManager()->SetDisplayRotation(display_id, gfx::Display::ROTATE_180);
701 EXPECT_EQ(gfx::Display::ROTATE_180, secondary.rotation());
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc332 display.set_rotation(gfx::Display::ROTATE_180);
/external/chromium_org/ash/system/chromeos/
H A Dtray_display.cc351 case gfx::Display::ROTATE_180:
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc329 return gfx::Display::ROTATE_180;
330 case gfx::Display::ROTATE_180:
/external/chromium_org/athena/wm/
H A Dsplit_view_controller.cc145 rotation == gfx::Display::ROTATE_180;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc435 new_rotation = gfx::Display::ROTATE_180;

Completed in 1647 milliseconds

12