OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resumeData
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.h
56
WebData*
resumeData
() const { return m_resumeData.get(); }
80
void didFail(const WebCore::ResourceError&, const CoreIPC::DataReference&
resumeData
);
81
void didCancel(const CoreIPC::DataReference&
resumeData
);
/external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp
169
RetainPtr<CFDataRef>
resumeData
(AdoptCF, DownloadBundle::extractResumeData(String(bundlePath, SysStringLen(bundlePath))));
171
if (!
resumeData
)
186
m_download.adoptCF(CFURLDownloadCreateWithResumeData(0,
resumeData
.get(), pathURL.get(), &client));
242
RetainPtr<CFDataRef>
resumeData
;
251
resumeData
.adoptCF(CFURLDownloadCopyResumeData(m_download.get()));
252
if (!
resumeData
) {
257
DownloadBundle::appendResumeData(
resumeData
.get(), m_bundlePath);
Completed in 285 milliseconds