Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.cpp479 size_t fileProtocol = newMessage.find(L"file://"); in webViewAddMessageToConsole() local
480 if (fileProtocol != wstring::npos) in webViewAddMessageToConsole()
481 …newMessage = newMessage.substr(0, fileProtocol) + urlSuitableForTestResult(newMessage.substr(fileP… in webViewAddMessageToConsole()
DLayoutTestControllerWin.cpp438 wstring fileProtocol = L"file://"; in resolveCygwinPath() local
439 bool isFileProtocol = cygwinPath.find(fileProtocol) != string::npos; in resolveCygwinPath()
481 windowsPath = fileProtocol + windowsPath; in resolveCygwinPath()