Searched refs:nullPluginImage (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp1204 static RefPtr<Image> nullPluginImage; local
1205 if (!nullPluginImage)
1206 nullPluginImage = Image::loadPlatformResource("nullPlugin");
1208 IntRect imageRect(frameRect().x(), frameRect().y(), nullPluginImage->width(), nullPluginImage->height());
1220 context->drawImage(nullPluginImage.get(), ColorSpaceDeviceRGB, imageRect.location());

Completed in 114 milliseconds