Lines Matching refs:image
52 #include "Image.h"
977 && static_cast<HTMLInputElement*>(node)->inputType() == HTMLInputElement::IMAGE;
1013 IntSize size = cimage->image()->size();
1016 // Do not let the hotspot be outside the bounds of the image.
1019 if (cimage->image()->isNull())
1022 return Cursor(cimage->image(), hotSpot);
2309 // We are starting a text/image/url drag, so the cursor should be an arrow
2329 // image and offset
2348 // image can still be changed as we drag, but not the pasteboard data.