Home
last modified time | relevance | path

Searched refs:pathURL (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
DWebDownloadCFNet.cpp182 …RetainPtr<CFURLRef> pathURL(AdoptCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePat… in initToResumeWithBundle() local
183 ASSERT(pathURL); in initToResumeWithBundle()
185 …m_download.adoptCF(CFURLDownloadCreateWithResumeData(0, resumeData.get(), pathURL.get(), &client)); in initToResumeWithBundle()
291 CFURLRef pathURL = MarshallingHelpers::PathStringToFileCFURLRef(m_bundlePath); in setDestination() local
292 CFURLDownloadSetDestination(m_download.get(), pathURL, !!allowOverwrite); in setDestination()
293 CFRelease(pathURL); in setDestination()
DMarshallingHelpers.cpp57 CFURLRef pathURL = CFURLCreateWithFileSystemPath(0, cfPath, kCFURLWindowsPathStyle, false); in PathStringToFileCFURLRef() local
59 return pathURL; in PathStringToFileCFURLRef()