Searched refs:ScreenOrientationObserver (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/screen_orientation/
H A Dscreen_orientation_observer.cc11 ScreenOrientationObserver::ScreenOrientationObserver() { function in class:content::ScreenOrientationObserver
14 void ScreenOrientationObserver::Start(
21 void ScreenOrientationObserver::SendStartMessage() {
25 void ScreenOrientationObserver::SendStopMessage() {
H A Dscreen_orientation_observer.h9 // ScreenOrientationObserver is a helper class implementing the
18 class ScreenOrientationObserver class in namespace:content
21 ScreenOrientationObserver();
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DMockOrientationObserver.java7 import org.chromium.content.browser.ScreenOrientationListener.ScreenOrientationObserver;
12 public class MockOrientationObserver implements ScreenOrientationObserver {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DScreenOrientationListener.java33 public interface ScreenOrientationObserver { interface in class:ScreenOrientationListener
204 private final ObserverList<ScreenOrientationObserver> mObservers =
205 new ObserverList<ScreenOrientationObserver>();
247 public void addObserver(ScreenOrientationObserver observer, Context context) {
268 final ScreenOrientationObserver obs = observer;
283 public void removeObserver(ScreenOrientationObserver observer) {
326 for (ScreenOrientationObserver observer : mObservers) {
H A DContentViewCore.java59 import org.chromium.content.browser.ScreenOrientationListener.ScreenOrientationObserver;
101 implements AccessibilityStateChangeListener, ScreenOrientationObserver {
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc1078 return new ScreenOrientationObserver();

Completed in 704 milliseconds