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

  /external/webkit/Source/WebKit/chromium/src/
WebCursorInfo.cpp 44 customImage = cursor.impl().customImage();
  /external/webkit/Source/WebKit/chromium/public/
WebCursorInfo.h 98 WebImage customImage;
  /external/webkit/Source/WebCore/platform/chromium/
PlatformCursor.h 99 PassRefPtr<Image> customImage() const { return m_image; }
  /external/chromium/webkit/glue/
webcursor.cc 59 SetCustomData(cursor_info.customImage);
66 ImageFromCustomData(&cursor_info->customImage);

Completed in 437 milliseconds