Searched defs:cursor_image_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_unittest.cc32 cursor_image_.reset(cursor_image);
43 scoped_ptr<MouseCursor> cursor_image_; member in class:webrtc::MouseCursorMonitorTest
71 EXPECT_TRUE(cursor_image_.get());
72 EXPECT_GE(cursor_image_->hotspot().x(), 0);
73 EXPECT_LE(cursor_image_->hotspot().x(),
74 cursor_image_->image()->size().width());
75 EXPECT_GE(cursor_image_->hotspot().y(), 0);
76 EXPECT_LE(cursor_image_->hotspot().y(),
77 cursor_image_->image()->size().height());
98 cursor_image_
[all...]
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.h76 // Applies |cursor_image_| as the custom pointer or uses the standard arrow
77 // pointer if |cursor_image_| is not available.
88 // Custom cursor image sent by the host. |cursor_image_| is set to NULL when
91 scoped_ptr<pp::ImageData> cursor_image_; member in class:remoting::PepperInputHandler
93 // Hot spot for |cursor_image_|.
/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc51 canvas->DrawImageInt(cursor_image_, 0, 0);
75 cursor_image_ = gfx::ImageSkia::CreateFrom1xBitmap(image_rep.sk_bitmap());
78 cursor_image_ = gfx::ImageSkia(
87 gfx::ImageSkia cursor_image_; member in class:ash::CursorWindowDelegate

Completed in 458 milliseconds