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

  /external/webkit/WebKitTools/DumpRenderTree/win/
PolicyDelegate.cpp 170 BSTR domainStr;
171 error->domain(&domainStr);
172 wstring domainMessage = domainStr;
183 SysFreeString(domainStr);
ResourceLoadDelegate.cpp 128 BSTR domainSTR;
129 if (FAILED(error->domain(&domainSTR)))
132 wstring domain = wstringFromBSTR(domainSTR);
133 ::SysFreeString(domainSTR);

Completed in 6134 milliseconds