Searched defs:setLoadManually (Results 1 - 3 of 3) sorted by relevance

/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/html/
H A DHTMLImageElement.h64 void setLoadManually(bool loadManually) { m_imageLoader.setLoadManually(loadManually); } function in class:WebCore::HTMLImageElement
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginStream.h71 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } function in class:WebCore::PluginStream

Completed in 117 milliseconds