Home | History | Annotate | Download | only in browser

Lines Matching defs:hr

58   HRESULT hr = attachment_services.CreateInstance(CLSID_AttachmentServices);
60 if (FAILED(hr)) {
62 DCHECK_NE(CO_E_NOTINITIALIZED, hr);
68 return hr;
72 hr = attachment_services->SetClientGuid(client_guid);
73 if (FAILED(hr))
74 return hr;
77 hr = attachment_services->SetLocalPath(full_path.value().c_str());
78 if (FAILED(hr))
79 return hr;
84 hr = attachment_services->SetSource(UTF8ToWide(source_url).c_str());
85 if (FAILED(hr))
86 return hr;