HomeSort by relevance Sort by last modified time
    Searched defs:didChangeDeviceOrientation (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebDeviceOrientationController.cpp 36 void WebDeviceOrientationController::didChangeDeviceOrientation(const WebDeviceOrientation& orientation)
39 m_controller->didChangeDeviceOrientation(deviceOrientation.get());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DeviceOrientationController.cpp 49 void DeviceOrientationController::didChangeDeviceOrientation(DeviceOrientationData* orientation)
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationDispatcher.cpp 76 void DeviceOrientationDispatcher::didChangeDeviceOrientation(const WebKit::WebDeviceOrientationData& motion)
86 static_cast<NewDeviceOrientationController*>(m_controllers[i])->didChangeDeviceOrientation(m_lastDeviceOrientationData.get());
NewDeviceOrientationController.cpp 46 void NewDeviceOrientationController::didChangeDeviceOrientation(DeviceOrientationData* deviceOrientationData)
  /external/chromium_org/content/renderer/device_orientation/
device_orientation_event_pump_unittest.cc 21 virtual void didChangeDeviceOrientation(
33 void MockDeviceOrientationListener::didChangeDeviceOrientation(

Completed in 827 milliseconds