orientations 47 content/browser/screen_orientation/screen_orientation_dispatcher_host.cc blink::WebScreenOrientations orientations) { orientations 51 content/browser/screen_orientation/screen_orientation_dispatcher_host.cc provider_->LockOrientation(orientations); orientations 33 content/browser/screen_orientation/screen_orientation_dispatcher_host.h void OnLockRequest(blink::WebScreenOrientations orientations); orientations 19 content/browser/screen_orientation/screen_orientation_dispatcher_host_unittest.cc virtual void LockOrientation(blink::WebScreenOrientations orientations) orientations 21 content/browser/screen_orientation/screen_orientation_dispatcher_host_unittest.cc orientations_ = orientations; orientations 106 content/browser/screen_orientation/screen_orientation_dispatcher_host_unittest.cc blink::WebScreenOrientations orientations = orientationsToTest[i]; orientations 109 content/browser/screen_orientation/screen_orientation_dispatcher_host_unittest.cc ScreenOrientationHostMsg_Lock(orientations), &message_was_ok); orientations 113 content/browser/screen_orientation/screen_orientation_dispatcher_host_unittest.cc EXPECT_EQ(orientations, provider_->orientations()); orientations 17 content/browser/screen_orientation/screen_orientation_provider.h virtual void LockOrientation(blink::WebScreenOrientations orientations) = 0; orientations 24 content/browser/screen_orientation/screen_orientation_provider_android.cc blink::WebScreenOrientations orientations) { orientations 32 content/browser/screen_orientation/screen_orientation_provider_android.cc j_screen_orientation_provider_.obj(), orientations); orientations 25 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java private int getOrientationFromWebScreenOrientations(byte orientations) { orientations 26 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java switch (orientations) { orientations 59 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java void lockOrientation(byte orientations) { orientations 65 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java int orientation = getOrientationFromWebScreenOrientations(orientations); orientations 34 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationProviderTest.java private boolean checkOrientationForLock(int orientations) { orientations 35 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationProviderTest.java switch (orientations) { orientations 65 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationProviderTest.java private void lockOrientation(int orientations) { orientations 66 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationProviderTest.java mProvider.lockOrientation((byte)orientations); orientations 72 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationProviderTest.java private boolean lockOrientationAndWait(int orientations) orientations 77 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationProviderTest.java lockOrientation(orientations); orientations 1136 content/renderer/renderer_webkitplatformsupport_impl.cc blink::WebScreenOrientations orientations) { orientations 1140 content/renderer/renderer_webkitplatformsupport_impl.cc RenderThread::Get()->Send(new ScreenOrientationHostMsg_Lock(orientations)); orientations 103 ui/views/controls/single_split_view_unittest.cc SingleSplitView::Orientation orientations[] = { orientations 108 ui/views/controls/single_split_view_unittest.cc for (size_t orientation = 0; orientation < arraysize(orientations); orientations 112 ui/views/controls/single_split_view_unittest.cc new View(), new View(), orientations[orientation], NULL);