OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initDeviceOrientationEvent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationEvent.idl
31
[Custom] void
initDeviceOrientationEvent
([Default=Undefined] optional DOMString type,
DeviceOrientationEvent.cpp
48
void DeviceOrientationEvent::
initDeviceOrientationEvent
(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation)
DeviceOrientationEvent.h
49
void
initDeviceOrientationEvent
(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*);
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8DeviceOrientationEventCustom.cpp
52
impl->
initDeviceOrientationEvent
(type, bubbles, cancelable, orientation);
Completed in 98 milliseconds