Searched refs:cursor_shape_ (Results 1 – 2 of 2) sorted by relevance
96 cursor_shape_.reset(new MouseCursor(default_cursor.release(), hotspot)); in MouseCursorMonitorX11()135 if (cursor_shape_.get()) in Capture()136 callback_->OnMouseCursor(cursor_shape_.release()); in Capture()223 cursor_shape_.reset(new MouseCursor(image.release(), hotspot)); in CaptureCursor()
63 std::unique_ptr<MouseCursor> cursor_shape_; variable