Searched defs:isPointerLocked (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h266 virtual bool isPointerLocked() { return false; } function in class:WebCore::ChromeClient
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidgetClient.h167 virtual bool isPointerLocked() { return false; } function in class:WebKit::WebWidgetClient
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestProxy.h183 bool isPointerLocked();
427 virtual bool isPointerLocked() function in class:WebTestRunner::WebTestProxy
429 return WebTestProxyBase::isPointerLocked();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp1121 bool WebTestProxyBase::isPointerLocked() function in class:WebTestRunner::WebTestProxyBase
1123 return m_testInterfaces->testRunner()->isPointerLocked();
H A DTestRunner.cpp721 bool TestRunner::isPointerLocked() function in class:WebTestRunner::TestRunner
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp978 bool ChromeClientImpl::isPointerLocked() function in class:WebKit::ChromeClientImpl
980 return m_webView->isPointerLocked();
H A DWebViewImpl.cpp1954 if (isPointerLocked() && WebInputEvent::isMouseEventType(inputEvent.type)) {
4162 bool WebViewImpl::isPointerLocked() function in class:WebKit::WebViewImpl
4164 return m_client && m_client->isPointerLocked();
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2944 bool RenderViewImpl::isPointerLocked() { function in class:content::RenderViewImpl

Completed in 180 milliseconds