Searched defs:LockMouse (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_mouse_lock.h39 * LockMouse() requests the mouse to be locked.
62 int32_t (*LockMouse)(PP_Instance instance, member in struct:PPB_MouseLock_1_0
/external/chromium_org/ppapi/thunk/
H A Dppb_mouse_lock_thunk.cc21 int32_t LockMouse(PP_Instance instance, struct PP_CompletionCallback callback) { function in namespace:ppapi::thunk::__anon10339
22 VLOG(4) << "PPB_MouseLock::LockMouse()";
26 return enter.SetResult(enter.functions()->LockMouse(instance,
39 &LockMouse,
/external/chromium_org/content/renderer/
H A Dmouse_lock_dispatcher.cc22 bool MouseLockDispatcher::LockMouse(LockTarget* target) { function in class:content::MouseLockDispatcher
84 // such as OnLockMouseACK() synchronously calling LockMouse().
100 // such as OnMouseLockLost() synchronously calling LockMouse().
/external/chromium_org/ppapi/cpp/
H A Dmouse_lock.cc50 int32_t MouseLock::LockMouse(const CompletionCallback& cc) { function in class:pp::MouseLock
53 return get_interface<PPB_MouseLock_1_0>()->LockMouse(
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc220 bool TestRenderWidgetHostView::LockMouse() { function in class:content::TestRenderWidgetHostView
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc1130 bool RenderWidgetHostViewAndroid::LockMouse() { function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_gtk.cc1314 bool RenderWidgetHostViewGtk::LockMouse() { function in class:content::RenderWidgetHostViewGtk
1344 LOG(WARNING) << "Failed to grab pointer for LockMouse. "
H A Drender_widget_host_view_guest.cc434 bool RenderWidgetHostViewGuest::LockMouse() { function in class:content::RenderWidgetHostViewGuest
435 return platform_view_->LockMouse();
H A Drender_widget_host_view_aura.cc2167 bool RenderWidgetHostViewAura::LockMouse() { function in class:content::RenderWidgetHostViewAura
H A Drender_widget_host_view_win.cc2387 bool RenderWidgetHostViewWin::LockMouse() { function in class:content::RenderWidgetHostViewWin
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc746 int32_t PPB_Instance_Proxy::LockMouse(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
967 enter.SetResult(enter.functions()->LockMouse(instance, enter.callback()));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc1756 if (!LockMouse())
2469 int32_t PepperPluginInstanceImpl::LockMouse( function in class:content::PepperPluginInstanceImpl
2485 // we wait and call LockMouse() in UpdateFlashFullscreenState().
2490 if (!LockMouse())
2995 bool PepperPluginInstanceImpl::LockMouse() { function in class:content::PepperPluginInstanceImpl
2996 return GetMouseLockDispatcher()->LockMouse(GetOrCreateLockTargetAdapter());

Completed in 306 milliseconds