Home
last modified time | relevance | path

Searched refs:GetImageHotspot (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/include/
Dcef_drag_data.h210 virtual CefPoint GetImageHotspot() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddrag_data_ctocpp.h61 CefPoint GetImageHotspot() override;
Ddrag_data_ctocpp.cc439 NO_SANITIZE("cfi-icall") CefPoint CefDragDataCToCpp::GetImageHotspot() { in GetImageHotspot() function in CefDragDataCToCpp
/third_party/cef/libcef/common/
Ddrag_data_impl.h49 CefPoint GetImageHotspot() override;
Ddrag_data_impl.cc199 CefPoint CefDragDataImpl::GetImageHotspot() { in GetImageHotspot() function in CefDragDataImpl
/third_party/cef/libcef_dll/cpptoc/
Ddrag_data_cpptoc.cc441 cef_point_t _retval = CefDragDataCppToC::Get(self)->GetImageHotspot(); in drag_data_get_image_hotspot()
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_gtk.cc1873 CefPoint image_hotspot = self->drag_data_->GetImageHotspot(); in DragBegin()
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1196 CefPoint hotspot = drag_data->GetImageHotspot(); in StartDragging()