Home | History | Annotate | Download | only in test

Lines Matching defs:bstr

350   base::win::ScopedBstr bstr;
351 HRESULT hr = browser->get_LocationURL(bstr.Receive());
354 DCHECK(bstr.Length());
356 hr = browser->Navigate(bstr, &empty, &empty, &empty, &empty);