Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp516 wstring resultPath; in setUserStyleSheetLocation() local
517 if (!resolveCygwinPath(path, resultPath)) in setUserStyleSheetLocation()
521 …int result = WideCharToMultiByte(CP_UTF8, 0, resultPath.c_str(), resultPath.size() + 1, 0, 0, 0, 0… in setUserStyleSheetLocation()
523 …result = WideCharToMultiByte(CP_UTF8, 0, resultPath.c_str(), resultPath.size() + 1, utf8Vector.dat… in setUserStyleSheetLocation()
531 resultPath = cfStringRefToWString(CFURLGetString(url.get())); in setUserStyleSheetLocation()
533 BSTR resultPathBSTR = SysAllocStringLen(resultPath.data(), resultPath.size()); in setUserStyleSheetLocation()