didChangeScreenOrientation 17 Source/modules/screen_orientation/ScreenOrientationController.h void didChangeScreenOrientation(blink::WebScreenOrientation); didChangeScreenOrientation 82 Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp static_cast<ScreenOrientationController*>(m_controllers[i])->didChangeScreenOrientation(orientation); didChangeScreenOrientation 30 Source/modules/screen_orientation/ScreenOrientationDispatcher.h virtual void didChangeScreenOrientation(blink::WebScreenOrientation) OVERRIDE; didChangeScreenOrientation 17 public/platform/WebScreenOrientationListener.h virtual void didChangeScreenOrientation(WebScreenOrientation) = 0;