Searched refs:downloadedFilePath (Results 1 – 4 of 4) sorted by relevance
173 const String& downloadedFilePath() const { return m_downloadedFilePath; } in downloadedFilePath() function
548 void ResourceResponse::setDownloadedFilePath(const String& downloadedFilePath) in setDownloadedFilePath() argument550 m_downloadedFilePath = downloadedFilePath; in setDownloadedFilePath()
393 return m_private->m_resourceResponse->downloadedFilePath(); in downloadFilePath()
288 String filePath = m_response.downloadedFilePath(); in responseBlob()