Searched refs:fileProtocol (Results 1 – 2 of 2) sorted by relevance
479 size_t fileProtocol = newMessage.find(L"file://"); in webViewAddMessageToConsole() local480 if (fileProtocol != wstring::npos) in webViewAddMessageToConsole()481 …newMessage = newMessage.substr(0, fileProtocol) + urlSuitableForTestResult(newMessage.substr(fileP… in webViewAddMessageToConsole()
438 wstring fileProtocol = L"file://"; in resolveCygwinPath() local439 bool isFileProtocol = cygwinPath.find(fileProtocol) != string::npos; in resolveCygwinPath()481 windowsPath = fileProtocol + windowsPath; in resolveCygwinPath()