Home
last modified time | relevance | path

Searched refs:OnCursorShapeChanged (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/remoting/host/
Dipc_video_frame_capturer.cc62 void IpcVideoFrameCapturer::OnCursorShapeChanged( in OnCursorShapeChanged() function in remoting::IpcVideoFrameCapturer
65 mouse_shape_observer_->OnCursorShapeChanged(cursor_shape.release()); in OnCursorShapeChanged()
Dipc_video_frame_capturer.h49 void OnCursorShapeChanged(scoped_ptr<webrtc::MouseCursorShape> cursor_shape);
Ddesktop_session_proxy.cc186 OnCursorShapeChanged) in OnMessageReceived()
505 void DesktopSessionProxy::OnCursorShapeChanged( in OnCursorShapeChanged() function in remoting::DesktopSessionProxy
543 base::Bind(&IpcVideoFrameCapturer::OnCursorShapeChanged, video_capturer_, in PostCursorShape()
Dvideo_scheduler.h97 virtual void OnCursorShapeChanged(
Ddesktop_session_proxy.h150 void OnCursorShapeChanged(const webrtc::MouseCursorShape& cursor_shape);
Ddesktop_session_agent.h82 virtual void OnCursorShapeChanged(
Dvideo_scheduler.cc98 void VideoScheduler::OnCursorShapeChanged( in OnCursorShapeChanged() function in remoting::VideoScheduler
Ddesktop_session_agent.cc323 void DesktopSessionAgent::OnCursorShapeChanged( in OnCursorShapeChanged() function in remoting::DesktopSessionAgent
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dscreen_capturer.h62 virtual void OnCursorShapeChanged(MouseCursorShape* cursor_shape) = 0;
Dscreen_capturer_mock_objects.h53 void OnCursorShapeChanged(MouseCursorShape* cursor_shape) OVERRIDE { in OnCursorShapeChanged() function
Dscreen_capturer_x11.cc381 mouse_shape_observer_->OnCursorShapeChanged(cursor.release()); in CaptureCursor()
Dscreen_capturer_mac.mm572 mouse_shape_observer_->OnCursorShapeChanged(cursor_shape.release());
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc321 mouse_shape_observer_->OnCursorShapeChanged(cursor.release()); in CaptureCursor()