Home | History | Annotate | Download | only in desktop_capture

Lines Matching defs:cursor_image_

32     cursor_image_.reset(cursor_image);
43 scoped_ptr<MouseCursor> cursor_image_;
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_.reset();
109 EXPECT_TRUE(cursor_image_.get());
122 EXPECT_TRUE(cursor_image_.get());