/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_handle.cc | 47 drawable_->SetOrientation(orientation_); in TouchHandle() 102 void TouchHandle::SetOrientation(TouchHandleOrientation orientation) { in SetOrientation() function in content::TouchHandle 114 drawable_->SetOrientation(orientation); in SetOrientation() 221 SetOrientation(deferred_orientation); in EndDrag()
|
D | touch_handle.h | 33 virtual void SetOrientation(TouchHandleOrientation orientation) = 0; 84 void SetOrientation(TouchHandleOrientation orientation);
|
D | touch_handle_unittest.cc | 41 virtual void SetOrientation(TouchHandleOrientation orientation) OVERRIDE { in SetOrientation() function in content::__anondfb103a20111::MockTouchHandleDrawable 203 handle.SetOrientation(TOUCH_HANDLE_LEFT); in TEST_F() 206 handle.SetOrientation(TOUCH_HANDLE_RIGHT); in TEST_F() 209 handle.SetOrientation(TOUCH_HANDLE_CENTER); in TEST_F() 365 handle.SetOrientation(TOUCH_HANDLE_LEFT); in TEST_F()
|
D | touch_selection_controller.cc | 346 start_selection_handle_->SetOrientation(start_orientation_); in ActivateSelection() 353 end_selection_handle_->SetOrientation(end_orientation_); in ActivateSelection()
|
D | touch_selection_controller_unittest.cc | 24 virtual void SetOrientation(TouchHandleOrientation orientation) OVERRIDE {} in SetOrientation() function in content::__anon6679193f0111::MockTouchHandleDrawable
|
/external/chromium_org/content/browser/android/ |
D | popup_touch_handle_drawable.h | 23 virtual void SetOrientation(TouchHandleOrientation orientation) OVERRIDE;
|
D | composited_touch_handle_drawable.h | 25 virtual void SetOrientation(TouchHandleOrientation orientation) OVERRIDE;
|
D | popup_touch_handle_drawable.cc | 32 void PopupTouchHandleDrawable::SetOrientation( in SetOrientation() function in content::PopupTouchHandleDrawable
|
D | composited_touch_handle_drawable.cc | 101 void CompositedTouchHandleDrawable::SetOrientation( in SetOrientation() function in content::CompositedTouchHandleDrawable
|
/external/chromium_org/printing/ |
D | print_settings_initializer_win.cc | 20 print_settings->SetOrientation(dev_mode.dmOrientation == DMORIENT_LANDSCAPE); in InitPrintSettings()
|
D | print_settings_initializer_mac.cc | 23 print_settings->SetOrientation(orientation == kPMLandscape); in InitPrintSettings()
|
D | print_settings.h | 59 void SetOrientation(bool landscape);
|
D | print_settings.cc | 228 void PrintSettings::SetOrientation(bool landscape) { in SetOrientation() function in printing::PrintSettings
|
D | print_settings_conversion.cc | 187 settings->SetOrientation(landscape); in PrintSettingsFromJobSettings()
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | printing_gtk2_util.cc | 92 print_settings->SetOrientation(orientation == GTK_PAGE_ORIENTATION_LANDSCAPE); in InitPrintSettingsGtk()
|
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
D | SDL_main.cpp | 911 EXPORT_C void CSDL::SetOrientation(TOrientationMode aMode) 913 gEpocEnv->iDsa->SetOrientation(aMode);
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
D | dsa_old.cpp | 278 void CDsa::SetOrientation(CSDL::TOrientationMode aOrientation)
|
D | dsa_new.cpp | 442 void CDsa::SetOrientation(CSDL::TOrientationMode aOrientation)
|
D | dsa.cpp | 735 void CDsa::SetOrientation(CSDL::TOrientationMode aOrientation)
|