OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebDeviceMotionData
(Results
1 - 25
of
29
) 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
36
class
WebDeviceMotionData
;
41
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
40
class
WebDeviceMotionData
;
58
virtual void didChangeDeviceMotion(const blink::
WebDeviceMotionData
&) OVERRIDE;
DeviceMotionDispatcher.cpp
65
void DeviceMotionDispatcher::didChangeDeviceMotion(const blink::
WebDeviceMotionData
& motion)
DeviceMotionData.h
34
class
WebDeviceMotionData
;
99
static PassRefPtrWillBeRawPtr<DeviceMotionData> create(const blink::
WebDeviceMotionData
&);
DeviceMotionData.cpp
28
#include "public/platform/
WebDeviceMotionData
.h"
80
PassRefPtrWillBeRawPtr<DeviceMotionData> DeviceMotionData::create(const blink::
WebDeviceMotionData
& data)
/external/chromium_org/content/renderer/device_sensors/
device_motion_event_pump_unittest.cc
25
const blink::
WebDeviceMotionData
& data) OVERRIDE {
33
const blink::
WebDeviceMotionData
& data() const {
39
blink::
WebDeviceMotionData
data_;
84
blink::
WebDeviceMotionData
& data = buffer_->data;
118
const blink::
WebDeviceMotionData
& received_data = listener()->data();
145
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
>
device_motion_event_pump.cc
42
blink::
WebDeviceMotionData
data;
/external/chromium_org/content/public/test/
layouttest_support.h
17
class
WebDeviceMotionData
;
51
// Sets
WebDeviceMotionData
that should be used when registering
53
void SetMockDeviceMotionData(const blink::
WebDeviceMotionData
& data);
/external/chromium_org/content/shell/renderer/test_runner/
WebTestDelegate.h
19
class
WebDeviceMotionData
;
48
virtual void setDeviceMotionData(const blink::
WebDeviceMotionData
&) = 0;
/external/chromium_org/content/shell/renderer/
webkit_test_runner.h
26
class
WebDeviceMotionData
;
60
const blink::
WebDeviceMotionData
& data) OVERRIDE;
webkit_test_runner.cc
71
using blink::
WebDeviceMotionData
;
209
void WebKitTestRunner::setDeviceMotionData(const
WebDeviceMotionData
& data) {
/external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h
32
class
WebDeviceMotionData
;
165
// Set
WebDeviceMotionData
to return when setDeviceMotionListener is invoked.
167
const blink::
WebDeviceMotionData
& data);
renderer_webkitplatformsupport_impl.cc
144
base::LazyInstance<blink::
WebDeviceMotionData
>::Leaky
[
all
...]
/external/chromium_org/content/test/
layouttest_support.cc
23
#include "third_party/WebKit/public/platform/
WebDeviceMotionData
.h"
33
using blink::
WebDeviceMotionData
;
89
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-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
...]
blink_platform.target.linux-arm64.mk
165
third_party/WebKit/Source/platform/exported/
WebDeviceMotionData
.cpp \
[
all
...]
Completed in 392 milliseconds
1
2