didChangeDeviceOrientation  129 Source/modules/device_orientation/DeviceOrientationController.cpp     didChangeDeviceOrientation(deviceOrientationData);
didChangeDeviceOrientation  140 Source/modules/device_orientation/DeviceOrientationController.cpp         didChangeDeviceOrientation(orientation);
didChangeDeviceOrientation   47 Source/modules/device_orientation/DeviceOrientationController.h     void didChangeDeviceOrientation(DeviceOrientationData*);
didChangeDeviceOrientation   86 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp                 static_cast<DeviceOrientationController*>(m_controllers[i])->didChangeDeviceOrientation(m_lastDeviceOrientationData.get());
didChangeDeviceOrientation   59 Source/modules/device_orientation/DeviceOrientationDispatcher.h     virtual void didChangeDeviceOrientation(const blink::WebDeviceOrientationData&) OVERRIDE;
didChangeDeviceOrientation   41 public/platform/WebDeviceOrientationListener.h     virtual void didChangeDeviceOrientation(const WebDeviceOrientationData&) = 0;