Home
last modified time | relevance | path

Searched defs:downloadFilePath (Results 1 – 2 of 2) 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()
/external/webkit/Source/WebKit/chromium/src/
DWebURLResponse.cpp366 WebString WebURLResponse::downloadFilePath() const in downloadFilePath() function in WebKit::WebURLResponse
371 void WebURLResponse::setDownloadFilePath(const WebString& downloadFilePath) in setDownloadFilePath()