Home | History | Annotate | Download | only in accessibility

Lines Matching refs:image

284         return input->inputType() == HTMLInputElement::IMAGE;
583 // NOTE: this assumes that any non-image with an anchor is an HTMLAnchorElement
1558 // don't ignore an image that has an alt tag
1574 // check for one-dimensional image
1575 RenderImage* image = toRenderImage(m_renderer);
1576 if (image->height() <= 1 || image->width() <= 1)
1579 // check whether rendered image was stretched from one-dimensional file image
1580 if (image->cachedImage()) {
1581 IntSize imageSize = image->cachedImage()->imageSize(image->view()->zoomFactor());
2053 // find an image that is using this map