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

/external/webkit/Source/WebCore/platform/network/chromium/
H A DResourceResponse.h103 void setDownloadFilePath(const String& downloadFilePath) { m_downloadFilePath = downloadFilePath; } function in class:WebCore::ResourceResponse
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLResponse.h167 WEBKIT_API void setDownloadFilePath(const WebString&);
/external/webkit/Source/WebKit/chromium/src/
H A DWebURLResponse.cpp371 void WebURLResponse::setDownloadFilePath(const WebString& downloadFilePath) function in class:WebKit::WebURLResponse
373 m_private->m_resourceResponse->setDownloadFilePath(downloadFilePath.utf8().data());
/external/chromium/webkit/glue/
H A Dweburlloader_impl.cc199 response->setDownloadFilePath(FilePathToWebString(info.download_file_path));

Completed in 64 milliseconds