ScreenOrientationObserver 58 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java import org.chromium.content.browser.ScreenOrientationListener.ScreenOrientationObserver; ScreenOrientationObserver 93 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java implements NavigationClient, AccessibilityStateChangeListener, ScreenOrientationObserver { ScreenOrientationObserver 146 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java private final ObserverList<ScreenOrientationObserver> mObservers = ScreenOrientationObserver 147 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java new ObserverList<ScreenOrientationObserver>(); ScreenOrientationObserver 198 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java public void addObserver(ScreenOrientationObserver observer, Context context) { ScreenOrientationObserver 219 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java final ScreenOrientationObserver obs = observer; ScreenOrientationObserver 234 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java public void removeObserver(ScreenOrientationObserver observer) { ScreenOrientationObserver 261 content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java for (ScreenOrientationObserver observer : mObservers) { ScreenOrientationObserver 7 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/MockOrientationObserver.java import org.chromium.content.browser.ScreenOrientationListener.ScreenOrientationObserver; ScreenOrientationObserver 12 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/MockOrientationObserver.java public class MockOrientationObserver implements ScreenOrientationObserver {