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

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLImageElement.h64 void setLoadManually(bool loadManually) { m_imageLoader.setLoadManually(loadManually); } function in class:WebCore::HTMLImageElement
H A DImageDocument.cpp229 imageElement->setLoadManually(true);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DImageLoader.h63 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } function in class:WebCore::ImageLoader
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginStream.h71 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } function in class:WebCore::PluginStream
H A DPluginView.cpp895 m_manualStream->setLoadManually(true);

Completed in 178 milliseconds