Home
last modified time | relevance | path

Searched defs:downloadedFilePath (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.cpp489 void ResourceResponse::setDownloadedFilePath(const String& downloadedFilePath) in setDownloadedFilePath()
DResourceResponse.h174 const String& downloadedFilePath() const { return m_downloadedFilePath; } in downloadedFilePath() function