Home | History | Annotate | Download | only in rendering

Lines Matching refs:cancelImage

888     static Image* cancelImage = Image::loadPlatformResource("searchCancel").releaseRef();
890 paintInfo.context->drawImage(isPressed(o) ? cancelPressedImage : cancelImage, o->style()->colorSpace(), bounds);