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

1 2 3 4 5 6 7 8 910

  /external/webkit/Source/WebKit/win/
WebNotification.h 34 static WebNotification* createInstance(BSTR name = 0, IUnknown* anObject = 0, IPropertyBag* userInfo = 0);
36 WebNotification(BSTR name, IUnknown* anObject, IPropertyBag* userInfo);
40 // IUnknown
48 /* [in] */ IUnknown *anObject,
55 /* [retval][out] */ IUnknown **result);
63 IUnknown* m_anObject;
WebView.h 92 // IUnknown
291 /* [in] */ IUnknown* sender);
327 /* [in] */ IUnknown *sender);
330 /* [in] */ IUnknown *sender);
333 /* [in] */ IUnknown *sender);
336 /* [in] */ IUnknown *sender,
340 /* [in] */ IUnknown *sender);
343 /* [in] */ IUnknown *sender,
347 /* [in] */ IUnknown *sender);
350 /* [in] */ IUnknown *sender
    [all...]
WebNotificationCenter.h 43 // IUnknown
55 /* [in] */ IUnknown *anObject);
62 /* [in] */ IUnknown *anObject,
68 /* [optional][in] */ IUnknown *anObject);
72 void postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject);
WebNotificationCenter.cpp 42 typedef std::pair<COMPtr<IUnknown>, COMPtr<IWebNotificationObserver> > ObjectObserverPair;
76 // IUnknown -------------------------------------------------------------------
113 void WebNotificationCenter::postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject)
126 IUnknown* observedObject = it2->first.get();
146 /* [in] */ IUnknown* anObject)
169 COMPtr<IUnknown> obj;
182 /* [in] */ IUnknown* anObject,
193 /* [optional][in] */ IUnknown* anObject)
205 IUnknown* observedObject = it2->first.get();
WebKitClassFactory.h 37 // IUnknown
43 virtual HRESULT STDMETHODCALLTYPE CreateInstance(IUnknown* pUnkOuter, REFIID riid, void** ppvObject);
WebNotification.cpp 35 WebNotification::WebNotification(BSTR name, IUnknown* anObject, IPropertyBag* userInfo)
65 WebNotification* WebNotification::createInstance(BSTR name /*=0*/, IUnknown* anObject /*=0*/, IPropertyBag* userInfo /*=0*/)
72 // IUnknown -------------------------------------------------------------------
106 /* [in] */ IUnknown* /*anObject*/,
127 /* [retval][out] */ IUnknown** result)
WebError.h 43 // IUnknown
73 /* [retval][out] */ IUnknown **result);
  /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/webkit/Source/WebKit/win/Interfaces/
IWebUndoManager.idl 40 interface IWebUndoManager : IUnknown
110 HRESULT prepareWithInvocationTarget([in] IUnknown* target, [out, retval] IUnknown** result);
135 HRESULT registerUndoWithTarget([in] IUnknown* target, [in] UINT aSelector, [in] IUnknown* anObject);
145 HRESULT removeAllActionsWithTarget([in] IUnknown* target);
204 interface IWebInvocation : IUnknown
234 HRESULT invokeWithTarget([in] IUnknown* anObject);
269 HRESULT setTarget([in] IUnknown* anObject);
274 HRESULT target([out, retval] IUnknown** result)
    [all...]
IWebView.idl 103 interface IEnumTextMatches : IUnknown
154 interface IWebView : IUnknown
652 HRESULT centerSelectionInVisibleArea([in] IUnknown* sender);
751 interface IWebIBActions : IUnknown
756 HRESULT takeStringURLFrom([in] IUnknown* sender);
761 HRESULT stopLoading([in] IUnknown* sender);
766 HRESULT reload([in] IUnknown* sender);
771 HRESULT canGoBack([in] IUnknown* sender, [out, retval] BOOL* result);
776 HRESULT goBack([in] IUnknown* sender);
781 HRESULT canGoForward([in] IUnknown* sender, [out, retval] BOOL* result)
    [all...]
