Searched refs:IUnknown (Results 1 - 25 of 130) sorted by relevance

123456

/external/webkit/WebKit/win/
H A DWebKitCOMAPI.h33 HRESULT WebKitCreateInstance(REFCLSID, IUnknown* pUnkOuter, REFIID, void** ppvObject);
H A DWebNotification.h34 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;
H A DWebNotificationCenter.h43 // IUnknown
55 /* [in] */ IUnknown *anObject);
62 /* [in] */ IUnknown *anObject,
68 /* [optional][in] */ IUnknown *anObject);
72 void postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject);
/external/webkit/WebKit/win/Interfaces/
H A DIWebUndoTarget.idl37 interface IWebUndoTarget : IUnknown
39 HRESULT invoke([in] BSTR actionName, [in] IUnknown* obj);
H A DIGEN_DOMObject.idl40 interface IGEN_DOMObject : IUnknown
H A DIWebIconFetcher.idl42 interface IWebIconFetcherDelegate : IUnknown
53 interface IWebIconFetcher : IUnknown
H A DIWebBackForwardListPrivate.idl40 interface IWebBackForwardListPrivate : IUnknown
H A DIWebGeolocationPolicyListener.idl36 interface IWebGeolocationPolicyListener : IUnknown
H A DIWebNotificationCenter.idl41 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);
H A DIWebPolicyDelegatePrivate.idl42 interface IWebPolicyDelegatePrivate : IUnknown
H A DIWebTextRenderer.idl40 interface IWebTextRenderer : IUnknown
H A DIWebURLResponsePrivate.idl41 interface IWebURLResponsePrivate : IUnknown
H A DIWebNotification.idl37 interface IWebNotification : IUnknown
43 HRESULT notificationWithName([in] BSTR aName, [in] IUnknown* anObject, [in] IPropertyBag* userInfo);
53 HRESULT getObject([out, retval] IUnknown** result);
H A DIWebView.idl102 interface IEnumTextMatches : IUnknown
153 interface IWebView : IUnknown
651 HRESULT centerSelectionInVisibleArea([in] IUnknown* sender);
750 interface IWebIBActions : IUnknown
755 HRESULT takeStringURLFrom([in] IUnknown* sender);
760 HRESULT stopLoading([in] IUnknown* sender);
765 HRESULT reload([in] IUnknown* sender);
770 HRESULT canGoBack([in] IUnknown* sender, [out, retval] BOOL* result);
775 HRESULT goBack([in] IUnknown* sender);
780 HRESULT canGoForward([in] IUnknown* sende
[all...]
H A DIWebErrorPrivate.idl44 interface IWebErrorPrivate : IUnknown
H A DIWebGeolocationPosition.idl36 interface IWebGeolocationPosition : IUnknown
H A DIWebInspectorPrivate.idl40 interface IWebInspectorPrivate : IUnknown
H A DIWebNotificationObserver.idl39 interface IWebNotificationObserver : IUnknown
H A DIWebScriptWorld.idl37 interface IWebScriptWorld : IUnknown {
H A DIWebScrollBarDelegatePrivate.idl40 interface IWebScrollBarDelegatePrivate : IUnknown
H A DIWebWorkersPrivate.idl49 interface IWebWorkersPrivate : IUnknown
H A DIWebUndoManager.idl40 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** resul
[all...]
H A DDOMExtensions.idl37 interface IDOMNodeExtensions : IUnknown
H A DDOMPrivate.idl42 interface IDOMElementPrivate : IUnknown
65 interface IFormsAutoFillTransition : IUnknown
111 interface IFormPromptAdditions : IUnknown
133 interface IFormsAutoFillTransitionSelect : IUnknown
H A DIWebCache.idl38 interface IWebCache : IUnknown

Completed in 52 milliseconds

123456