OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mouse_pos_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
input_injector_mac.cc
101
webrtc::DesktopVector
mouse_pos_
;
member in class:remoting::__anon15054::InputInjectorMac::Core
239
mouse_pos_
.set(event.x(), event.y());
251
mouse_pos_
=
mouse_pos_
.add(
256
mouse_pos_
.set(
258
std::min(desktop_config.pixel_bounds.right(),
mouse_pos_
.x())),
260
std::min(desktop_config.pixel_bounds.bottom(),
mouse_pos_
.y())));
263
mouse_pos_
.set(
mouse_pos_
.x() / desktop_config.dip_to_pixel_scale,
264
mouse_pos_
.y() / desktop_config.dip_to_pixel_scale)
[
all
...]
/external/chromium_org/remoting/protocol/
input_event_tracker.cc
45
mouse.set_x(
mouse_pos_
.x());
46
mouse.set_y(
mouse_pos_
.y());
79
mouse_pos_
= webrtc::DesktopVector(event.x(), event.y());
input_event_tracker.h
46
webrtc::DesktopVector
mouse_pos_
;
member in class:remoting::protocol::InputEventTracker
Completed in 57 milliseconds