Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DMarshallingHelpers.h42 static CFURLRef PathStringToFileCFURLRef(const WTF::String&);
DWebDownloadCFNet.cpp183 …RetainPtr<CFURLRef> pathURL(AdoptCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePat… in initToResumeWithBundle()
292 CFURLRef pathURL = MarshallingHelpers::PathStringToFileCFURLRef(m_bundlePath); in setDestination()
DMarshallingHelpers.cpp52 CFURLRef MarshallingHelpers::PathStringToFileCFURLRef(const String& string) in PathStringToFileCFURLRef() function in MarshallingHelpers
DChangeLog-2009-06-1616697 (MarshallingHelpers::PathStringToFileCFURLRef):