Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dcursor_util.cc38 CefCursorHandle platform_cursor; in OnCursorChange() local
45 platform_cursor = cursor_util::ToCursorHandle(image_cursor); in OnCursorChange()
47 platform_cursor = cursor_util::GetPlatformCursor(ui_cursor.type()); in OnCursorChange()
50 handled = handler->OnCursorChange(browser, platform_cursor, cursor_type, in OnCursorChange()