Searched refs:SetRotation (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc78 screen_manager->SetRotation(gfx::Display::ROTATE_90);
80 screen_manager->SetRotation(gfx::Display::ROTATE_180);
82 screen_manager->SetRotation(gfx::Display::ROTATE_270);
84 screen_manager->SetRotation(gfx::Display::ROTATE_0);
H A Dscreen_manager_impl.cc207 virtual void SetRotation(gfx::Display::Rotation rotation) OVERRIDE;
345 void ScreenManagerImpl::SetRotation(gfx::Display::Rotation rotation) { function in class:athena::__anon2148::ScreenManagerImpl
361 SetRotation(last_requested_rotation_);
/external/chromium_org/athena/screen/public/
H A Dscreen_manager.h61 virtual void SetRotation(gfx::Display::Rotation rotation) = 0;
/external/chromium_org/athena/system/
H A Dorientation_controller.cc63 ScreenManager::Get()->SetRotation(rotation);
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_linux.h39 void SetRotation(int rotation);
H A Dvideo_capture_device_chromeos.cc113 SetRotation(display.rotation() * 90);
H A Dvideo_capture_device_linux.cc186 void VideoCaptureDeviceLinux::SetRotation(int rotation) { function in class:media::VideoCaptureDeviceLinux
/external/chromium_org/athena/wm/
H A Dsplit_view_controller_unittest.cc187 ScreenManager::Get()->SetRotation(gfx::Display::ROTATE_90);
201 ScreenManager::Get()->SetRotation(gfx::Display::ROTATE_0);
/external/pdfium/fpdfsdk/include/javascript/
H A DField.h209 static void SetRotation(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos_unittest.cc663 TEST_F(DisplayInfoProviderChromeosTest, SetRotation) {
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp2636 Field::SetRotation(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
2657 void Field::SetRotation(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number) function in class:Field
4094 Field::SetRotation(pDocument, pData->sFieldName, pData->nControlIndex, pData->num);

Completed in 231 milliseconds