HomeSort by relevance Sort by last modified time
    Searched refs:fileProtocol (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 210 size_t fileProtocol = newMessage.indexOf(QLatin1String("file://"));
211 if (fileProtocol != -1) {
212 newMessage = newMessage.left(fileProtocol) + urlSuitableForTestResult(newMessage.mid(fileProtocol));
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 483 size_t fileProtocol = newMessage.find(L"file://");
484 if (fileProtocol != wstring::npos)
485 newMessage = newMessage.substr(0, fileProtocol) + urlSuitableForTestResult(newMessage.substr(fileProtocol));
LayoutTestControllerWin.cpp 523 wstring fileProtocol = L"file://";
524 bool isFileProtocol = cygwinPath.find(fileProtocol) != string::npos;
566 windowsPath = fileProtocol + windowsPath;
    [all...]

Completed in 176 milliseconds