IWebNotification.idl 37 interface IWebNotification : IUnknown
43 HRESULT notificationWithName([in] BSTR aName, [in] IUnknown* anObject, [in] IPropertyBag* userInfo);
53 HRESULT getObject([out, retval] IUnknown** result);
IWebNotificationCenter.idl 41 interface IWebNotificationCenter : IUnknown
52 HRESULT addObserver([in] IWebNotificationObserver* observer, [in] BSTR notificationName, [in] IUnknown* anObject);
59 HRESULT postNotificationName([in] BSTR notificationName, [in] IUnknown* anObject, [in] IPropertyBag* userInfo);
63 HRESULT removeObserver([in] IWebNotificationObserver* anObserver, [in] BSTR notificationName, [in] IUnknown* anObject);
IWebUndoTarget.idl 37 interface IWebUndoTarget : IUnknown
39 HRESULT invoke([in] BSTR actionName, [in] IUnknown* obj);
DOMPrivate.idl 42 interface IDOMElementPrivate : IUnknown
66 interface IFormsAutoFillTransition : IUnknown
112 interface IFormPromptAdditions : IUnknown
134 interface IFormsAutoFillTransitionSelect : IUnknown
IWebBackForwardListPrivate.idl 40 interface IWebBackForwardListPrivate : IUnknown
IWebEditingDelegate.idl 56 interface IEnumSpellingGuesses : IUnknown
70 interface IWebGrammarDetail : IUnknown
84 interface IEnumWebGrammarDetails : IUnknown
101 interface IWebEditingDelegate : IUnknown
IWebGeolocationPolicyListener.idl 36 interface IWebGeolocationPolicyListener : IUnknown
IWebGeolocationPosition.idl 36 interface IWebGeolocationPosition : IUnknown
  /external/webkit/Source/WebCore/storage/
OriginUsageRecord.cpp 79 HashSet<String>::iterator iUnknown = m_unknownSet.begin();
81 for (; iUnknown != endUnknown; ++iUnknown) {
82 const String& path = m_databaseMap.get(*iUnknown).filename;
87 m_databaseMap.set(*iUnknown, DatabaseEntry(path, size));
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3d.h 85 DECLARE_INTERFACE_(IDirect3D, IUnknown)
87 /*** IUnknown methods ***/
94 STDMETHOD(CreateLight) (THIS_ LPDIRECT3DLIGHT*, IUnknown*) PURE;
95 STDMETHOD(CreateMaterial) (THIS_ LPDIRECT3DMATERIAL*, IUnknown*) PURE;
96 STDMETHOD(CreateViewport) (THIS_ LPDIRECT3DVIEWPORT*, IUnknown*) PURE;
117 DECLARE_INTERFACE_(IDirect3DDevice, IUnknown)
119 /*** IUnknown methods ***/
127 STDMETHOD(CreateExecuteBuffer) (THIS_ LPD3DEXECUTEBUFFERDESC, LPDIRECT3DEXECUTEBUFFER*, IUnknown*) PURE;
175 DECLARE_INTERFACE_(IDirect3DExecuteBuffer, IUnknown)
177 /*** IUnknown methods ***/
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3D.H 85 DECLARE_INTERFACE_(IDirect3D, IUnknown)
87 /*** IUnknown methods ***/
94 STDMETHOD(CreateLight) (THIS_ LPDIRECT3DLIGHT*, IUnknown*) PURE;
95 STDMETHOD(CreateMaterial) (THIS_ LPDIRECT3DMATERIAL*, IUnknown*) PURE;
96 STDMETHOD(CreateViewport) (THIS_ LPDIRECT3DVIEWPORT*, IUnknown*) PURE;
117 DECLARE_INTERFACE_(IDirect3DDevice, IUnknown)
119 /*** IUnknown methods ***/
127 STDMETHOD(CreateExecuteBuffer) (THIS_ LPD3DEXECUTEBUFFERDESC, LPDIRECT3DEXECUTEBUFFER*, IUnknown*) PURE;
175 DECLARE_INTERFACE_(IDirect3DExecuteBuffer, IUnknown)
177 /*** IUnknown methods ***/
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.h 68 // This actually contains IDirect3DVertexShader9 or IDirect3DPixelShader9 casted to IUnknown.
69 IUnknown *mCompiledShaders[SHADER_COUNT];
  /external/webkit/Source/WebCore/accessibility/win/
AccessibilityObjectWrapperWin.h 34 class AccessibilityObjectWrapper : public IUnknown {
36 // IUnknown
  /external/skia/src/utils/win/
SkDWriteFontFileStream.h 44 // IUnknown methods

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 910