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

  /external/webkit/WebCore/rendering/style/
CursorData.h 36 : cursorImage(0)
42 return hotSpot == o.hotSpot && cursorImage == o.cursorImage;
51 CachedResourceHandle<CachedImage> cursorImage;
RenderStyle.cpp 542 data.cursorImage = image;
    [all...]
  /external/webkit/WebCore/platform/win/
CursorWin.cpp 58 BitmapInfo cursorImage = BitmapInfo::create(IntSize(img->width(), img->height()));
63 OwnPtr<HBITMAP> hCursor(CreateDIBSection(dc, (BITMAPINFO *)&cursorImage, DIB_RGB_COLORS, 0, 0, 0));
88 OwnPtr<HBITMAP> hCursor(CreateDIBSection(dc, &cursorImage, DIB_RGB_COLORS, 0, 0, 0));
145 RefPtr<Image> cursorImage(Image::loadPlatformResource(name));
146 if (cursorImage && !cursorImage->isNull())
147 c = Cursor(cursorImage.get(), hotSpot);
  /external/webkit/WebCore/platform/mac/
CursorMac.mm 64 NSImage* cursorImage = [[NSImage alloc] initWithContentsOfFile:
69 if (cursorImage) {
71 cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:hotSpotPoint];
72 [cursorImage release];
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp     [all...]

Completed in 198 milliseconds