Searched refs:requestPointerLock (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPointerLockController.h45 void requestPointerLock(Element* target);
H A DPointerLockController.cpp48 void PointerLockController::requestPointerLock(Element* target) function in class:WebCore::PointerLockController
69 } else if (m_page->chrome().client().requestPointerLock()) {
H A DChromeClient.h259 virtual bool requestPointerLock() { return false; } function in class:WebCore::ChromeClient
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidgetClient.h165 virtual bool requestPointerLock() { return false; } function in class:blink::WebWidgetClient
/external/chromium_org/content/renderer/
H A Dmouse_lock_dispatcher_browsertest.cc60 EXPECT_TRUE(view()->requestPointerLock());
70 EXPECT_TRUE(view()->requestPointerLock());
H A Drender_view_impl.h381 virtual bool requestPointerLock();
H A Drender_view_impl.cc2963 bool RenderViewImpl::requestPointerLock() { function in class:content::RenderViewImpl
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestProxy.h185 bool requestPointerLock();
385 virtual bool requestPointerLock() function in class:WebTestRunner::WebTestProxy
387 return WebTestProxyBase::requestPointerLock();
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.h187 virtual bool requestPointerLock();
H A DChromeClientImpl.cpp968 bool ChromeClientImpl::requestPointerLock() function in class:blink::ChromeClientImpl
970 return m_webView->requestPointerLock();
H A DWebViewImpl.h537 virtual bool requestPointerLock();
H A DWebViewImpl.cpp4151 bool WebViewImpl::requestPointerLock() function in class:WebViewImpl
4153 return m_client && m_client->requestPointerLock();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestRunner.h132 bool requestPointerLock();
H A DWebTestProxy.cpp1001 bool WebTestProxyBase::requestPointerLock() function in class:WebTestRunner::WebTestProxyBase
1003 return m_testInterfaces->testRunner()->requestPointerLock();
H A DTestRunner.cpp704 bool TestRunner::requestPointerLock() function in class:WebTestRunner::TestRunner
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp2935 document().page()->pointerLockController().requestPointerLock(this);
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js3337 canvas.requestPointerLock = canvas['requestPointerLock'] ||
3354 if (!Browser.pointerLock && canvas.requestPointerLock) {
3355 canvas.requestPointerLock();
3405 if (Browser.lockPointer) canvas.requestPointerLock();
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js4133 canvas.requestPointerLock = canvas['requestPointerLock'] ||
4151 if (!Browser.pointerLock && canvas.requestPointerLock) {
4152 canvas.requestPointerLock();
4202 if (Browser.lockPointer) canvas.requestPointerLock();
[all...]

Completed in 935 milliseconds