Home
last modified time | relevance | path

Searched refs:setLoadManually (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/html/
DHTMLImageElement.h70 void setLoadManually (bool loadManually) { m_imageLoader.setLoadManually(loadManually); } in setLoadManually() function
/external/webkit/WebCore/loader/
DImageLoader.h55 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } in setLoadManually() function
DImageDocument.cpp180 imageElement->setLoadManually(true); in createDocumentStructure()
/external/webkit/WebCore/plugins/
DPluginStream.h71 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } in setLoadManually() function
DPluginView.cpp623 m_manualStream->setLoadManually(true); in didReceiveResponse()
/external/webkit/WebCore/
DChangeLog-2006-12-3153605 (WebCore::HTMLImageElement::setLoadManually):
53606 New function which calls HTMLImageLoader::setLoadManually
53614 (WebCore::HTMLImageLoader::setLoadManually):