Searched refs:wstringFromBSTR (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/win/
H A DHistoryDelegate.cpp37 static inline wstring wstringFromBSTR(BSTR str) function
91 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
99 title = wstringFromBSTR(titleBSTR);
111 httpMethod = wstringFromBSTR(httpMethodBSTR);
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(urlBST
[all...]
H A DResourceLoadDelegate.cpp42 static inline wstring wstringFromBSTR(BSTR str) function
81 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
88 wstring mainDocumentURL = urlSuitableForTestResult(wstringFromBSTR(mainDocumentURLBSTR));
95 wstring httpMethod = wstringFromBSTR(httpMethodBSTR);
110 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
129 wstring domain = wstringFromBSTR(domainSTR);
163 failingURL = wstringFromBSTR(failingURLSTR);
225 urlMap().set(identifier, wstringFromBSTR(urlStr));
332 wstring mimeType = wstringFromBSTR(mimeTypeBSTR);
339 wstring url = wstringFromBSTR(urlBST
[all...]

Completed in 75 milliseconds