OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:downloadFilePath
(Results
1 - 2
of
2
) 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());
Completed in 646 milliseconds