OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:latestDeviceMotionData
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionDispatcher.h
52
DeviceMotionData*
latestDeviceMotionData
();
DeviceMotionDispatcher.cpp
71
DeviceMotionData* DeviceMotionDispatcher::
latestDeviceMotionData
()
DeviceMotionController.cpp
43
return DeviceMotionDispatcher::instance().
latestDeviceMotionData
();
58
return DeviceMotionEvent::create(EventTypeNames::devicemotion, DeviceMotionDispatcher::instance().
latestDeviceMotionData
());
Completed in 2532 milliseconds