DeviceOrientationDispatcher   74 Source/modules/device_orientation/DeviceOrientationController.cpp     return m_overrideOrientationData ? m_overrideOrientationData.get() : DeviceOrientationDispatcher::instance().latestDeviceOrientationData();
DeviceOrientationDispatcher   89 Source/modules/device_orientation/DeviceOrientationController.cpp     DeviceOrientationDispatcher::instance().addDeviceOrientationController(this);
DeviceOrientationDispatcher   94 Source/modules/device_orientation/DeviceOrientationController.cpp     DeviceOrientationDispatcher::instance().removeDeviceOrientationController(this);
DeviceOrientationDispatcher   41 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp DeviceOrientationDispatcher& DeviceOrientationDispatcher::instance()
DeviceOrientationDispatcher   43 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp     DEFINE_STATIC_LOCAL(DeviceOrientationDispatcher, deviceOrientationDispatcher, ());
DeviceOrientationDispatcher   47 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp DeviceOrientationDispatcher::DeviceOrientationDispatcher()
DeviceOrientationDispatcher   51 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp DeviceOrientationDispatcher::~DeviceOrientationDispatcher()
DeviceOrientationDispatcher   55 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp void DeviceOrientationDispatcher::addDeviceOrientationController(DeviceOrientationController* controller)
DeviceOrientationDispatcher   60 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp void DeviceOrientationDispatcher::removeDeviceOrientationController(DeviceOrientationController* controller)
DeviceOrientationDispatcher   65 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp void DeviceOrientationDispatcher::startListening()
DeviceOrientationDispatcher   70 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp void DeviceOrientationDispatcher::stopListening()
DeviceOrientationDispatcher   76 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp void DeviceOrientationDispatcher::didChangeDeviceOrientation(const blink::WebDeviceOrientationData& motion)
DeviceOrientationDispatcher   94 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp DeviceOrientationData* DeviceOrientationDispatcher::latestDeviceOrientationData()
DeviceOrientationDispatcher   50 Source/modules/device_orientation/DeviceOrientationDispatcher.h class DeviceOrientationDispatcher : public DeviceSensorEventDispatcher, public blink::WebDeviceOrientationListener {
DeviceOrientationDispatcher   52 Source/modules/device_orientation/DeviceOrientationDispatcher.h     static DeviceOrientationDispatcher& instance();
DeviceOrientationDispatcher   64 Source/modules/device_orientation/DeviceOrientationDispatcher.h     DeviceOrientationDispatcher();
DeviceOrientationDispatcher   65 Source/modules/device_orientation/DeviceOrientationDispatcher.h     ~DeviceOrientationDispatcher();