Home
last modified time | relevance | path

Searched refs:custom_cursor_info (Results 1 – 19 of 19) sorted by relevance

/third_party/cef/libcef/browser/native/
Dcursor_util.cc25 CefCursorInfo custom_cursor_info; in OnCursorChange() local
27 custom_cursor_info.hotspot.x = ui_cursor.custom_hotspot().x(); in OnCursorChange()
28 custom_cursor_info.hotspot.y = ui_cursor.custom_hotspot().y(); in OnCursorChange()
29 custom_cursor_info.image_scale_factor = ui_cursor.image_scale_factor(); in OnCursorChange()
30 custom_cursor_info.buffer = ui_cursor.custom_bitmap().getPixels(); in OnCursorChange()
31 custom_cursor_info.size.width = ui_cursor.custom_bitmap().width(); in OnCursorChange()
32 custom_cursor_info.size.height = ui_cursor.custom_bitmap().height(); in OnCursorChange()
51 custom_cursor_info); in OnCursorChange()
57 custom_cursor_info); in OnCursorChange()
/third_party/cef/libcef_dll/cpptoc/
Ddisplay_handler_cpptoc.cc260 const struct _cef_cursor_info_t* custom_cursor_info) { in display_handler_on_cursor_change() argument
273 DCHECK(custom_cursor_info); in display_handler_on_cursor_change()
274 if (!custom_cursor_info) in display_handler_on_cursor_change()
279 if (custom_cursor_info) in display_handler_on_cursor_change()
280 custom_cursor_infoObj.Set(*custom_cursor_info, false); in display_handler_on_cursor_change()
/third_party/cef/tests/cefclient/browser/
Dclient_handler_osr.cc164 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
167 custom_cursor_info)) { in OnCursorChange()
171 osr_delegate_->OnCursorChange(browser, cursor, type, custom_cursor_info); in OnCursorChange()
Dclient_handler_osr.h69 const CefCursorInfo& custom_cursor_info) = 0;
134 const CefCursorInfo& custom_cursor_info) override;
Dbrowser_window_osr_mac.h77 const CefCursorInfo& custom_cursor_info) override;
Dosr_window_win.h137 const CefCursorInfo& custom_cursor_info) override;
Dbrowser_window_osr_gtk.h80 const CefCursorInfo& custom_cursor_info) override;
Dclient_handler.h162 const CefCursorInfo& custom_cursor_info) override;
Dbrowser_window_osr_mac.mm1326 const CefCursorInfo& custom_cursor_info);
1658 const CefCursorInfo& custom_cursor_info) {
1880 const CefCursorInfo& custom_cursor_info) {
1881 impl_->OnCursorChange(browser, cursor, type, custom_cursor_info);
Dclient_handler.cc483 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
Dosr_window_win.cc1033 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
Dbrowser_window_osr_gtk.cc1267 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
/third_party/cef/libcef_dll/ctocpp/
Ddisplay_handler_ctocpp.cc257 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
274 cursor, type, &custom_cursor_info); in OnCursorChange()
Ddisplay_handler_ctocpp.h63 const CefCursorInfo& custom_cursor_info) override;
/third_party/cef/include/
Dcef_display_handler.h148 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
/third_party/cef/include/capi/
Dcef_display_handler_capi.h156 const struct _cef_cursor_info_t* custom_cursor_info);
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1155 const CefCursorInfo& custom_cursor_info) override { in OnCursorChange() argument
1158 EXPECT_EQ(nullptr, custom_cursor_info.buffer); in OnCursorChange()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch38756 + const CefCursorInfo& custom_cursor_info) {
38767 + if (type == CT_CUSTOM && custom_cursor_info.size.width > 0 && custom_cursor_info.size.height > 0…
38768 + info.width = custom_cursor_info.size.width;
38769 + info.height = custom_cursor_info.size.height;
38770 + info.x = custom_cursor_info.hotspot.x;
38771 + info.y = custom_cursor_info.hotspot.y;
38772 + info.scale = custom_cursor_info.image_scale_factor;
38779 + memcpy((char *)info.buff.get(), custom_cursor_info.buffer, len);
38903 + const CefCursorInfo& custom_cursor_info) override;
D0003-3.2-Beta3-1115.patch9461 const struct _cef_cursor_info_t* custom_cursor_info);
11198 const CefCursorInfo& custom_cursor_info) {
33043 const CefCursorInfo& custom_cursor_info) override;