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

  /external/webkit/Source/WebCore/history/
PageCache.cpp 34 #include "DeviceMotionController.h"
204 if (page->deviceMotionController() && page->deviceMotionController()->isActive()) {
311 && !(page->deviceMotionController() && page->deviceMotionController()->isActive())
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 50 #include "DeviceMotionController.h"
    [all...]
Page.h 53 class DeviceMotionController;
183 DeviceMotionController* deviceMotionController() const { return m_deviceMotionController.get(); }
339 OwnPtr<DeviceMotionController> m_deviceMotionController;

Completed in 205 milliseconds