Searched defs:hotspot_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor.h36 void set_hotspot(const DesktopVector& hotspot ) { hotspot_ = hotspot; }
37 const DesktopVector& hotspot() const { return hotspot_; }
41 DesktopVector hotspot_; member in class:webrtc::MouseCursor
H A Ddesktop_and_cursor_composer_unittest.cc105 if (!hotspot_.equals(hotspot))
107 hotspot_ = hotspot;
124 data[(hotspot_.y() + y) * kCursorWidth + (hotspot_.x() + x)] =
129 callback_->OnMouseCursor(new MouseCursor(image.release(), hotspot_));
139 DesktopVector hotspot_; member in class:webrtc::__anon15936::FakeMouseMonitor
/external/chromium_org/ui/base/cursor/ozone/
H A Dbitmap_cursor_factory_ozone.h40 gfx::Point hotspot_; member in class:ui::BitmapCursorOzone
/external/chromium_org/content/common/cursors/
H A Dwebcursor.h157 gfx::Point hotspot_; member in class:content::WebCursor

Completed in 78 milliseconds