Home | History | Annotate | Download | only in page

Lines Matching refs:cursors

1005     if (style && style->cursors()) {
1006 const CursorList* cursors = style->cursors();
1007 for (unsigned i = 0; i < cursors->size(); ++i) {
1008 CachedImage* cimage = (*cursors)[i].cursorImage.get();
1009 IntPoint hotSpot = (*cursors)[i].hotSpot;
1012 // Limit the size of cursors so that they cannot be used to cover UI elements in chrome.
2311 // FIXME <rdar://7577595>: Custom cursors aren't supported during drag and drop (default to pointer).