OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDeviceOrientationEvent
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.h
49
virtual bool
isDeviceOrientationEvent
() const { return true; }
Event.cpp
221
bool Event::
isDeviceOrientationEvent
() const
Event.h
142
virtual bool
isDeviceOrientationEvent
() const;
/external/webkit/Source/WebCore/bindings/js/
JSEventCustom.cpp
189
else if (event->
isDeviceOrientationEvent
())
/external/webkit/Source/WebCore/bindings/v8/custom/
V8EventCustom.cpp
167
if (impl->
isDeviceOrientationEvent
())
Completed in 20 milliseconds