Searched refs:isPointerLocked (Results 1 – 13 of 13) sorted by relevance
57 EXPECT_FALSE(view()->isPointerLocked()); in TEST_F()62 EXPECT_TRUE(view()->isPointerLocked()); in TEST_F()67 EXPECT_FALSE(view()->isPointerLocked()); in TEST_F()72 EXPECT_FALSE(view()->isPointerLocked()); in TEST_F()
383 virtual bool isPointerLocked();
2971 bool RenderViewImpl::isPointerLocked() { in isPointerLocked() function in content::RenderViewImpl
173 virtual bool isPointerLocked() { return false; } in isPointerLocked() function
187 bool isPointerLocked();393 virtual bool isPointerLocked() in isPointerLocked() function395 return WebTestProxyBase::isPointerLocked(); in isPointerLocked()
261 virtual bool isPointerLocked() { return false; } in isPointerLocked() function
189 virtual bool isPointerLocked();
978 bool ChromeClientImpl::isPointerLocked() in isPointerLocked() function in blink::ChromeClientImpl980 return m_webView->isPointerLocked(); in isPointerLocked()
539 virtual bool isPointerLocked();
1952 if (isPointerLocked() && WebInputEvent::isMouseEventType(inputEvent.type)) { in handleInputEvent()4162 bool WebViewImpl::isPointerLocked() in isPointerLocked() function in blink::WebViewImpl4164 return m_client && m_client->isPointerLocked(); in isPointerLocked()
134 bool isPointerLocked();
1011 bool WebTestProxyBase::isPointerLocked() in isPointerLocked() function in WebTestRunner::WebTestProxyBase1013 return m_testInterfaces->testRunner()->isPointerLocked(); in isPointerLocked()
727 bool TestRunner::isPointerLocked() in isPointerLocked() function in WebTestRunner::TestRunner