Home
last modified time | relevance | path

Searched refs:isPointerLocked (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/renderer/
Dmouse_lock_dispatcher_browsertest.cc57 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()
Drender_view_impl.h389 virtual bool isPointerLocked();
Drender_view_impl.cc1870 bool RenderViewImpl::isPointerLocked() { in isPointerLocked() function in content::RenderViewImpl
/external/chromium_org/third_party/WebKit/public/web/
DWebWidgetClient.h164 virtual bool isPointerLocked() { return false; } in isPointerLocked() function
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_runner.h122 bool isPointerLocked();
Dweb_test_proxy.h353 virtual bool isPointerLocked() { return WebTestProxyBase::IsPointerLocked(); } in isPointerLocked() function
Dweb_test_proxy.cc794 return test_interfaces_->testRunner()->isPointerLocked(); in IsPointerLocked()
Dtest_runner.cc1854 bool TestRunner::isPointerLocked() { in isPointerLocked() function in content::TestRunner
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h463 bool isPointerLocked();
DWebViewImpl.cpp1892 if (isPointerLocked() && WebInputEvent::isMouseEventType(inputEvent.type)) { in handleInputEvent()
4153 bool WebViewImpl::isPointerLocked() in isPointerLocked() function in blink::WebViewImpl
4155 return m_client && m_client->isPointerLocked(); in isPointerLocked()