Home
last modified time | relevance | path

Searched refs:PathStringToFileCFURLRef (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKit/win/
DMarshallingHelpers.h42 static CFURLRef PathStringToFileCFURLRef(const WebCore::String&);
DWebDownloadCFNet.cpp183 …RetainPtr<CFURLRef> pathURL(AdoptCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePat… in initToResumeWithBundle()
292 CFURLRef pathURL = MarshallingHelpers::PathStringToFileCFURLRef(m_bundlePath); in setDestination()
DMarshallingHelpers.cpp53 CFURLRef MarshallingHelpers::PathStringToFileCFURLRef(const String& string) in PathStringToFileCFURLRef() function in MarshallingHelpers
DChangeLog15480 (MarshallingHelpers::PathStringToFileCFURLRef):