Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLImageElement.h59 void setLoadManually(bool loadManually) { m_imageLoader.setLoadManually(loadManually); } in setLoadManually() function
DImageDocument.cpp213 imageElement->setLoadManually(true); in createDocumentStructure()
/external/webkit/Source/WebCore/loader/
DImageLoader.h57 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } in setLoadManually() function
/external/webkit/Source/WebCore/plugins/
DPluginStream.h71 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } in setLoadManually() function
DPluginView.cpp997 m_manualStream->setLoadManually(true); in didReceiveResponse()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3153605 (WebCore::HTMLImageElement::setLoadManually):
53606 New function which calls HTMLImageLoader::setLoadManually
53614 (WebCore::HTMLImageLoader::setLoadManually):
DChangeLog-2010-01-2987838 (WebCore::HTMLImageElement::setLoadManually):