HomeSort by relevance Sort by last modified time
    Searched refs:xcursor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.cc 204 ::Cursor xcursor; local
206 xcursor = ImageCursorFromNative(*cursor);
208 xcursor = invisible_cursor_.get();
210 xcursor = cursor->platform();
212 xcursor = GetXCursor(CursorShapeFromNative(*cursor));
214 xcursor = ImageCursorFromNative(kCursorPointer);
217 cursor->SetPlatformCursor(xcursor);
  /external/chromium_org/ui/base/x/
x11_util.cc 22 #include <X11/Xcursor/Xcursor.h>
205 ::Cursor xcursor = custom_cursor->cursor(); local
206 cache_[xcursor] = custom_cursor;
207 return xcursor;
    [all...]

Completed in 756 milliseconds