Searched defs:mouse_pos (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/
H A Dremote_input_filter.cc35 const webrtc::DesktopVector& mouse_pos) {
43 !mouse_pos.equals(*found_position)) {
34 LocalMouseMoved( const webrtc::DesktopVector& mouse_pos) argument
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysmouse.c189 POINT mouse_pos; local
201 GetCursorPos(&mouse_pos);
202 if ( PtInRect(&SDL_bounds, mouse_pos) ) {
/external/chromium_org/ui/views/corewm/
H A Dtooltip_aura.cc154 void TooltipAura::SetTooltipBounds(const gfx::Point& mouse_pos, argument
157 gfx::Rect tooltip_rect(mouse_pos.x(), mouse_pos.y(), tooltip_width,
162 gfx::Rect display_bounds(screen->GetDisplayNearestPoint(mouse_pos).bounds());
174 tooltip_rect.set_y(mouse_pos.y() - tooltip_height);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c380 POINT mouse_pos; local
385 GetCursorPos(&mouse_pos);
386 ScreenToClient(SDL_Window, &mouse_pos);
387 post_mouse_motion( 0, (Sint16)mouse_pos.x, (Sint16)mouse_pos.y);
/external/chromium_org/pdf/
H A Dinstance.cc2626 PP_CursorType_Dev Instance::CalculateAutoscroll(const pp::Point& mouse_pos) { argument
2628 if (autoscroll_rect_.Contains(mouse_pos)) {
2635 pp::Point rel_pos = mouse_pos - autoscroll_rect_.CenterPoint();

Completed in 259 milliseconds