HomeSort by relevance Sort by last modified time
    Searched refs:WebDeviceMotionData (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebDeviceMotionData.cpp 32 #include "public/platform/WebDeviceMotionData.h"
38 WebDeviceMotionData::WebDeviceMotionData()
  /external/chromium_org/third_party/WebKit/public/platform/
WebDeviceMotionListener.h 38 class WebDeviceMotionData;
43 virtual void didChangeDeviceMotion(const WebDeviceMotionData&) = 0;
WebDeviceMotionData.h 44 class WebDeviceMotionData {
46 BLINK_PLATFORM_EXPORT WebDeviceMotionData();
47 ~WebDeviceMotionData() { }
79 COMPILE_ASSERT(sizeof(WebDeviceMotionData) == (10 * sizeof(double) + 2 * sizeof(char)), WebDeviceMotionData_has_wrong_size);
  /external/chromium_org/content/common/device_sensors/
device_motion_hardware_buffer.h 9 #include "third_party/WebKit/public/platform/WebDeviceMotionData.h"
13 typedef SharedMemorySeqLockBuffer<blink::WebDeviceMotionData>
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionDispatcher.h 43 class WebDeviceMotionData;
55 virtual void didChangeDeviceMotion(const WebDeviceMotionData&) OVERRIDE;
DeviceMotionDispatcher.cpp 65 void DeviceMotionDispatcher::didChangeDeviceMotion(const WebDeviceMotionData& motion)
DeviceMotionData.h 33 class WebDeviceMotionData;
95 static DeviceMotionData* create(const WebDeviceMotionData&);
DeviceMotionData.cpp 28 #include "public/platform/WebDeviceMotionData.h"
80 DeviceMotionData* DeviceMotionData::create(const WebDeviceMotionData& data)
  /external/chromium_org/content/renderer/device_sensors/
device_motion_event_pump.cc 32 blink::WebDeviceMotionData data;
52 blink::WebDeviceMotionData data =
53 *static_cast<blink::WebDeviceMotionData*>(fake_data);
device_motion_event_pump_unittest.cc 25 const blink::WebDeviceMotionData& data) OVERRIDE {
33 const blink::WebDeviceMotionData& data() const {
39 blink::WebDeviceMotionData data_;
85 blink::WebDeviceMotionData& data = buffer_->data;
119 const blink::WebDeviceMotionData& received_data = listener()->data();
146 const blink::WebDeviceMotionData& received_data = listener()->data();
device_motion_event_pump.h 11 #include "third_party/WebKit/public/platform/WebDeviceMotionData.h"
19 typedef SharedMemorySeqLockReader<blink::WebDeviceMotionData>
  /external/chromium_org/content/public/test/
layouttest_support.h 19 class WebDeviceMotionData;
64 // Sets WebDeviceMotionData that should be used when registering
66 void SetMockDeviceMotionData(const blink::WebDeviceMotionData& data);
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_delegate.h 20 class WebDeviceMotionData;
56 virtual void SetDeviceMotionData(const blink::WebDeviceMotionData& data) = 0;
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.h 26 class WebDeviceMotionData;
61 const blink::WebDeviceMotionData& data) OVERRIDE;
webkit_test_runner.cc 74 using blink::WebDeviceMotionData;
215 void WebKitTestRunner::SetDeviceMotionData(const WebDeviceMotionData& data) {
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 33 class WebDeviceMotionData;
169 // Set WebDeviceMotionData to return when setDeviceMotionListener is invoked.
171 const blink::WebDeviceMotionData& data);
renderer_webkitplatformsupport_impl.cc 149 base::LazyInstance<blink::WebDeviceMotionData>::Leaky
    [all...]
  /external/chromium_org/content/test/
layouttest_support.cc 25 #include "third_party/WebKit/public/platform/WebDeviceMotionData.h"
36 using blink::WebDeviceMotionData;
117 void SetMockDeviceMotionData(const WebDeviceMotionData& data) {
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 166 third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 165 third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 165 third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 165 third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 165 third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 165 third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
    [all...]
blink_platform.target.linux-arm.mk 166 third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
    [all...]

Completed in 1271 milliseconds

1 2