Searched refs:last_cursor_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_win.cc46 HCURSOR last_cursor_; member in class:webrtc::MouseCursorMonitorWin
55 last_cursor_(NULL) {
64 last_cursor_(NULL) {
93 if (last_cursor_ != cursor_info.hCursor) {
94 last_cursor_ = cursor_info.hCursor;
H A Dmouse_cursor_monitor_mac.mm55 scoped_ptr<MouseCursor> last_cursor_;
260 if (last_cursor_.get() &&
261 last_cursor_->image()->size().equals(size) &&
262 last_cursor_->hotspot().equals(hotspot) &&
263 memcmp(last_cursor_->image()->data(), src_data,
264 last_cursor_->image()->stride() * size.height()) == 0) {
279 last_cursor_.reset(MouseCursor::CopyOf(*cursor));
H A Dscreen_capturer_mac.mm268 MouseCursorShape last_cursor_;
564 if (last_cursor_.size.equals(cursor_shape->size) &&
565 last_cursor_.hotspot.equals(cursor_shape->hotspot) &&
566 last_cursor_.data == cursor_shape->data) {
571 last_cursor_ = *cursor_shape;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc311 if (last_cursor_.size.equals(cursor->size) &&
312 last_cursor_.hotspot.equals(cursor->hotspot) &&
313 last_cursor_.data == cursor->data) {
321 last_cursor_ = *cursor;
H A Dscreen_capturer_win_gdi.h70 MouseCursorShape last_cursor_; member in class:webrtc::ScreenCapturerWinGdi
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.h117 gfx::NativeCursor last_cursor() const { return last_cursor_; }
193 gfx::NativeCursor last_cursor_; member in class:aura::WindowTreeHost
H A Dwindow_tree_host.cc142 last_cursor_ = cursor;
180 last_cursor_(ui::kCursorNull) {
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura.cc174 ui::Cursor last_cursor_; member in class:content::__anon7241::DesktopVideoCaptureMachine
435 if (last_cursor_ != cursor) {
445 last_cursor_ = cursor;
468 last_cursor_ = ui::Cursor();
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.h254 HCURSOR last_cursor_; member in class:ChromeAppViewAsh
H A Dchrome_app_view_ash.cc525 last_cursor_(NULL),
783 last_cursor_ = cursor;
1062 if (::GetCursor() != last_cursor_)
1063 SetCursor(last_cursor_);

Completed in 685 milliseconds