Searched refs:cfStringRefToWString (Results 1 – 5 of 5) sorted by relevance
55 std::wstring cfStringRefToWString(CFStringRef);
168 …return cfStringRefToWString(substringFromIndex(path.get(), CFStringGetLength(basePath.get())).get(… in urlSuitableForTestResult()179 return cfStringRefToWString(lastPathComponent.get()); in lastPathComponent()203 wstring cfStringRefToWString(CFStringRef cfStr) in cfStringRefToWString() function
761 wstring path = cfStringRefToWString(pathCF.get()); in setUserStyleSheetLocation()778 resultPath = cfStringRefToWString(CFURLGetString(url.get())); in setUserStyleSheetLocation()
6898 (cfStringRefToWString): Moved here from LayoutTestControllerWin.cpp.6900 * DumpRenderTree/win/DumpRenderTreeWin.h: Added declaration of cfStringRefToWString.6902 * DumpRenderTree/win/LayoutTestControllerWin.cpp: Moved cfStringRefToWString to
10739 (cfStringRefToWString):