Lines Matching refs:image
711 // <rdar://problem/3908282> REGRESSION (Mail): No drag image dragging selected text in Blot and Mail
713 // to generate a drag image, and at that time, getRectsBeingDrawn:count: will return a zero count.
851 // Our optimization to avoid loading the plug-in DB and image types for the HTML case failed.
858 // Load the image types and get the view class and rep class. This should be the fullest picture of all handled types.
5377 Image* image = iconDatabase()->iconForPageURL(core(webFrame)->loader()->url().string(), IntSize(16, 16));
5378 if (NSImage *icon = webGetNSImage(image, NSMakeSize(16, 16)))