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

  /external/webkit/WebKitTools/DumpRenderTree/
DumpRenderTree.h 50 std::wstring urlSuitableForTestResult(const std::wstring& url);
  /external/webkit/WebKitTools/DumpRenderTree/win/
HistoryDelegate.cpp 91 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));
DumpRenderTreeWin.h 51 std::wstring urlSuitableForTestResult(const std::wstring& url);
ResourceLoadDelegate.cpp 72 return urlSuitableForTestResult(it->second);
84 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
91 wstring mainDocumentURL = urlSuitableForTestResult(wstringFromBSTR(mainDocumentURLBSTR));
113 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
172 result += L", failing URL \"" + urlSuitableForTestResult(failingURL) + L"\">";
312 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
PolicyDelegate.cpp 102 wstring wurl = urlSuitableForTestResult(wstring(url, SysStringLen(url)));
FrameLoadDelegate.cpp 269 urlSuitableForTestResult(std::wstring(url, ::SysStringLen(url))).c_str());
UIDelegate.cpp 485 newMessage = newMessage.substr(0, fileProtocol) + urlSuitableForTestResult(newMessage.substr(fileProtocol));
DumpRenderTree.cpp 137 wstring urlSuitableForTestResult(const wstring& url)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 193 static QString urlSuitableForTestResult(const QString& url)
212 newMessage = newMessage.left(fileProtocol) + urlSuitableForTestResult(newMessage.mid(fileProtocol));

Completed in 46 milliseconds