Searched refs:deviceMotionController (Results 1 – 4 of 4) sorted by relevance
204 if (page->deviceMotionController() && page->deviceMotionController()->isActive()) { in logCanCachePageDecision()311 && !(page->deviceMotionController() && page->deviceMotionController()->isActive()) in canCache()
1547 …mes().devicemotionEvent && frame() && frame()->page() && frame()->page()->deviceMotionController()) in addEventListener()1548 frame()->page()->deviceMotionController()->addListener(this); in addEventListener()1566 …mes().devicemotionEvent && frame() && frame()->page() && frame()->page()->deviceMotionController()) in removeEventListener()1567 frame()->page()->deviceMotionController()->removeListener(this); in removeEventListener()1629 if (frame() && frame()->page() && frame()->page()->deviceMotionController()) in removeAllEventListeners()1630 frame()->page()->deviceMotionController()->removeAllListeners(this); in removeAllEventListeners()
183 … DeviceMotionController* deviceMotionController() const { return m_deviceMotionController.get(); } in deviceMotionController() function
84917 through to the Page's deviceMotionController object84920 - new PageClient for deviceMotionController