OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initDeviceMotionEvent
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
DeviceMotionEvent.cpp
48
void DeviceMotionEvent::
initDeviceMotionEvent
(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData)
/external/webkit/Source/WebCore/bindings/js/
JSDeviceMotionEventCustom.cpp
164
JSValue JSDeviceMotionEvent::
initDeviceMotionEvent
(ExecState* exec)
188
imp->
initDeviceMotionEvent
(type, bubbles, cancelable, deviceMotionData.get());
Completed in 901 milliseconds