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

  /external/webkit/Tools/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 69 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"\">";
PolicyDelegate.cpp 102 wstring wurl = urlSuitableForTestResult(wstring(url, SysStringLen(url)));
FrameLoadDelegate.cpp 284 urlSuitableForTestResult(std::wstring(url, ::SysStringLen(url))).c_str());
DumpRenderTree.cpp 140 wstring urlSuitableForTestResult(const wstring& urlString)
    [all...]
  /external/webkit/Tools/DumpRenderTree/
DumpRenderTree.h 51 std::wstring urlSuitableForTestResult(const std::wstring& url);
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 279 static QString urlSuitableForTestResult(const QString& url)
298 newMessage = newMessage.left(fileProtocol) + urlSuitableForTestResult(newMessage.mid(fileProtocol));
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 88 static string urlSuitableForTestResult(const string& url)
263 + urlSuitableForTestResult(newMessage.substr(fileProtocol));
    [all...]

Completed in 78 milliseconds