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

  /external/chromium_org/ui/ozone/public/
cursor_factory_ozone.h 17 typedef void* PlatformCursor;
30 virtual PlatformCursor GetDefaultCursor(int type);
35 virtual PlatformCursor CreateImageCursor(const SkBitmap& bitmap,
39 virtual void RefImageCursor(PlatformCursor cursor);
42 virtual void UnrefImageCursor(PlatformCursor cursor);
46 virtual void SetCursor(gfx::AcceleratedWidget widget, PlatformCursor cursor);
  /external/chromium_org/ui/base/cursor/
cursor.h 25 typedef ::HCURSOR PlatformCursor;
27 typedef unsigned long PlatformCursor;
29 typedef void* PlatformCursor;
103 void SetPlatformCursor(const PlatformCursor& platform);
109 PlatformCursor platform() const { return platform_cursor_; }
140 PlatformCursor platform_cursor_;

Completed in 76 milliseconds