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

  /external/webkit/Source/WebKit2/WebProcess/Downloads/cf/win/
DownloadCFWin.cpp 35 ASSERT(!m_bundlePath.isEmpty());
40 if (::MoveFileExW(m_bundlePath.charactersWithNullTermination(), m_destination.charactersWithNullTermination(), flags))
50 if (::MoveFileExW(m_bundlePath.charactersWithNullTermination(), m_destination.charactersWithNullTermination(), flags))
53 didCreateDestination(m_bundlePath);
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 193 m_bundlePath = String(bundlePath, SysStringLen(bundlePath));
196 if (m_bundlePath.endsWith(DownloadBundle::fileExtension(), false)) {
197 m_destination = m_bundlePath.threadsafeCopy();
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.ascii().data(), m_destination.ascii().data())
    [all...]
WebDownload.h 128 WTF::String m_bundlePath;
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 114 DownloadBundle::appendResumeData(resumeData.get(), m_bundlePath);
132 m_bundlePath = destination + DownloadBundle::fileExtension();
134 RetainPtr<CFStringRef> bundlePath(AdoptCF, CFStringCreateWithCharactersNoCopy(0, reinterpret_cast<const UniChar*>(m_bundlePath.characters()), m_bundlePath.length(), kCFAllocatorNull));
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 118 String m_bundlePath;

Completed in 466 milliseconds