OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setDownloadFilePath
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.h
103
void
setDownloadFilePath
(const String& downloadFilePath) { m_downloadFilePath = downloadFilePath; }
/external/webkit/Source/WebKit/chromium/src/
WebURLResponse.cpp
371
void WebURLResponse::
setDownloadFilePath
(const WebString& downloadFilePath)
373
m_private->m_resourceResponse->
setDownloadFilePath
(downloadFilePath.utf8().data());
Completed in 1402 milliseconds