Home
last modified time | relevance | path

Searched refs:downloadedFilePath (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.h173 const String& downloadedFilePath() const { return m_downloadedFilePath; } in downloadedFilePath() function
DResourceResponse.cpp548 void ResourceResponse::setDownloadedFilePath(const String& downloadedFilePath) in setDownloadedFilePath() argument
550 m_downloadedFilePath = downloadedFilePath; in setDownloadedFilePath()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLResponse.cpp393 return m_private->m_resourceResponse->downloadedFilePath(); in downloadFilePath()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp288 String filePath = m_response.downloadedFilePath(); in responseBlob()