HomeSort by relevance Sort by last modified time
    Searched refs:downloadFilePath (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.h 102 const String& downloadFilePath() const { return m_downloadFilePath; }
103 void setDownloadFilePath(const String& downloadFilePath) { m_downloadFilePath = downloadFilePath; }
  /external/webkit/Source/WebKit/chromium/src/
WebURLResponse.cpp 366 WebString WebURLResponse::downloadFilePath() const
368 return m_private->m_resourceResponse->downloadFilePath();
371 void WebURLResponse::setDownloadFilePath(const WebString& downloadFilePath)
373 m_private->m_resourceResponse->setDownloadFilePath(downloadFilePath.utf8().data());
  /external/webkit/Source/WebKit/chromium/public/
WebURLResponse.h 166 WEBKIT_API WebString downloadFilePath() const;

Completed in 612 milliseconds