Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp533 BSTR resultPathBSTR = SysAllocStringLen(resultPath.data(), resultPath.size()); in setUserStyleSheetLocation() local
534 preferences->setUserStyleSheetLocation(resultPathBSTR); in setUserStyleSheetLocation()
535 SysFreeString(resultPathBSTR); in setUserStyleSheetLocation()