DeviceMotionDispatcher   72 Source/modules/device_orientation/DeviceMotionController.cpp     return DeviceMotionDispatcher::instance().latestDeviceMotionData();
DeviceMotionDispatcher   77 Source/modules/device_orientation/DeviceMotionController.cpp     return DeviceMotionEvent::create(EventTypeNames::devicemotion, DeviceMotionDispatcher::instance().latestDeviceMotionData());
DeviceMotionDispatcher   82 Source/modules/device_orientation/DeviceMotionController.cpp     DeviceMotionDispatcher::instance().addDeviceMotionController(this);
DeviceMotionDispatcher   87 Source/modules/device_orientation/DeviceMotionController.cpp     DeviceMotionDispatcher::instance().removeDeviceMotionController(this);
DeviceMotionDispatcher   41 Source/modules/device_orientation/DeviceMotionDispatcher.cpp DeviceMotionDispatcher& DeviceMotionDispatcher::instance()
DeviceMotionDispatcher   43 Source/modules/device_orientation/DeviceMotionDispatcher.cpp     DEFINE_STATIC_LOCAL(DeviceMotionDispatcher, deviceMotionDispatcher, ());
DeviceMotionDispatcher   47 Source/modules/device_orientation/DeviceMotionDispatcher.cpp DeviceMotionDispatcher::DeviceMotionDispatcher()
DeviceMotionDispatcher   51 Source/modules/device_orientation/DeviceMotionDispatcher.cpp DeviceMotionDispatcher::~DeviceMotionDispatcher()
DeviceMotionDispatcher   55 Source/modules/device_orientation/DeviceMotionDispatcher.cpp void DeviceMotionDispatcher::addDeviceMotionController(DeviceMotionController* controller)
DeviceMotionDispatcher   60 Source/modules/device_orientation/DeviceMotionDispatcher.cpp void DeviceMotionDispatcher::removeDeviceMotionController(DeviceMotionController* controller)
DeviceMotionDispatcher   65 Source/modules/device_orientation/DeviceMotionDispatcher.cpp void DeviceMotionDispatcher::startListening()
DeviceMotionDispatcher   70 Source/modules/device_orientation/DeviceMotionDispatcher.cpp void DeviceMotionDispatcher::stopListening()
DeviceMotionDispatcher   76 Source/modules/device_orientation/DeviceMotionDispatcher.cpp void DeviceMotionDispatcher::didChangeDeviceMotion(const blink::WebDeviceMotionData& motion)
DeviceMotionDispatcher   94 Source/modules/device_orientation/DeviceMotionDispatcher.cpp DeviceMotionData* DeviceMotionDispatcher::latestDeviceMotionData()
DeviceMotionDispatcher   50 Source/modules/device_orientation/DeviceMotionDispatcher.h class DeviceMotionDispatcher FINAL : public DeviceSensorEventDispatcher, public blink::WebDeviceMotionListener {
DeviceMotionDispatcher   52 Source/modules/device_orientation/DeviceMotionDispatcher.h     static DeviceMotionDispatcher& instance();
DeviceMotionDispatcher   64 Source/modules/device_orientation/DeviceMotionDispatcher.h     DeviceMotionDispatcher();
DeviceMotionDispatcher   65 Source/modules/device_orientation/DeviceMotionDispatcher.h     virtual ~DeviceMotionDispatcher();