Searched refs:LockMouse (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/ppapi/thunk/
H A Dppb_mouse_lock_thunk.cc19 int32_t LockMouse(PP_Instance instance, struct PP_CompletionCallback callback) { function in namespace:ppapi::thunk::__anon10294
20 VLOG(4) << "PPB_MouseLock::LockMouse()";
24 return enter.SetResult(enter.functions()->LockMouse(instance,
37 &LockMouse,
H A Dppb_instance_api.h138 virtual int32_t LockMouse(PP_Instance instance,
/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/api/
H A Dppb_mouse_lock.idl26 * LockMouse() requests the mouse to be locked.
49 int32_t LockMouse([in] PP_Instance instance,
/external/chromium_org/ppapi/cpp/
H A Dmouse_lock.h64 /// LockMouse() requests the mouse to be locked.
84 int32_t LockMouse(const CompletionCallback& cc);
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/renderer/
H A Dmouse_lock_dispatcher_browsertest.cc88 EXPECT_TRUE(dispatcher()->LockMouse(target_));
101 EXPECT_TRUE(dispatcher()->LockMouse(target_));
114 EXPECT_TRUE(dispatcher()->LockMouse(target_));
135 EXPECT_TRUE(dispatcher()->LockMouse(target_));
153 EXPECT_TRUE(dispatcher()->LockMouse(target_));
177 EXPECT_TRUE(dispatcher()->LockMouse(target_));
204 EXPECT_TRUE(dispatcher()->LockMouse(target_));
208 EXPECT_FALSE(dispatcher()->LockMouse(alternate_target_));
216 EXPECT_FALSE(dispatcher()->LockMouse(alternate_target_));
H A Dmouse_lock_dispatcher.h36 bool LockMouse(LockTarget* target);
67 // received responses for them. The logic in LockMouse() makes sure that a
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/tests/
H A Dtest_mouse_lock.cc44 callback.WaitForResult(LockMouse(callback.GetCallback()));
59 callback.WaitForResult(LockMouse(callback.GetCallback()));
/external/chromium_org/content/public/browser/
H A Drender_widget_host_view.h113 virtual bool LockMouse() = 0;
/external/chromium_org/ppapi/examples/mouse_lock/
H A Dmouse_lock.cc56 LockMouse(callback_factory_.NewCallback(&MyInstance::DidLockMouse));
76 LockMouse(callback_factory_.NewCallback(&MyInstance::DidLockMouse));
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc383 bool RenderWidgetHostViewGuest::LockMouse() { function in class:content::RenderWidgetHostViewGuest
384 return platform_view_->LockMouse();
H A Drender_widget_host_view_child_frame.cc252 bool RenderWidgetHostViewChildFrame::LockMouse() { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h119 virtual bool LockMouse() OVERRIDE;
H A Drender_widget_host_view_guest.h113 virtual bool LockMouse() OVERRIDE;
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.h108 bool LockMouse(bool allowed);
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc194 bool TestRenderWidgetHostView::LockMouse() { function in class:content::TestRenderWidgetHostView
H A Dtest_render_view_host.h153 virtual bool LockMouse() OVERRIDE;
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc235 int result = pp::MouseLock::LockMouse(callback);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc260 int32_t PluginInstance::LockMouse( function in class:mojo::examples::PluginInstance
H A Dplugin_instance.h100 virtual int32_t LockMouse(
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
H A Dmouse_lock.cc56 LockMouse(
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.h179 virtual bool LockMouse() OVERRIDE;
H A Drender_widget_host_view_mac.h322 virtual bool LockMouse() OVERRIDE;

Completed in 376 milliseconds

12