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

  /external/webkit/Source/WebCore/history/
PageCache.cpp 35 #include "DeviceOrientationController.h"
208 if (page->deviceOrientationController() && page->deviceOrientationController()->isActive()) {
312 && !(page->deviceOrientationController() && page->deviceOrientationController()->isActive())
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 51 #include "DeviceOrientationController.h"
    [all...]
Page.h 55 class DeviceOrientationController;
184 DeviceOrientationController* deviceOrientationController() const { return m_deviceOrientationController.get(); }
340 OwnPtr<DeviceOrientationController> m_deviceOrientationController;

Completed in 30 milliseconds