/third_party/cef/libcef/browser/native/ |
D | cursor_util.cc | 25 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/ |
D | display_handler_cpptoc.cc | 260 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/ |
D | client_handler_osr.cc | 164 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()
|
D | client_handler_osr.h | 69 const CefCursorInfo& custom_cursor_info) = 0; 134 const CefCursorInfo& custom_cursor_info) override;
|
D | browser_window_osr_mac.h | 77 const CefCursorInfo& custom_cursor_info) override;
|
D | osr_window_win.h | 137 const CefCursorInfo& custom_cursor_info) override;
|
D | browser_window_osr_gtk.h | 80 const CefCursorInfo& custom_cursor_info) override;
|
D | client_handler.h | 162 const CefCursorInfo& custom_cursor_info) override;
|
D | browser_window_osr_mac.mm | 1326 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);
|
D | client_handler.cc | 483 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
|
D | osr_window_win.cc | 1033 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
|
D | browser_window_osr_gtk.cc | 1267 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
|
/third_party/cef/libcef_dll/ctocpp/ |
D | display_handler_ctocpp.cc | 257 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument 274 cursor, type, &custom_cursor_info); in OnCursorChange()
|
D | display_handler_ctocpp.h | 63 const CefCursorInfo& custom_cursor_info) override;
|
/third_party/cef/include/ |
D | cef_display_handler.h | 148 const CefCursorInfo& custom_cursor_info) { in OnCursorChange() argument
|
/third_party/cef/include/capi/ |
D | cef_display_handler_capi.h | 156 const struct _cef_cursor_info_t* custom_cursor_info);
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1155 const CefCursorInfo& custom_cursor_info) override { in OnCursorChange() argument 1158 EXPECT_EQ(nullptr, custom_cursor_info.buffer); in OnCursorChange()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 38756 + 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;
|
D | 0003-3.2-Beta3-1115.patch | 9461 const struct _cef_cursor_info_t* custom_cursor_info); 11198 const CefCursorInfo& custom_cursor_info) { 33043 const CefCursorInfo& custom_cursor_info) override;
|