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

  /external/webkit/Source/WebKit/android/jni/
DeviceMotionAndOrientationManager.cpp 62 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->onMotionChange(motion);
80 if (m_motionClient)
81 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->suspend();
90 if (m_motionClient)
91 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->resume();
100 if (!m_motionClient)
101 m_motionClient.set(m_useMock ? 0
103 ASSERT(m_motionClient);
104 return m_motionClient.get();
DeviceMotionAndOrientationManager.h 62 OwnPtr<WebCore::DeviceMotionClient> m_motionClient;

Completed in 83 milliseconds