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

  /external/chromium_org/ui/base/cursor/ozone/
bitmap_cursor_factory_ozone.cc 66 BitmapCursorFactoryOzone::BitmapCursorFactoryOzone() {}
68 BitmapCursorFactoryOzone::~BitmapCursorFactoryOzone() {}
71 scoped_refptr<BitmapCursorOzone> BitmapCursorFactoryOzone::GetBitmapCursor(
76 PlatformCursor BitmapCursorFactoryOzone::GetDefaultCursor(int type) {
80 PlatformCursor BitmapCursorFactoryOzone::CreateImageCursor(
88 PlatformCursor BitmapCursorFactoryOzone::CreateAnimatedCursor(
99 void BitmapCursorFactoryOzone::RefImageCursor(PlatformCursor cursor) {
103 void BitmapCursorFactoryOzone::UnrefImageCursor(PlatformCursor cursor)
    [all...]
bitmap_cursor_factory_ozone.h 53 class UI_BASE_EXPORT BitmapCursorFactoryOzone : public CursorFactoryOzone {
55 BitmapCursorFactoryOzone();
56 virtual ~BitmapCursorFactoryOzone();
81 DISALLOW_COPY_AND_ASSIGN(BitmapCursorFactoryOzone);
  /external/chromium_org/ui/ozone/platform/dri/
dri_cursor.h 21 class BitmapCursorFactoryOzone;
ozone_platform_dri.cc 90 cursor_factory_ozone_.reset(new BitmapCursorFactoryOzone);
110 scoped_ptr<BitmapCursorFactoryOzone> cursor_factory_ozone_;
ozone_platform_gbm.cc 132 cursor_factory_ozone_.reset(new BitmapCursorFactoryOzone);
179 scoped_ptr<BitmapCursorFactoryOzone> cursor_factory_ozone_;
dri_cursor.cc 32 BitmapCursorFactoryOzone::GetBitmapCursor(platform_cursor);
  /external/chromium_org/ui/ozone/platform/test/
ozone_platform_test.cc 69 cursor_factory_ozone_.reset(new BitmapCursorFactoryOzone);

Completed in 135 milliseconds