HomeSort by relevance Sort by last modified time
    Searched refs:m_lastOrientation (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/android/jni/
DeviceOrientationClientImpl.h 54 virtual DeviceOrientation* lastOrientation() const { return m_lastOrientation.get(); }
65 RefPtr<DeviceOrientation> m_lastOrientation;
DeviceOrientationClientImpl.cpp 120 m_lastOrientation = orientation;
121 m_controller->didChangeDeviceOrientation(m_lastOrientation.get());
  /external/webkit/Source/WebKit/chromium/src/
DeviceOrientationClientProxy.cpp 69 m_lastOrientation = m_client->lastOrientation();
71 return m_lastOrientation.get();
DeviceOrientationClientProxy.h 55 mutable RefPtr<WebCore::DeviceOrientation> m_lastOrientation;

Completed in 96 milliseconds