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 228 ::Cursor xcursor; local
230 xcursor = ImageCursorFromNative(*cursor);
232 xcursor = invisible_cursor_.get();
234 xcursor = cursor->platform();
237 xcursor = GetXCursor(CursorShapeFromNative(*cursor));
239 xcursor = ImageCursorFromNative(kCursorPointer);
242 cursor->SetPlatformCursor(xcursor);
  /external/chromium_org/ui/base/x/
x11_util.cc 58 #include <X11/Xcursor/Xcursor.h>
187 ::Cursor xcursor = custom_cursor->cursor(); local
188 cache_[xcursor] = custom_cursor;
189 return xcursor;
    [all...]

Completed in 38 milliseconds