Home | History | Annotate | Download | only in chrome_frame

Lines Matching defs:hr

67   HRESULT hr = S_OK;
72 for (UINT i = 0; SUCCEEDED(hr) && i < count_names; ++i) {
89 hr = basic_event_->GetIDsOfNames(IID_IDispatch, &names[i], 1, lcid,
92 hr = DISP_E_MEMBERNOTFOUND;
95 if (FAILED(hr)) {
97 << base::StringPrintf(L"0x%08X", hr);
101 return hr;
108 HRESULT hr = DISP_E_MEMBERNOTFOUND;
111 hr = GetStringProperty(flags, UTF8ToWide(message_).c_str(), result);
115 hr = GetStringProperty(flags, UTF8ToWide(origin_).c_str(), result);
119 hr = GetStringProperty(flags, UTF8ToWide(type_).c_str(), result);
123 hr = GetStringProperty(flags, L"", result);
130 hr = S_OK;
132 hr = DISP_E_TYPEMISMATCH;
138 hr = basic_event_->Invoke(dispid, iid, lcid, flags, params, result,
144 return hr;
152 HRESULT hr;
156 hr = S_OK;
158 hr = DISP_E_TYPEMISMATCH;
160 return hr;