Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DMarshallingHelpers.cpp54 …CFStringRef cfPath = CFStringCreateWithCharactersNoCopy(0, (const UniChar*)string.characters(), st… in PathStringToFileCFURLRef() local
55 CFURLRef pathURL = CFURLCreateWithFileSystemPath(0, cfPath, kCFURLWindowsPathStyle, false); in PathStringToFileCFURLRef()
56 CFRelease(cfPath); in PathStringToFileCFURLRef()