OLD | NEW |
(Empty) | |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 // |
| 5 // Auto-generated by com_mock.py |
| 6 |
| 7 |
| 8 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, SaveObject, HRESULT()); |
| 9 MOCK_METHOD3_WITH_CALLTYPE(__stdcall, GetMoniker, HRESULT( |
| 10 DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk)); |
| 11 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, GetContainer, HRESULT( |
| 12 IOleContainer **ppContainer)); |
| 13 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, ShowObject, HRESULT()); |
| 14 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, OnShowWindow, HRESULT(BOOL fShow)); |
| 15 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, RequestNewObjectLayout, HRESULT()); |
OLD | NEW |