Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/chromium/
DResourceResponse.h102 const String& downloadFilePath() const { return m_downloadFilePath; } in downloadFilePath() function
103 …void setDownloadFilePath(const String& downloadFilePath) { m_downloadFilePath = downloadFilePath; } in setDownloadFilePath() argument
/external/webkit/Source/WebKit/chromium/src/
DWebURLResponse.cpp366 WebString WebURLResponse::downloadFilePath() const in downloadFilePath() function in WebKit::WebURLResponse
368 return m_private->m_resourceResponse->downloadFilePath(); in downloadFilePath()
371 void WebURLResponse::setDownloadFilePath(const WebString& downloadFilePath) in setDownloadFilePath() argument
373 m_private->m_resourceResponse->setDownloadFilePath(downloadFilePath.utf8().data()); in setDownloadFilePath()
/external/webkit/Source/WebKit/chromium/public/
DWebURLResponse.h166 WEBKIT_API WebString downloadFilePath() const;
/external/webkit/Source/WebKit/chromium/
DChangeLog76 (WebKit::WebURLResponse::downloadFilePath):
250 (WebKit::WebURLResponse::downloadFilePath):
290 (WebKit::WebURLResponse::downloadFilePath):
5122 (WebKit::WebURLResponse::downloadFilePath):
DChangeLog-2011-02-1640 (WebKit::WebURLResponse::downloadFilePath):
61 (WebKit::WebURLResponse::downloadFilePath):
13448 (WebKit::WebURLResponse::downloadFilePath):
/external/webkit/Source/WebCore/
DChangeLog-2011-02-164027 (WebCore::ResourceResponse::downloadFilePath):
DChangeLog2701 (WebCore::ResourceResponse::downloadFilePath):