Searched refs:deviceOrientationController (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/history/
H A DPageCache.cpp208 if (page->deviceOrientationController() && page->deviceOrientationController()->isActive()) {
312 && !(page->deviceOrientationController() && page->deviceOrientationController()->isActive())
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1549 else if (eventType == eventNames().deviceorientationEvent && frame() && frame()->page() && frame()->page()->deviceOrientationController())
1550 frame()->page()->deviceOrientationController()->addListener(this);
1568 else if (eventType == eventNames().deviceorientationEvent && frame() && frame()->page() && frame()->page()->deviceOrientationController())
1569 frame()->page()->deviceOrientationController()->removeListener(this);
1631 if (frame() && frame()->page() && frame()->page()->deviceOrientationController())
1632 frame()->page()->deviceOrientationController()->removeAllListeners(this);
H A DPage.h184 DeviceOrientationController* deviceOrientationController() const { return m_deviceOrientationController.get(); } function in class:WebCore::Page

Completed in 201 milliseconds