normalizeLayoutTestURL 23 content/shell/renderer/test_runner/TestCommon.h std::string normalizeLayoutTestURL(const std::string& url); normalizeLayoutTestURL 60 content/shell/renderer/test_runner/WebPermissions.cpp m_delegate->printMessage(std::string("PERMISSION CLIENT: allowImage(") + normalizeLayoutTestURL(imageURL.spec()) + "): " + (allowed ? "true" : "false") + "\n"); normalizeLayoutTestURL 68 content/shell/renderer/test_runner/WebPermissions.cpp m_delegate->printMessage(std::string("PERMISSION CLIENT: allowScriptFromSource(") + normalizeLayoutTestURL(scriptURL.spec()) + "): " + (allowed ? "true" : "false") + "\n"); normalizeLayoutTestURL 330 content/shell/renderer/test_runner/WebTestProxy.cpp string url = normalizeLayoutTestURL(item.urlString().utf8());