Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:current_position

3022     CPoint current_position(LOWORD(lparam), HIWORD(lparam));
3023 ClientToScreen(&current_position);
3024 if (move_to_center_request_.target.x() == current_position.x &&
3025 move_to_center_request_.target.y() == current_position.y) {