Home | History | Annotate | Download | only in chrome_frame

Lines Matching defs:hr

15   HRESULT hr = E_NOTIMPL;
17 hr = delegate_->Write(buffer, size, size_written);
18 return hr;
22 HRESULT hr = E_NOTIMPL;
24 hr = delegate_->Read(pv, cb, read);
25 return hr;
30 HRESULT hr = E_NOTIMPL;
32 hr = delegate_->Seek(move, origin, new_pos);
33 return hr;
37 HRESULT hr = E_NOTIMPL;
39 hr = delegate_->SetSize(new_size);
40 return hr;
46 HRESULT hr = E_NOTIMPL;
48 hr = delegate_->CopyTo(stream, cb, read, written);
49 return hr;
53 HRESULT hr = E_NOTIMPL;
55 hr = delegate_->Commit(flags);
56 return hr;
60 HRESULT hr = E_NOTIMPL;
62 hr = delegate_->Revert();
63 return hr;
68 HRESULT hr = E_NOTIMPL;
70 hr = delegate_->LockRegion(offset, cb, type);
71 return hr;
76 HRESULT hr = E_NOTIMPL;
78 hr = delegate_->UnlockRegion(offset, cb, type);
79 return hr;
83 HRESULT hr = E_NOTIMPL;
85 hr = delegate_->Stat(statstg, flag);
86 return hr;
90 HRESULT hr = E_NOTIMPL;
92 hr = delegate_->Clone(stream);
93 return hr;