Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDeviceOrientationEvent.h49 virtual bool isDeviceOrientationEvent() const { return true; } in isDeviceOrientationEvent() function
DEvent.cpp221 bool Event::isDeviceOrientationEvent() const in isDeviceOrientationEvent() function in WebCore::Event
DEvent.h146 virtual bool isDeviceOrientationEvent() const;
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EventCustom.cpp167 if (impl->isDeviceOrientationEvent()) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSEventCustom.cpp189 else if (event->isDeviceOrientationEvent()) in toJS()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-242291 (WebCore::DeviceOrientationEvent::isDeviceOrientationEvent):
2294 (WebCore::Event::isDeviceOrientationEvent):