HomeSort by relevance Sort by last modified time
    Searched refs:MouseCursorShape (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_shape.h 23 struct MouseCursorShape {
screen_capturer.h 24 struct MouseCursorShape;
62 virtual void OnCursorShapeChanged(MouseCursorShape* cursor_shape) = 0;
screen_capturer_mock_objects.h 53 void OnCursorShapeChanged(MouseCursorShape* cursor_shape) OVERRIDE {
59 void(MouseCursorShape* cursor_shape));
screen_capturer_x11.cc 363 scoped_ptr<MouseCursorShape> cursor(new MouseCursorShape());
screen_capturer_mac.mm 268 MouseCursorShape last_cursor_;
553 // Create a MouseCursorShape that describes the cursor and pass it to
555 scoped_ptr<MouseCursorShape> cursor_shape(new MouseCursorShape());
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.h 70 MouseCursorShape last_cursor_;
screen_capturer_win_gdi.cc 298 scoped_ptr<MouseCursorShape> cursor(new MouseCursorShape);

Completed in 3885 milliseconds