Searched refs:GetImageHotspot (Results 1 – 8 of 8) sorted by relevance
210 virtual CefPoint GetImageHotspot() = 0;
61 CefPoint GetImageHotspot() override;
439 NO_SANITIZE("cfi-icall") CefPoint CefDragDataCToCpp::GetImageHotspot() { in GetImageHotspot() function in CefDragDataCToCpp
49 CefPoint GetImageHotspot() override;
199 CefPoint CefDragDataImpl::GetImageHotspot() { in GetImageHotspot() function in CefDragDataImpl
441 cef_point_t _retval = CefDragDataCppToC::Get(self)->GetImageHotspot(); in drag_data_get_image_hotspot()
1873 CefPoint image_hotspot = self->drag_data_->GetImageHotspot(); in DragBegin()
1196 CefPoint hotspot = drag_data->GetImageHotspot(); in StartDragging()