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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 391 WebString WebURLResponse::downloadFilePath() const
396 void WebURLResponse::setDownloadFilePath(const WebString& downloadFilePath)
398 m_private->m_resourceResponse->setDownloadedFilePath(downloadFilePath);
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 88 WebString file_path = response.downloadFilePath();
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 176 BLINK_PLATFORM_EXPORT WebString downloadFilePath() const;

Completed in 568 milliseconds