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

  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.h 107 static std::wstring descriptionSuitableForTestResult(IWebURLRequest*);
108 static std::wstring descriptionSuitableForTestResult(IWebURLResponse*);
109 std::wstring descriptionSuitableForTestResult(unsigned long) const;
110 std::wstring descriptionSuitableForTestResult(IWebError*, unsigned long) const;
ResourceLoadDelegate.cpp 62 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(unsigned long identifier) const
72 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebURLRequest* request)
101 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebURLResponse* response)
121 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebError* error, unsigned long identifier) const
165 failingURL = descriptionSuitableForTestResult(identifier);
250 descriptionSuitableForTestResult(identifier).c_str(),
251 descriptionSuitableForTestResult(request).c_str(),
252 descriptionSuitableForTestResult(redirectResponse).c_str());
297 printf("%S - didReceiveAuthenticationChallenge - Simulating cancelled authentication sheet\n", descriptionSuitableForTestResult(identifier).c_str());
305 printf("%S - didReceiveAuthenticationChallenge - Responding with %s:%s\n", descriptionSuitableForTestResult(identifier).c_str(), user, password)
    [all...]
FrameLoadDelegate.cpp 52 string descriptionSuitableForTestResult(IWebFrame* webFrame)
122 printf("%s - didStartProvisionalLoadForFrame\n", descriptionSuitableForTestResult(frame).c_str());
137 printf("%s - didReceiveServerRedirectForProvisionalLoadForFrame\n", descriptionSuitableForTestResult(frame).c_str());
148 printf("%s - didFailProvisionalLoadWithError\n", descriptionSuitableForTestResult(frame).c_str());
159 printf("%s - didCommitLoadForFrame\n", descriptionSuitableForTestResult(frame).c_str());
176 printf("%s - didReceiveTitle: %S\n", descriptionSuitableForTestResult(frame).c_str(), title);
188 printf("%s - didChangeIcons\n", descriptionSuitableForTestResult(frame).c_str());
257 printf("%s - didFinishLoadForFrame\n", descriptionSuitableForTestResult(frame).c_str());
269 printf("%s - didFailLoadWithError\n", descriptionSuitableForTestResult(frame).c_str());
283 printf("%s - willPerformClientRedirectToURL: %S \n", descriptionSuitableForTestResult(frame).c_str()
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 112 static string descriptionSuitableForTestResult(const string& url)
169 descriptionSuitableForTestResult(url).c_str(),
1012 m_resourceIdentifierMap.set(identifier, descriptionSuitableForTestResult(request.url().spec()));
    [all...]

Completed in 634 milliseconds