Home
last modified time | relevance | path

Searched defs:lockOrientation (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DScreenOrientationProvider.java56 void lockOrientation(byte orientations) { in lockOrientation() method in ScreenOrientationProvider
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DScreenOrientationListenerTest.java56 private void lockOrientation(int orientation) { in lockOrientation() method in ScreenOrientationListenerTest
DScreenOrientationProviderTest.java60 private void lockOrientation(int orientations) { in lockOrientation() method in ScreenOrientationProviderTest
/external/chromium_org/content/renderer/screen_orientation/
Dscreen_orientation_dispatcher.cc66 void ScreenOrientationDispatcher::lockOrientation( in lockOrientation() function in content::ScreenOrientationDispatcher
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
DScreenOrientationController.cpp118 void ScreenOrientationController::lockOrientation(blink::WebScreenOrientationLockType orientation, … in lockOrientation() function in WebCore::ScreenOrientationController
DScreenOrientation.cpp128 ScriptPromise ScreenOrientation::lockOrientation(ScriptState* state, Screen& screen, const AtomicSt… in lockOrientation() function in WebCore::ScreenOrientation