Searched defs:downloadFilePath (Results 1 – 2 of 2) sorted by relevance
102 const String& downloadFilePath() const { return m_downloadFilePath; } in downloadFilePath() function103 …void setDownloadFilePath(const String& downloadFilePath) { m_downloadFilePath = downloadFilePath; } in setDownloadFilePath()
366 WebString WebURLResponse::downloadFilePath() const in downloadFilePath() function in WebKit::WebURLResponse371 void WebURLResponse::setDownloadFilePath(const WebString& downloadFilePath) in setDownloadFilePath()