Home
last modified time | relevance | path

Searched refs:m_lastOrientation (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DDeviceOrientationClientProxy.cpp69 m_lastOrientation = m_client->lastOrientation(); in lastOrientation()
71 return m_lastOrientation.get(); in lastOrientation()
DDeviceOrientationClientProxy.h55 mutable RefPtr<WebCore::DeviceOrientation> m_lastOrientation; variable
/external/webkit/Source/WebKit/android/jni/
DDeviceOrientationClientImpl.h54 virtual DeviceOrientation* lastOrientation() const { return m_lastOrientation.get(); } in lastOrientation()
65 RefPtr<DeviceOrientation> m_lastOrientation; variable
DDeviceOrientationClientImpl.cpp120 m_lastOrientation = orientation; in onOrientationChange()
121 m_controller->didChangeDeviceOrientation(m_lastOrientation.get()); in onOrientationChange()