Searched refs:native_cursor (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_x11.h39 // Returns true if we have an image resource loaded for the |native_cursor|.
40 bool IsImageCursor(gfx::NativeCursor native_cursor);
42 // Gets the X Cursor corresponding to the |native_cursor|.
43 ::Cursor ImageCursorFromNative(gfx::NativeCursor native_cursor);
H A Dcursor_loader_x11.cc25 int CursorShapeFromNative(const gfx::NativeCursor& native_cursor) { argument
26 switch (native_cursor.native_type()) {
134 NOTREACHED() << "Case not handled for " << native_cursor.native_type();
224 bool CursorLoaderX11::IsImageCursor(gfx::NativeCursor native_cursor) { argument
225 int type = native_cursor.native_type();
230 gfx::NativeCursor native_cursor) {
231 int type = native_cursor.native_type();
238 return GetXCursor(CursorShapeFromNative(native_cursor));
229 ImageCursorFromNative( gfx::NativeCursor native_cursor) argument
H A Dcursor_loader_win.cc18 const wchar_t* GetCursorId(gfx::NativeCursor native_cursor) { argument
19 switch (native_cursor.native_type()) {
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_win.cc97 void WindowTreeHostWin::SetCursorNative(gfx::NativeCursor native_cursor) { argument
99 if (native_cursor == ui::kCursorCustom)
103 cursor_loader.SetPlatformCursor(&native_cursor);
104 ::SetCursor(native_cursor.platform());
H A Dremote_window_tree_host_win.cc238 void RemoteWindowTreeHostWin::SetCursorNative(gfx::NativeCursor native_cursor) { argument
242 new MetroViewerHostMsg_SetCursor(uint64(native_cursor.platform())));

Completed in 2211 milliseconds