Home | History | Annotate | Download | only in win

Lines Matching refs:descriptionSuitableForTestResult

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);
324 descriptionSuitableForTestResult(identifier).c_str(),
325 descriptionSuitableForTestResult(response).c_str());
356 descriptionSuitableForTestResult(identifier).c_str());
372 descriptionSuitableForTestResult(identifier).c_str(),
373 descriptionSuitableForTestResult(error, identifier).c_str());