Lines Matching refs:wstring
42 static inline wstring wstringFromBSTR(BSTR str)
44 return wstring(str, ::SysStringLen(str));
47 static inline wstring wstringFromInt(int i)
62 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(unsigned long identifier) const
72 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebURLRequest* request)
79 return wstring();
81 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
86 return wstring();
88 wstring mainDocumentURL = urlSuitableForTestResult(wstringFromBSTR(mainDocumentURLBSTR));
93 return wstring();
95 wstring httpMethod = wstringFromBSTR(httpMethodBSTR);
101 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebURLResponse* response)
108 return wstring();
110 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
121 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebError* error, unsigned long identifier) const
123 wstring result = L"<NSError ";
127 return wstring();
129 wstring domain = wstringFromBSTR(domainSTR);
134 return wstring();
155 return wstring();
157 wstring failingURL;
332 wstring mimeType = wstringFromBSTR(mimeTypeBSTR);
339 wstring url = wstringFromBSTR(urlBSTR);