Searched refs:m_bundlePath (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownloadCFNet.cpp193 m_bundlePath = String(bundlePath, SysStringLen(bundlePath));
196 if (m_bundlePath.endsWith(DownloadBundle::fileExtension(), false)) {
197 m_destination = m_bundlePath.isolatedCopy();
257 DownloadBundle::appendResumeData(resumeData.get(), m_bundlePath);
290 m_bundlePath = m_destination + DownloadBundle::fileExtension();
292 CFURLRef pathURL = MarshallingHelpers::PathStringToFileCFURLRef(m_bundlePath);
296 LOG(Download, "WebDownload - Set destination to %s", m_bundlePath.ascii().data());
455 ASSERT(createdDestination == m_bundlePath);
470 ASSERT(!m_bundlePath.isEmpty() && !m_destination.isEmpty());
471 LOG(Download, "WebDownload - Moving file from bundle %s to destination %s", m_bundlePath
[all...]
H A DWebDownload.h140 WTF::String m_bundlePath; member in class:WebDownload
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp149 DownloadBundle::appendResumeData(resumeData.get(), m_bundlePath);
169 m_bundlePath = destination + DownloadBundle::fileExtension();
171 RetainPtr<CFStringRef> bundlePath = adoptCF(CFStringCreateWithCharactersNoCopy(0, reinterpret_cast<const UniChar*>(m_bundlePath.characters()), m_bundlePath.length(), kCFAllocatorNull));
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownload.h139 String m_bundlePath; member in class:WebKit::Download

Completed in 119 milliseconds