Searched refs:urlSuitableForTestResult (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Tools/DumpRenderTree/win/
H A DHistoryDelegate.cpp91 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
136 redirectSource = urlSuitableForTestResult(wstringFromBSTR(clientRedirectSourceBSTR));
159 source = urlSuitableForTestResult(wstringFromBSTR(sourceURL));
163 destination = urlSuitableForTestResult(wstringFromBSTR(destinationURL));
176 source = urlSuitableForTestResult(wstringFromBSTR(sourceURL));
180 destination = urlSuitableForTestResult(wstringFromBSTR(destinationURL));
193 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
214 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
H A DDumpRenderTreeWin.h51 std::wstring urlSuitableForTestResult(const std::wstring& url);
H A DResourceLoadDelegate.cpp69 return urlSuitableForTestResult(it->second);
81 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
88 wstring mainDocumentURL = urlSuitableForTestResult(wstringFromBSTR(mainDocumentURLBSTR));
110 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
169 result += L", failing URL \"" + urlSuitableForTestResult(failingURL) + L"\">";
H A DPolicyDelegate.cpp102 wstring wurl = urlSuitableForTestResult(wstring(url, SysStringLen(url)));
H A DFrameLoadDelegate.cpp284 urlSuitableForTestResult(std::wstring(url, ::SysStringLen(url))).c_str());
H A DDumpRenderTree.cpp140 wstring urlSuitableForTestResult(const wstring& urlString) function
/external/webkit/Tools/DumpRenderTree/
H A DDumpRenderTree.h51 std::wstring urlSuitableForTestResult(const std::wstring& url);
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp279 static QString urlSuitableForTestResult(const QString& url) function in namespace:WebCore
298 newMessage = newMessage.left(fileProtocol) + urlSuitableForTestResult(newMessage.mid(fileProtocol));
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp88 static string urlSuitableForTestResult(const string& url) function
263 + urlSuitableForTestResult(newMessage.substr(fileProtocol));

Completed in 653 milliseconds