OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LockMouse
(Results
1 - 25
of
35
) sorted by null
1
2
/external/chromium_org/ppapi/thunk/
ppb_mouse_lock_thunk.cc
21
int32_t
LockMouse
(PP_Instance instance, struct PP_CompletionCallback callback) {
22
VLOG(4) << "PPB_MouseLock::
LockMouse
()";
26
return enter.SetResult(enter.functions()->
LockMouse
(instance,
39
&
LockMouse
,
ppb_instance_api.h
118
virtual int32_t
LockMouse
(PP_Instance instance,
/external/chromium_org/ppapi/c/
ppb_mouse_lock.h
39
*
LockMouse
() requests the mouse to be locked.
62
int32_t (*
LockMouse
)(PP_Instance instance,
/external/chromium_org/ppapi/cpp/
mouse_lock.h
64
///
LockMouse
() requests the mouse to be locked.
84
int32_t
LockMouse
(const CompletionCallback& cc);
mouse_lock.cc
50
int32_t MouseLock::
LockMouse
(const CompletionCallback& cc) {
53
return get_interface<PPB_MouseLock_1_0>()->
LockMouse
(
/external/chromium_org/ppapi/api/
ppb_mouse_lock.idl
26
*
LockMouse
() requests the mouse to be locked.
49
int32_t
LockMouse
([in] PP_Instance instance,
/external/chromium_org/content/renderer/
mouse_lock_dispatcher.h
36
bool
LockMouse
(LockTarget* target);
67
// received responses for them. The logic in
LockMouse
() makes sure that a
mouse_lock_dispatcher_browsertest.cc
88
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_));
mouse_lock_dispatcher.cc
22
bool MouseLockDispatcher::
LockMouse
(LockTarget* target) {
84
// such as OnLockMouseACK() synchronously calling
LockMouse
().
100
// such as OnMouseLockLost() synchronously calling
LockMouse
().
/external/chromium_org/ppapi/tests/
test_mouse_lock.cc
44
callback.WaitForResult(
LockMouse
(callback.GetCallback()));
59
callback.WaitForResult(
LockMouse
(callback.GetCallback()));
/external/chromium_org/content/public/browser/
render_widget_host_view.h
116
virtual bool
LockMouse
() = 0;
/external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc
56
LockMouse
(callback_factory_.NewCallback(&MyInstance::DidLockMouse));
76
LockMouse
(callback_factory_.NewCallback(&MyInstance::DidLockMouse));
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h
133
virtual bool
LockMouse
() OVERRIDE;
render_widget_host_view_guest.h
144
virtual bool
LockMouse
() OVERRIDE;
render_widget_host_view_guest.cc
434
bool RenderWidgetHostViewGuest::
LockMouse
() {
435
return platform_view_->
LockMouse
();
render_widget_host_view_android.h
163
virtual bool
LockMouse
() OVERRIDE;
render_widget_host_view_mac.h
317
virtual bool
LockMouse
() OVERRIDE;
render_widget_host_view_aura.h
246
virtual bool
LockMouse
() OVERRIDE;
[
all
...]
/external/chromium_org/content/test/
test_render_view_host.h
171
virtual bool
LockMouse
() OVERRIDE;
test_render_view_host.cc
220
bool TestRenderWidgetHostView::
LockMouse
() {
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
235
int result = pp::MouseLock::
LockMouse
(callback);
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h
417
virtual int32_t
LockMouse
(
645
bool
LockMouse
();
[
all
...]
pepper_plugin_instance_impl.cc
[
all
...]
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc
56
LockMouse
(
/external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h
90
virtual int32_t
LockMouse
(PP_Instance instance,
Completed in 1936 milliseconds
1
2