Searched refs:isPointerLocked (Results 1 – 10 of 10) 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()
389 virtual bool isPointerLocked();
1870 bool RenderViewImpl::isPointerLocked() { in isPointerLocked() function in content::RenderViewImpl
164 virtual bool isPointerLocked() { return false; } in isPointerLocked() function
122 bool isPointerLocked();
353 virtual bool isPointerLocked() { return WebTestProxyBase::IsPointerLocked(); } in isPointerLocked() function
794 return test_interfaces_->testRunner()->isPointerLocked(); in IsPointerLocked()
1854 bool TestRunner::isPointerLocked() { in isPointerLocked() function in content::TestRunner
463 bool isPointerLocked();
1892 if (isPointerLocked() && WebInputEvent::isMouseEventType(inputEvent.type)) { in handleInputEvent()4153 bool WebViewImpl::isPointerLocked() in isPointerLocked() function in blink::WebViewImpl4155 return m_client && m_client->isPointerLocked(); in isPointerLocked()