HomeSort by relevance Sort by last modified time
    Searched full:iunknown (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
  /external/chromium_org/google_update/
README.chromium 14 [default] interface IUnknown;
22 [default] interface IUnknown;
  /external/lzma/CPP/7zip/
IDecl.h 13 #define DECL_INTERFACE(i, groupId, subId) DECL_INTERFACE_SUB(i, IUnknown, groupId, subId)
IProgress.h 25 IProgress2: public IUnknown
  /external/chromium_org/base/win/
iunknown_impl.h 17 // IUnknown implementation for other classes to derive from.
18 class BASE_EXPORT IUnknownImpl : public IUnknown {
iunknown_impl_unittest.cc 31 IUnknown* u = new TestIUnknownImplSubclass();
38 IUnknown* other = NULL;
scoped_comptr.h 18 // and adds a few IUnknown specific services.
52 // Note that this function equates to IUnknown::Release and should not
93 // IUnknown already has a template version of QueryInterface
108 HRESULT QueryFrom(IUnknown* object) {
114 HRESULT CreateInstance(const CLSID& clsid, IUnknown* outer = NULL,
123 bool IsSameObject(IUnknown* other) {
130 ScopedComPtr<IUnknown> my_identity;
133 ScopedComPtr<IUnknown> other_identity;
136 return static_cast<IUnknown*>(my_identity) ==
137 static_cast<IUnknown*>(other_identity)
    [all...]
scoped_comptr_unittest.cc 34 EXPECT_TRUE(memcmp(&ScopedComPtr<IUnknown>::iid(), &IID_IUnknown,
40 ScopedComPtr<IUnknown> unk;
42 ScopedComPtr<IUnknown> unk2;
50 ScopedComPtr<IUnknown> qi_test;
enum_variant_unittest.cc 19 IUnknown* iunknown; local
21 ev->QueryInterface(IID_IUnknown, reinterpret_cast<void**>(&iunknown))));
22 iunknown->Release();
iunknown_impl.cc 32 *ppv = static_cast<IUnknown*>(this);
  /external/chromium_org/tools/gyp/test/win/idl-rules/
history_indexer.idl 15 interface IChromeHistoryIndexer : IUnknown {
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_tests.h 53 IUnknown* unk));
65 HRESULT (IUnknown* object)); // NOLINT
68 HRESULT (IUnknown* object)); // NOLINT
84 IUnknown* param));
88 IUnknown** param));
  /external/chromium/base/win/
scoped_comptr.h 19 // and adds a few IUnknown specific services.
53 // Note that this function equates to IUnknown::Release and should not
94 // IUnknown already has a template version of QueryInterface
109 HRESULT QueryFrom(IUnknown* object) {
115 HRESULT CreateInstance(const CLSID& clsid, IUnknown* outer = NULL,
124 bool IsSameObject(IUnknown* other) {
131 ScopedComPtr<IUnknown> my_identity;
134 ScopedComPtr<IUnknown> other_identity;
137 return static_cast<IUnknown*>(my_identity) ==
138 static_cast<IUnknown*>(other_identity)
    [all...]
scoped_comptr_unittest.cc 33 EXPECT_TRUE(memcmp(&ScopedComPtr<IUnknown>::iid(), &IID_IUnknown,
39 ScopedComPtr<IUnknown> unk;
41 ScopedComPtr<IUnknown> unk2;
49 ScopedComPtr<IUnknown> qi_test;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumcom.idl 33 interface IGalliumAdapter : IUnknown
41 interface IGalliumDevice : IUnknown
46 [out] IUnknown** api_resource
72 interface IGalliumResource : IUnknown
  /external/lzma/CPP/7zip/Common/
MethodProps.h 39 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder);
StreamObjects.h 11 public IUnknown,
25 CMyComPtr<IUnknown> _ref;
27 void Init(const Byte *data, size_t size, IUnknown *ref = 0)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumcom.idl 33 interface IGalliumAdapter : IUnknown
41 interface IGalliumDevice : IUnknown
46 [out] IUnknown** api_resource
72 interface IGalliumResource : IUnknown
  /external/chromium_org/ui/base/win/
accessibility_misc_utils.h 24 COM_INTERFACE_ENTRY2(IUnknown, ITextProvider)
33 static bool CreateTextProvider(bool editable, IUnknown** provider);
accessibility_misc_utils.cc 17 bool UIATextProvider::CreateTextProvider(bool editable, IUnknown** provider) {
  /external/chromium_org/chrome_frame/
extra_system_apis.h 19 IWebBrowserEventsService : public IUnknown {
35 IWebBrowserEventsUrlService : public IUnknown {
43 IWebBrowserPriv : public IUnknown {
55 class IWebBrowserPriv2Common : public IUnknown {
65 class IWebBrowserPriv2CommonIE9 : public IUnknown {
80 IDocObjectService : public IUnknown {
99 ITridentService2 : public IUnknown {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 129 * IUnknown interface, and inherits IFoo.
141 * IUnknown
154 * (non-instantiable, only implements IUnknown)
165 * GalliumMultiComObject<GalliumDuck, IWheeledVehicle> <- IWheeledVehicle <- IVehicle <- IUnknown (second version)
166 * (non-instantiable, only implements IDuck and the IUnknown of IWheeledVehicle)
201 * IUnknown does not offer it).
243 struct com_traits<IUnknown>
377 template<typename Base = IUnknown, typename RefCnt = refcnt_t>
610 ((IUnknown*)p)->AddRef();
616 ((IUnknown*)p)->Release()
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 129 * IUnknown interface, and inherits IFoo.
141 * IUnknown
154 * (non-instantiable, only implements IUnknown)
165 * GalliumMultiComObject<GalliumDuck, IWheeledVehicle> <- IWheeledVehicle <- IVehicle <- IUnknown (second version)
166 * (non-instantiable, only implements IDuck and the IUnknown of IWheeledVehicle)
201 * IUnknown does not offer it).
243 struct com_traits<IUnknown>
377 template<typename Base = IUnknown, typename RefCnt = refcnt_t>
610 ((IUnknown*)p)->AddRef();
616 ((IUnknown*)p)->Release()
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h 159 IUnknown *p = Coder ? (IUnknown *)Coder : (IUnknown *)Coder2;
  /external/lzma/CPP/Common/
MyWindows.h 96 struct IUnknown
102 virtual ~IUnknown() {}
106 typedef IUnknown *LPUNKNOWN;

Completed in 264 milliseconds

1 2 3 4 5 6 7