Home
last modified time | relevance | path

Searched refs:cef_cursor_handle_t (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/libcef/browser/native/
Dcursor_util_linux.cc18 cef_cursor_handle_t GetPlatformCursor(ui::mojom::CursorType type) { in GetPlatformCursor()
26 cef_cursor_handle_t ToCursorHandle(scoped_refptr<ui::PlatformCursor> cursor) { in ToCursorHandle()
29 return static_cast<cef_cursor_handle_t>( in ToCursorHandle()
32 return static_cast<cef_cursor_handle_t>( in ToCursorHandle()
Dcursor_util.h22 cef_cursor_handle_t GetPlatformCursor(ui::mojom::CursorType type);
23 cef_cursor_handle_t ToCursorHandle(scoped_refptr<ui::PlatformCursor> cursor);
Dcursor_util_win.cc139 cef_cursor_handle_t GetPlatformCursor(ui::mojom::CursorType type) { in GetPlatformCursor()
159 cef_cursor_handle_t ToCursorHandle(scoped_refptr<ui::PlatformCursor> cursor) { in ToCursorHandle()
/third_party/cef/include/internal/
Dcef_types_linux.h50 #define cef_cursor_handle_t unsigned long macro
53 #define cef_cursor_handle_t void* macro
Dcef_types_win.h43 #define cef_cursor_handle_t HCURSOR macro
Dcef_types_mac.h42 #define cef_cursor_handle_t void* macro
Dcef_mac.h38 #define CefCursorHandle cef_cursor_handle_t
Dcef_linux.h38 #define CefCursorHandle cef_cursor_handle_t
Dcef_win.h40 #define CefCursorHandle cef_cursor_handle_t
/third_party/cef/include/capi/
Dcef_display_handler_capi.h154 cef_cursor_handle_t cursor,
/third_party/cef/libcef_dll/cpptoc/
Ddisplay_handler_cpptoc.cc258 cef_cursor_handle_t cursor, in display_handler_on_cursor_change()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch9459 cef_cursor_handle_t cursor,