Searched defs:WebDeviceMotionData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebDeviceMotionData.cpp32 #include "public/platform/WebDeviceMotionData.h"
38 WebDeviceMotionData::WebDeviceMotionData() function in class:blink::WebDeviceMotionData
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebDeviceMotionData.h44 class WebDeviceMotionData { class in namespace:blink
46 BLINK_PLATFORM_EXPORT WebDeviceMotionData();
47 ~WebDeviceMotionData() { }
79 COMPILE_ASSERT(sizeof(WebDeviceMotionData) == (10 * sizeof(double) + 2 * sizeof(char)), WebDeviceMotionData_has_wrong_size);

Completed in 131 milliseconds