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

  /external/webkit/WebKitTools/DumpRenderTree/win/
HistoryDelegate.cpp 37 static inline wstring wstringFromBSTR(BSTR str)
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(urlBSTR))
    [all...]
ResourceLoadDelegate.cpp 44 static inline wstring wstringFromBSTR(BSTR str)
84 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
91 wstring mainDocumentURL = urlSuitableForTestResult(wstringFromBSTR(mainDocumentURLBSTR));
98 wstring httpMethod = wstringFromBSTR(httpMethodBSTR);
113 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
132 wstring domain = wstringFromBSTR(domainSTR);
166 failingURL = wstringFromBSTR(failingURLSTR);
225 urlMap().set(identifier, wstringFromBSTR(urlStr));
305 wstring mimeType = wstringFromBSTR(mimeTypeBSTR);
312 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR))
    [all...]

Completed in 34 milliseconds