ScreenOrientationListener   58 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java import org.chromium.content.browser.ScreenOrientationListener.ScreenOrientationObserver;
ScreenOrientationListener  850 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         ScreenOrientationListener.getInstance().removeObserver(this);
ScreenOrientationListener 1496 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         ScreenOrientationListener.getInstance().addObserver(this, mContext);
ScreenOrientationListener 1510 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         ScreenOrientationListener.getInstance().removeObserver(this);
ScreenOrientationListener  159 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java     private static ScreenOrientationListener sInstance;
ScreenOrientationListener  165 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java     public static ScreenOrientationListener getInstance() {
ScreenOrientationListener  169 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java             sInstance = new ScreenOrientationListener();
ScreenOrientationListener   98 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java         ScreenOrientationListener.getInstance().injectConfigurationListenerBackendForTest();
ScreenOrientationListener  103 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java         ScreenOrientationListener.getInstance().addObserver(
ScreenOrientationListener  115 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java         ScreenOrientationListener.getInstance().addObserver(
ScreenOrientationListener   97 content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationProviderTest.java         ScreenOrientationListener.getInstance().addObserver(
ScreenOrientationListener    7 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/MockOrientationObserver.java import org.chromium.content.browser.ScreenOrientationListener.ScreenOrientationObserver;