Home | History | Annotate | Download | only in chromium

Lines Matching refs:fileProtocol

260         size_t fileProtocol = newMessage.find("file://");
261 if (fileProtocol != string::npos) {
262 newMessage = newMessage.substr(0, fileProtocol)
263 + urlSuitableForTestResult(newMessage.substr(fileProtocol));