Home
last modified time | relevance | path

Searched refs:isDeviceMotionEvent (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDeviceMotionEvent.h49 virtual bool isDeviceMotionEvent() const { return true; } in isDeviceMotionEvent() function
DEvent.cpp216 bool Event::isDeviceMotionEvent() const in isDeviceMotionEvent() function in WebCore::Event
DEvent.h145 virtual bool isDeviceMotionEvent() const;
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EventCustom.cpp165 if (impl->isDeviceMotionEvent()) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSEventCustom.cpp187 else if (event->isDeviceMotionEvent()) in toJS()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0684909 - isDeviceMotionEvent virtual method