HomeSort by relevance Sort by last modified time
    Searched refs:IUnknown (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
  /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
galliumdxgi.idl 66 interface IGalliumDXGIBackend : IUnknown
  /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
galliumdxgi.idl 66 interface IGalliumDXGIBackend : 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 {
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...]
iunknown_impl_unittest.cc 31 IUnknown* u = new TestIUnknownImplSubclass();
38 IUnknown* other = NULL;
iunknown_impl.cc 32 *ppv = static_cast<IUnknown*>(this);
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;
  /external/lzma/CPP/7zip/
IDecl.h 13 #define DECL_INTERFACE(i, groupId, subId) DECL_INTERFACE_SUB(i, IUnknown, groupId, subId)
  /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/lzma/CPP/7zip/Common/
MethodProps.h 39 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder);
  /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 {
bind_context_info.h 15 IBindContextInfoInternal : public IUnknown {
107 base::win::ScopedComPtr<IUnknown> ftm_;
  /external/chromium_org/ui/base/win/
accessibility_misc_utils.cc 17 bool UIATextProvider::CreateTextProvider(bool editable, IUnknown** provider) {
accessibility_misc_utils.h 24 COM_INTERFACE_ENTRY2(IUnknown, ITextProvider)
33 static bool CreateTextProvider(bool editable, IUnknown** provider);
  /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_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/chromium_org/third_party/iaccessible2/
ia2_api_all.idl 323 interface IAccessibleRelation : IUnknown
365 [out, retval] IUnknown **target
375 QueryInterface on the IUnknown to get the IAccessible2.
385 IUnknown **targets,
465 interface IAccessibleAction : IUnknown
    [all...]
  /external/chromium_org/remoting/host/win/
rdp_desktop_session.h 57 COM_INTERFACE_ENTRY(IUnknown)
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 45 CObjectVector<CMyComPtr<IUnknown> > _decoders;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.h 55 extern HRESULT (WINAPI *DDrawCreate)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnkOuter );

Completed in 1427 milliseconds

1 2 3 4 5